Searched refs:FAR (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/
H A DProximitySensorManager.java46 NEAR, FAR enum constant in enum:ProximitySensorManager.State
66 * listener the next time the sensor reaches the {@link State#FAR} state if currently in the
80 * Before registering and after unregistering we are always in the {@link State#FAR} state.
84 * If this flag is set to true, we are waiting to reach the {@link State#FAR} state and
96 mLastState = State.FAR;
106 // Convert the sensor into a NEAR/FAR state.
114 if (mWaitingForFarState && mLastState == State.FAR) {
124 case FAR:
137 // Determine if the current value corresponds to the NEAR or FAR state.
139 // equal to the maximum, we are always in the FAR stat
[all...]

Completed in 70 milliseconds