/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
D | StateWaiter.java | 120 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/ |
D | StateSet.java | 143 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/ |
D | TintManager.java | 238 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/ |
D | IBluetoothAvrcpController.aidl | 28 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
|
D | IBluetoothA2dpSink.aidl | 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
|
D | IBluetoothPan.aidl | 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
|
D | IBluetoothMap.aidl | 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
|
D | IBluetoothA2dp.aidl | 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
|
D | IBluetoothHealth.aidl | 40 List<BluetoothDevice> getHealthDevicesMatchingConnectionStates(in int[] states); in getHealthDevicesMatchingConnectionStates()
|
D | BluetoothProfile.java | 176 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states); in getDevicesMatchingConnectionStates()
|
D | BluetoothManager.java | 164 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { in getDevicesMatchingConnectionStates()
|
D | IBluetoothInputDevice.aidl | 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
|
D | BluetoothAvrcpController.java | 180 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
|
D | BluetoothA2dpSink.java | 315 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
|
D | BluetoothPan.java | 302 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
|
D | BluetoothMap.java | 282 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates()
|
D | IBluetoothHeadset.aidl | 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states); in getDevicesMatchingConnectionStates()
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
D | BlockingStateCallback.java | 164 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/ |
D | ColorStateDrawable.java | 40 protected boolean onStateChange(int[] states) { in onStateChange()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | CameraStateHolder.java | 121 public boolean waitForStates(final int states) { in waitForStates()
|
/frameworks/base/core/java/android/text/method/ |
D | KeyListener.java | 84 public void clearMetaKeyState(View view, Editable content, int states); in clearMetaKeyState()
|
D | MetaKeyKeyListener.java | 417 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/ |
D | ActivityGroup.java | 53 Bundle states = savedInstanceState != null in onCreate() local
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | StateListDrawable.java | 185 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/ |
D | EditableInputConnection.java | 100 public boolean clearMetaKeyStates(int states) { in clearMetaKeyStates()
|