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

  /frameworks/base/core/java/android/widget/
FastScroller.java 41 private static final int STATE_NONE = 0;
90 case STATE_NONE:
158 mState = STATE_NONE;
162 setState(STATE_NONE);
166 return !(mState == STATE_NONE);
171 if (mState == STATE_NONE) {
205 setState(STATE_NONE);
235 if (mState != STATE_NONE) {
236 setState(STATE_NONE);
410 if (mState > STATE_NONE && ev.getAction() == MotionEvent.ACTION_DOWN)
    [all...]
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 60 public static final int STATE_NONE = 0; // we're doing nothing
72 mState = STATE_NONE;
174 setState(STATE_NONE);
268 case STATE_NONE:
BluetoothChat.java 134 // Only if the state is STATE_NONE, do we know that we haven't started already
135 if (mChatService.getState() == BluetoothChatService.STATE_NONE) {
256 case BluetoothChatService.STATE_NONE:
  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 35 private static final int[] STATE_NONE = {};
102 STATE_SECURED : STATE_NONE, true);
  /external/qemu/proxy/
proxy_http_connector.c 25 STATE_NONE = 0,
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 403 milliseconds