Searched defs:states (Results 1 - 25 of 51) sorted by relevance

123

/frameworks/base/core/java/android/text/method/
H A DKeyListener.java82 * Remove the given shift states from the edited text.
84 public void clearMetaKeyState(View view, Editable content, int states); argument
H A DTextKeyListener.java236 public void clearMetaKeyState(View view, Editable content, int states) { argument
/frameworks/native/include/binder/
H A DProcessInfoService.h37 status_t getProcessStatesImpl(size_t length, /*in*/ int32_t* pids, /*out*/ int32_t* states);
39 /*out*/ int32_t* states, /*out*/ int32_t *scores);
48 * for that process into the "states" output array, or
55 /*out*/ int32_t* states) {
57 /*out*/ states);
62 * for that process into the "states" output array, or
71 /*out*/ int32_t* states, /*out*/ int32_t *scores) {
73 length, /*in*/ pids, /*out*/ states, /*out*/ scores);
54 getProcessStatesFromPids(size_t length, int32_t* pids, int32_t* states) argument
70 getProcessStatesScoresFromPids(size_t length, int32_t* pids, int32_t* states, int32_t *scores) argument
/frameworks/native/libs/binder/
H A DIProcessInfoService.cpp32 /*out*/ int32_t* states)
46 if (replyLen > 0 && (err = reply.read(states, length * sizeof(*states))) != NO_ERROR) {
53 /*in*/ int32_t* pids, /*out*/ int32_t* states, /*out*/ int32_t* scores)
72 states, length * sizeof(*states))) != NO_ERROR) {
31 getProcessStatesFromPids(size_t length, int32_t* pids, int32_t* states) argument
52 getProcessStatesAndOomScoresFromPids(size_t length, int32_t* pids, int32_t* states, int32_t* scores) argument
H A DProcessInfoService.cpp30 /*out*/ int32_t* states) {
40 err = pis->getProcessStatesFromPids(length, /*in*/ pids, /*out*/ states);
54 ALOGW("%s: Could not retrieve process states from ProcessInfoService after %d retries.",
61 /*in*/ int32_t* pids, /*out*/ int32_t* states,
73 /*in*/ pids, /*out*/ states, /*out*/ scores);
87 ALOGW("%s: Could not retrieve process states and scores "
29 getProcessStatesImpl(size_t length, int32_t* pids, int32_t* states) argument
60 getProcessStatesScoresImpl(size_t length, int32_t* pids, int32_t* states, int32_t *scores) argument
/frameworks/native/libs/binder/include/binder/
H A DProcessInfoService.h37 status_t getProcessStatesImpl(size_t length, /*in*/ int32_t* pids, /*out*/ int32_t* states);
39 /*out*/ int32_t* states, /*out*/ int32_t *scores);
48 * for that process into the "states" output array, or
55 /*out*/ int32_t* states) {
57 /*out*/ states);
62 * for that process into the "states" output array, or
71 /*out*/ int32_t* states, /*out*/ int32_t *scores) {
73 length, /*in*/ pids, /*out*/ states, /*out*/ scores);
54 getProcessStatesFromPids(size_t length, int32_t* pids, int32_t* states) argument
70 getProcessStatesScoresFromPids(size_t length, int32_t* pids, int32_t* states, int32_t *scores) argument
/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorStateDrawable.java40 protected boolean onStateChange(int[] states) { argument
42 for (int state : states) {
55 return super.onStateChange(states);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothManager.java150 * states.
152 * <p> If none of the devices match any of the given states,
161 * @param states Array of states. States can be one of
168 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { argument
181 devices = iGatt.getDevicesMatchingConnectionStates(states);
H A DBluetoothAvrcpController.java198 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
202 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothPbapClient.java240 * Get the list of devices matching specified states. Currently at most one.
245 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
251 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothProfile.java197 * states.
199 * <p> If none of the devices match any of the given states,
202 * @param states Array of states. States can be one of
208 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states); argument
H A DBluetoothSap.java303 * Get the list of devices matching specified states. Currently at most one.
308 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
312 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothA2dp.java375 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
380 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothA2dpSink.java316 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
320 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothGattServer.java816 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
H A DBluetoothMap.java278 * Get the list of devices matching specified states. Currently at most one.
282 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
286 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothMapClient.java252 * Get the list of devices matching specified states. Currently at most one.
257 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
261 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothPan.java312 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { argument
316 return mPanService.getDevicesMatchingConnectionStates(states);
/frameworks/support/emoji/core/src/android/support/text/emoji/widget/
H A DEmojiKeyListener.java63 public void clearMetaKeyState(View view, Editable content, int states) { argument
64 mKeyListener.clearMetaKeyState(view, content, states);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraStateHolder.java117 * @param states Expected states.
121 public boolean waitForStates(final int states) { argument
122 Log.v(TAG, "waitForStates - states = " + Integer.toBinaryString(states));
126 return (states | getState()) == states;
135 * @param states States to avoid.
139 public boolean waitToAvoidStates(final int states) { argument
140 Log.v(TAG, "waitToAvoidStates - states
[all...]
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DStateWaiter.java34 * requested type arrives. Unobserved states are states that have occurred since
60 * <p>All {@code state}/{@code states} arguments used in other methods must be
63 * @param stateNames an array of string names, used to mark the range of the valid states
104 * Wait until the one of the desired {@code states} is observed, checking all
107 * <p>Any intermediate state transitions that are not in {@code states} are ignored.</p>
111 * @param states Set of desired states to observe a transition to.
117 * @throws TimeoutRuntimeException if none of the states is observed before timeout.
120 public int waitForAnyOfStates(Collection<Integer> states, fina argument
180 appendStateNames(StringBuilder s, Collection<Integer> states) argument
212 checkStateCollectionInRange(Collection<Integer> states) argument
[all...]
/frameworks/base/core/java/android/util/
H A DStateSet.java25 * one or more of those states.
128 * A state set that does not contain any valid states.
145 * prohibited (if negative) {@link android.view.View} states.
146 * @param stateSet an array of {@link android.view.View} states
164 // We use negative values to indicate must-NOT-match states.
172 // We've reached the end of states to match.
177 // Continue checking other must-not-match states.
184 // Continue checking other other must-match states.
193 // We've reached the end of states to match and we didn't
205 * prohibited (if negative) {@link android.view.View} states
254 trimStateSet(int[] states, int newSize) argument
264 dump(int[] states) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java99 public boolean clearMetaKeyStates(int states) { argument
105 kl.clearMetaKeyState(mTextView, content, states);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingStateCallback.java35 * requested type arrives. Unobserved states are states that have occurred since
98 * Total number of reachable states
160 * Wait until the one of the desired states is observed, checking all
165 * @param states Set of desired states to observe a transition to.
169 * @throws TimeoutRuntimeException if none of the states is observed before timeout.
172 public int waitForAnyOfStates(Collection<Integer> states, final long timeout) { argument
181 appendStates(s, states);
194 if (states
229 appendStates(StringBuilder s, Collection<Integer> states) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java67 * states that a view must either be in or not be in and the color specifies the color associated
78 * states may be set or unset:
91 * file. An item with no state spec is considered to match any set of states and is generally
151 * states to colors.
153 public ColorStateList(int[][] states, @ColorInt int[] colors) { argument
154 mStateSpecs = states;
280 * Creates a new ColorStateList that has the same states and colors as this
545 * {@link android.view.View} states.
547 * @param stateSet an array of {@link android.view.View} states
552 * @return the color associated with that set of states i
[all...]

Completed in 1056 milliseconds

123