Home
last modified time | relevance | path

Searched defs:states (Results 1 – 25 of 64) sorted by relevance

123

/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
DStateWaiter.java120 public int waitForAnyOfStates(Collection<Integer> states, final long timeoutMs) { in waitForAnyOfStates()
180 public void appendStateNames(StringBuilder s, Collection<Integer> states) { in appendStateNames()
212 private Collection<Integer> checkStateCollectionInRange(Collection<Integer> states) { in checkStateCollectionInRange()
/frameworks/base/core/java/android/util/
DStateSet.java143 public static int[] trimStateSet(int[] states, int newSize) { in trimStateSet()
153 public static String dump(int[] states) { in dump()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DTintManager.java238 final int[][] states = new int[7][]; in getDefaultColorStateList() local
279 final int[][] states = new int[3][]; in getSwitchTrackColorStateList() local
304 final int[][] states = new int[3][]; in getSwitchThumbColorStateList() local
329 final int[][] states = new int[4][]; in getButtonColorStateList() local
/frameworks/base/core/java/android/bluetooth/
DIBluetoothAvrcpController.aidl28 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothA2dpSink.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothPan.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothMap.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothA2dp.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DIBluetoothHealth.aidl40 List<BluetoothDevice> getHealthDevicesMatchingConnectionStates(in int[] states); in getHealthDevicesMatchingConnectionStates()
DBluetoothProfile.java176 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states); in getDevicesMatchingConnectionStates()
DBluetoothManager.java164 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { in getDevicesMatchingConnectionStates()
DIBluetoothInputDevice.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
DBluetoothAvrcpController.java180 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
DBluetoothA2dpSink.java315 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
DBluetoothPan.java302 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
DBluetoothMap.java282 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
DIBluetoothHeadset.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingStateCallback.java164 public int waitForAnyOfStates(Collection<Integer> states, final long timeout) { in waitForAnyOfStates()
219 public static void appendStates(StringBuilder s, Collection<Integer> states) { in appendStates()
/frameworks/opt/colorpicker/src/com/android/colorpicker/
DColorStateDrawable.java40 protected boolean onStateChange(int[] states) { in onStateChange()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraStateHolder.java121 public boolean waitForStates(final int states) { in waitForStates()
/frameworks/base/core/java/android/text/method/
DKeyListener.java84 public void clearMetaKeyState(View view, Editable content, int states); in clearMetaKeyState()
DMetaKeyKeyListener.java417 public void clearMetaKeyState(View view, Editable content, int states) { in clearMetaKeyState()
421 public static void clearMetaKeyState(Editable content, int states) { in clearMetaKeyState()
/frameworks/base/core/java/android/app/
DActivityGroup.java53 Bundle states = savedInstanceState != null in onCreate() local
/frameworks/base/graphics/java/android/graphics/drawable/
DStateListDrawable.java185 final int[] states = extractStateSet(attrs); in inflateChildElements() local
215 int[] states = new int[numAttrs]; in extractStateSet() local
/frameworks/base/core/java/com/android/internal/widget/
DEditableInputConnection.java100 public boolean clearMetaKeyStates(int states) { in clearMetaKeyStates()

123