-
public class SignificantMoveListener.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final FloatTHRESHOLD_LOWprivate final FloatTHRESHOLD_HIGHpublic final static SignificantMoveListener.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final FloatgetTHRESHOLD_LOW()Used to determine device movement that can make image blurry final FloatgetTHRESHOLD_HIGH()Used to determine shake events -
-
Method Detail
-
getTHRESHOLD_LOW
final Float getTHRESHOLD_LOW()
Used to determine device movement that can make image blurry
-
getTHRESHOLD_HIGH
final Float getTHRESHOLD_HIGH()
Used to determine shake events
-
-
-
-