Skip navigation links
C F G I L O P S T W 

C

com.github.nisrulz.sensey - package com.github.nisrulz.sensey
 

F

FlipDetector - Class in com.github.nisrulz.sensey
The type Flip detector.
FlipDetector(FlipDetector.FlipListener) - Constructor for class com.github.nisrulz.sensey.FlipDetector
Instantiates a new Flip detector.
FlipDetector.FlipListener - Interface in com.github.nisrulz.sensey
The interface Flip listener.

G

getInstance() - Static method in class com.github.nisrulz.sensey.Sensey
Gets instance.

I

init(Context) - Method in class com.github.nisrulz.sensey.Sensey
Init.

L

LightDetector - Class in com.github.nisrulz.sensey
The type Light detector.
LightDetector(LightDetector.LightListener) - Constructor for class com.github.nisrulz.sensey.LightDetector
Instantiates a new Light detector.
LightDetector(float, LightDetector.LightListener) - Constructor for class com.github.nisrulz.sensey.LightDetector
Instantiates a new Light detector.
LightDetector.LightListener - Interface in com.github.nisrulz.sensey
The interface Light listener.

O

onBottomSideUp() - Method in interface com.github.nisrulz.sensey.OrientationDetector.OrientationListener
On bottom side up.
onDark() - Method in interface com.github.nisrulz.sensey.LightDetector.LightListener
On dark.
onDoubleTap() - Method in interface com.github.nisrulz.sensey.TouchTypeDetector.TouchTypListener
On double tap.
onFaceDown() - Method in interface com.github.nisrulz.sensey.FlipDetector.FlipListener
On face down.
onFaceUp() - Method in interface com.github.nisrulz.sensey.FlipDetector.FlipListener
On face up.
onFar() - Method in interface com.github.nisrulz.sensey.ProximityDetector.ProximityListener
On far.
onLeftSideUp() - Method in interface com.github.nisrulz.sensey.OrientationDetector.OrientationListener
On left side up.
onLight() - Method in interface com.github.nisrulz.sensey.LightDetector.LightListener
On light.
onLongPress() - Method in interface com.github.nisrulz.sensey.TouchTypeDetector.TouchTypListener
On long press.
onNear() - Method in interface com.github.nisrulz.sensey.ProximityDetector.ProximityListener
On near.
onRightSideUp() - Method in interface com.github.nisrulz.sensey.OrientationDetector.OrientationListener
On right side up.
onScale(ScaleGestureDetector, boolean) - Method in interface com.github.nisrulz.sensey.PinchScaleDetector.PinchScaleListener
On scale.
onScaleEnd(ScaleGestureDetector) - Method in interface com.github.nisrulz.sensey.PinchScaleDetector.PinchScaleListener
On scale end.
onScaleStart(ScaleGestureDetector) - Method in interface com.github.nisrulz.sensey.PinchScaleDetector.PinchScaleListener
On scale start.
onScroll(int) - Method in interface com.github.nisrulz.sensey.TouchTypeDetector.TouchTypListener
On scroll.
onSensorEvent(SensorEvent) - Method in class com.github.nisrulz.sensey.FlipDetector
 
onSensorEvent(SensorEvent) - Method in class com.github.nisrulz.sensey.LightDetector
 
onSensorEvent(SensorEvent) - Method in class com.github.nisrulz.sensey.OrientationDetector
 
onSensorEvent(SensorEvent) - Method in class com.github.nisrulz.sensey.ProximityDetector
 
onSensorEvent(SensorEvent) - Method in class com.github.nisrulz.sensey.ShakeDetector
 
onSensorEvent(SensorEvent) - Method in class com.github.nisrulz.sensey.WaveDetector
 
onShakeDetected() - Method in interface com.github.nisrulz.sensey.ShakeDetector.ShakeListener
On shake detected.
onSingleTap() - Method in interface com.github.nisrulz.sensey.TouchTypeDetector.TouchTypListener
On single tap.
onSwipe(int) - Method in interface com.github.nisrulz.sensey.TouchTypeDetector.TouchTypListener
On swipe.
onThreeFingerSingleTap() - Method in interface com.github.nisrulz.sensey.TouchTypeDetector.TouchTypListener
On three finger single tap.
onTopSideUp() - Method in interface com.github.nisrulz.sensey.OrientationDetector.OrientationListener
On top side up.
onTwoFingerSingleTap() - Method in interface com.github.nisrulz.sensey.TouchTypeDetector.TouchTypListener
On two finger single tap.
onWave() - Method in interface com.github.nisrulz.sensey.WaveDetector.WaveListener
On wave.
OrientationDetector - Class in com.github.nisrulz.sensey
The type Orientation detector.
OrientationDetector(OrientationDetector.OrientationListener) - Constructor for class com.github.nisrulz.sensey.OrientationDetector
Instantiates a new Orientation detector.
OrientationDetector(int, OrientationDetector.OrientationListener) - Constructor for class com.github.nisrulz.sensey.OrientationDetector
Instantiates a new Orientation detector.
OrientationDetector.OrientationListener - Interface in com.github.nisrulz.sensey
The interface Orientation listener.

P

PinchScaleDetector - Class in com.github.nisrulz.sensey
The type Pinch scale detector.
PinchScaleDetector(Context, PinchScaleDetector.PinchScaleListener) - Constructor for class com.github.nisrulz.sensey.PinchScaleDetector
Instantiates a new Pinch scale detector.
PinchScaleDetector.PinchScaleListener - Interface in com.github.nisrulz.sensey
The interface Pinch scale listener.
ProximityDetector - Class in com.github.nisrulz.sensey
The type Proximity detector.
ProximityDetector(ProximityDetector.ProximityListener) - Constructor for class com.github.nisrulz.sensey.ProximityDetector
Instantiates a new Proximity detector.
ProximityDetector(float, ProximityDetector.ProximityListener) - Constructor for class com.github.nisrulz.sensey.ProximityDetector
Instantiates a new Proximity detector.
ProximityDetector.ProximityListener - Interface in com.github.nisrulz.sensey
The interface Proximity listener.

S

SCROLL_DIR_DOWN - Static variable in class com.github.nisrulz.sensey.TouchTypeDetector
The constant SCROLL_DIR_DOWN.
SCROLL_DIR_LEFT - Static variable in class com.github.nisrulz.sensey.TouchTypeDetector
The constant SCROLL_DIR_LEFT.
SCROLL_DIR_RIGHT - Static variable in class com.github.nisrulz.sensey.TouchTypeDetector
The constant SCROLL_DIR_RIGHT.
SCROLL_DIR_UP - Static variable in class com.github.nisrulz.sensey.TouchTypeDetector
The constant SCROLL_DIR_UP.
Sensey - Class in com.github.nisrulz.sensey
The type Sensey.
setupDispatchTouchEvent(MotionEvent) - Method in class com.github.nisrulz.sensey.Sensey
Sets dispatch touch event.
ShakeDetector - Class in com.github.nisrulz.sensey
The type Shake detector.
ShakeDetector(ShakeDetector.ShakeListener) - Constructor for class com.github.nisrulz.sensey.ShakeDetector
Instantiates a new Shake detector.
ShakeDetector(float, ShakeDetector.ShakeListener) - Constructor for class com.github.nisrulz.sensey.ShakeDetector
Instantiates a new Shake detector.
ShakeDetector.ShakeListener - Interface in com.github.nisrulz.sensey
The interface Shake listener.
startFlipDetection(FlipDetector.FlipListener) - Method in class com.github.nisrulz.sensey.Sensey
Start flip detection.
startLightDetection(LightDetector.LightListener) - Method in class com.github.nisrulz.sensey.Sensey
Start light detection.
startLightDetection(int, LightDetector.LightListener) - Method in class com.github.nisrulz.sensey.Sensey
Start light detection.
startOrientationDetection(OrientationDetector.OrientationListener) - Method in class com.github.nisrulz.sensey.Sensey
Start orientation detection.
startOrientationDetection(int, OrientationDetector.OrientationListener) - Method in class com.github.nisrulz.sensey.Sensey
Start orientation detection.
startPinchScaleDetection(PinchScaleDetector.PinchScaleListener) - Method in class com.github.nisrulz.sensey.Sensey
Start pinch scale detection.
startProximityDetection(ProximityDetector.ProximityListener) - Method in class com.github.nisrulz.sensey.Sensey
Start proximity detection.
startProximityDetection(float, ProximityDetector.ProximityListener) - Method in class com.github.nisrulz.sensey.Sensey
Start proximity detection.
startSensorDetection(SensorDetector) - Method in class com.github.nisrulz.sensey.Sensey
Start sensor detection.
startShakeDetection(ShakeDetector.ShakeListener) - Method in class com.github.nisrulz.sensey.Sensey
Start shake detection.
startShakeDetection(int, ShakeDetector.ShakeListener) - Method in class com.github.nisrulz.sensey.Sensey
Start shake detection.
startTouchTypeDetection(TouchTypeDetector.TouchTypListener) - Method in class com.github.nisrulz.sensey.Sensey
Start touch type detection.
startWaveDetection(WaveDetector.WaveListener) - Method in class com.github.nisrulz.sensey.Sensey
Start proximity detection.
startWaveDetection(float, WaveDetector.WaveListener) - Method in class com.github.nisrulz.sensey.Sensey
Start proximity detection.
stopFlipDetection(FlipDetector.FlipListener) - Method in class com.github.nisrulz.sensey.Sensey
Stop flip detection.
stopLightDetection(LightDetector.LightListener) - Method in class com.github.nisrulz.sensey.Sensey
Stop light detection.
stopOrientationDetection(OrientationDetector.OrientationListener) - Method in class com.github.nisrulz.sensey.Sensey
Stop orientation detection.
stopPinchScaleDetection() - Method in class com.github.nisrulz.sensey.Sensey
Stop pinch scale detection.
stopProximityDetection(ProximityDetector.ProximityListener) - Method in class com.github.nisrulz.sensey.Sensey
Stop proximity detection.
stopSensorDetection(SensorDetector) - Method in class com.github.nisrulz.sensey.Sensey
Stop sensor detection.
stopShakeDetection(ShakeDetector.ShakeListener) - Method in class com.github.nisrulz.sensey.Sensey
Stop shake detection.
stopTouchTypeDetection() - Method in class com.github.nisrulz.sensey.Sensey
Stop touch type detection.
stopWaveDetection(WaveDetector.WaveListener) - Method in class com.github.nisrulz.sensey.Sensey
Stop proximity detection.
SWIPE_DIR_DOWN - Static variable in class com.github.nisrulz.sensey.TouchTypeDetector
The constant SWIPE_DIR_DOWN.
SWIPE_DIR_LEFT - Static variable in class com.github.nisrulz.sensey.TouchTypeDetector
The constant SWIPE_DIR_LEFT.
SWIPE_DIR_RIGHT - Static variable in class com.github.nisrulz.sensey.TouchTypeDetector
The constant SWIPE_DIR_RIGHT.
SWIPE_DIR_UP - Static variable in class com.github.nisrulz.sensey.TouchTypeDetector
The constant SWIPE_DIR_UP.

T

TouchTypeDetector - Class in com.github.nisrulz.sensey
The type Touch type detector.
TouchTypeDetector(Context, TouchTypeDetector.TouchTypListener) - Constructor for class com.github.nisrulz.sensey.TouchTypeDetector
Instantiates a new Touch type detector.
TouchTypeDetector.TouchTypListener - Interface in com.github.nisrulz.sensey
The interface Touch typ listener.

W

WaveDetector - Class in com.github.nisrulz.sensey
The type Wave detector.
WaveDetector(WaveDetector.WaveListener) - Constructor for class com.github.nisrulz.sensey.WaveDetector
Instantiates a new Wave detector.
WaveDetector(float, WaveDetector.WaveListener) - Constructor for class com.github.nisrulz.sensey.WaveDetector
Instantiates a new Wave detector.
WaveDetector.WaveListener - Interface in com.github.nisrulz.sensey
The interface Wave listener.
C F G I L O P S T W 
Skip navigation links