HomeSort by relevance Sort by last modified time
    Searched refs:NEAR (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/
ProximitySensorManager.java 34 * This interface abstracts two possible states for the proximity sensor, near and far.
39 /** Called when the proximity sensor transitions from the far to the near state. */
41 /** Called when the proximity sensor transitions from the near to the far state. */
46 NEAR, FAR
67 * {@link State#NEAR} state.
106 // Convert the sensor into a NEAR/FAR state.
120 case NEAR:
137 // Determine if the current value corresponds to the NEAR or FAR state.
140 return (value > FAR_THRESHOLD || value == mMaxValue) ? State.FAR : State.NEAR;
169 // transition when the sensor gets into the NEAR state
    [all...]
  /external/openssl/crypto/perlasm/
x86masm.pl 153 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
181 EXTERN $f:NEAR

Completed in 55 milliseconds