Searched refs:on (Results 126 - 150 of 175) sorted by relevance

1234567

/frameworks/base/data/fonts/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/libs/utils/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/opengl/tests/hwc/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/services/input/
H A DEventHub.h11 * distributed under the License is distributed on an "AS IS" BASIS,
124 * devices on the system, including devices that may be emulated by the simulator
206 virtual void setLedState(int32_t deviceId, int32_t led, bool on) = 0;
213 /* Requests the EventHub to reopen all input devices on the next call to getEvents(). */
216 /* Wakes up getEvents() if it is blocked on a read. */
264 virtual void setLedState(int32_t deviceId, int32_t led, bool on);
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java11 * distributed under the License is distributed on an "AS IS" BASIS,
165 public void sendBurstDtmf(String dtmfString, int on, int off, argument
195 public void setRadioPower(boolean on, Message result) { argument
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java11 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
115 * Total width of the keyboard, including left side gaps and keys, but not any gaps on the
258 /** If this is a sticky key, is it on? */
259 public boolean on; field in class:Keyboard.Key
412 on = !on;
474 * Returns the drawable state for the key, based on the current state and type of the key.
481 if (on) {
567 * @param characters the list of characters to display on the keyboard. One key will be created
699 shiftKey.on
[all...]
/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java11 * distributed under the License is distributed on an "AS IS" BASIS,
39 * {@link #getMetaState(long)} operate on a meta key state bit mask.</li>
41 * {@link #getMetaState(CharSequence, int)} operate on meta key state flags stored
75 * Flag that indicates that the SHIFT key is on.
80 * Flag that indicates that the ALT key is on.
85 * Flag that indicates that the SYM key is on.
191 int on, int lock) {
202 return on;
387 // Version of API that operates on a state bit mask
190 getActive(CharSequence text, Object meta, int on, int lock) argument
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java11 * distributed under the License is distributed on an "AS IS" BASIS,
345 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { argument
373 public void setRadioPower(boolean on, Message response) { argument
/frameworks/support/v4/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_mid_hor.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_hor_half.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsd_interpolate_chroma_hor.s10 ; distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFillRow7.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsdWriteMacroblock.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S11 @ distributed under the License is distributed on an "AS IS" BASIS,
H A Dh264bsdWriteMacroblock.S11 @ distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_arm.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_dct_9_gcc.s11 @ distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_polyphase_filter_window_arm.s11 ; distributed under the License is distributed on an "AS IS" BASIS,
H A Dpvmp3_polyphase_filter_window_gcc.s11 @ distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCommandsInterface.java11 * distributed under the License is distributed on an "AS IS" BASIS,
31 SIM_NOT_READY(1), /* Radio is on, but the SIM interface is not ready */
34 SIM_READY(1), /* Radio is on and SIM interface is available */
35 RUIM_NOT_READY(2), /* Radio is on, but the RUIM interface is not ready */
36 RUIM_READY(2), /* Radio is on and the RUIM interface is available */
39 NV_NOT_READY(3), /* Radio is on, but the NV interface is not available */
40 NV_READY(3); /* Radio is on and the NV interface is available */
178 * Fires on any RadioState transition
182 * on previous invocations of this notification. Instead, use the other
189 * Fires on an
1065 sendBurstDtmf(String dtmfString, int on, int off, Message result) argument
1114 setRadioPower(boolean on, Message response) argument
[all...]
/frameworks/base/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp11 ** distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java11 * distributed under the License is distributed on an "AS IS" BASIS,
438 * ar.exception carries exception on failure
465 * ar.exception carries exception on failure
476 * ar.exception carries exception on failure
478 * ar.result is null on success and failure
480 * CLIR_DEFAULT == on "use subscription default value"
481 * CLIR_SUPPRESSION == on "CLIR suppression" (allow CLI presentation)
482 * CLIR_INVOCATION == on "CLIR invocation" (restrict CLI presentation)
493 * ar.exception carries exception on failure
495 * ar.result is null on succes
929 sendBurstDtmf(String dtmfString, int on, int off, Message result) argument
1023 setRadioPower(boolean on, Message result) argument
[all...]
/frameworks/base/core/java/android/server/
H A DBluetoothService.java11 * distributed under the License is distributed on an "AS IS" BASIS,
361 * Bring down bluetooth and disable BT in settings. Returns true on success.
368 * Bring down bluetooth. Returns true on success.
472 /** Bring up BT and persist BT on in settings */
479 * This turns on/off the underlying hardware.
482 * @return True on success (so far)
488 // Airplane mode can prevent Bluetooth radio from being turned on.
497 * Turn on Bluetooth Module, Load firmware, and do all the preparation
601 * This method is called immediately before Bluetooth module is turned on after
617 * This method is called immediately after Bluetooth module is turned on
803 switchConnectable(boolean on) argument
1606 changeApplicationBluetoothState(boolean on, IBluetoothStateChangeCallback callback, IBinder binder) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java11 * distributed under the License is distributed on an "AS IS" BASIS,
449 // bar on a tablet that has only the system bar
515 // ensure the menu button doesn't stick around on the status bar after it's been
523 // no multi-touch on the nav buttons
546 // on, we need them to come up faster so that they can catch this motion
763 if (DEBUG) Slog.d(TAG, "hiding shadows (lights on)");
1076 * turned off. If any other notifications happen, the lights will turn back on. Steve says
1111 public void setLightsOn(boolean on) { argument
1115 on = true;
1118 Slog.v(TAG, "setLightsOn(" + on
1408 hilite(final boolean on) argument
[all...]

Completed in 234 milliseconds

1234567