OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:switcher
(Results
51 - 75
of
179
) sorted by null
1
2
3
4
5
6
7
8
/external/autotest/server/site_tests/firmware_FAFTSetup/
firmware_FAFTSetup.py
81
self.
switcher
.mode_aware_reboot()
85
self.
switcher
.reboot_to_mode(to_mode='rec')
91
self.
switcher
.mode_aware_reboot(reboot_type='cold')
/cts/tests/tests/widget/res/layout/
imageswitcher_test.xml
22
<ImageSwitcher android:id="@+id/
switcher
"
/development/samples/ApiDemos/res/layout/
text_switcher_1.xml
27
<TextSwitcher android:id="@+id/
switcher
"
/external/autotest/server/site_tests/firmware_ECUsbPorts/
firmware_ECUsbPorts.py
37
self.
switcher
.setup_mode('normal')
122
self.
switcher
.wait_for_client_offline()
143
self.
switcher
.mode_aware_reboot(
147
self.
switcher
.mode_aware_reboot('custom', self.check_power_off_mode)
/external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/
firmware_UpdateFirmwareDataKeyVersion.py
64
self.
switcher
.mode_aware_reboot()
67
self.
switcher
.setup_mode('normal')
95
self.
switcher
.mode_aware_reboot()
100
self.
switcher
.mode_aware_reboot()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarState.java
41
* Status bar is locked and shows the full screen user
switcher
.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
FullscreenUserSwitcher.java
27
* Manages the fullscreen user
switcher
.
/packages/apps/Calendar/res/layout/
day_activity.xml
26
android:id="@+id/
switcher
"
/packages/apps/Settings/res/layout/
crypt_keeper_password_field.xml
21
switcher
, if necessary. Assumed to be in a horizontal LinearLayout. -->
crypt_keeper_pattern_field.xml
21
switcher
, if necessary. Assumed to be in a horizontal LinearLayout. -->
crypt_keeper_pin_field.xml
21
switcher
, if necessary. Assumed to be in a horizontal LinearLayout. -->
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
EmojiAltPhysicalKeyDetector.java
131
final KeyboardSwitcher
switcher
= KeyboardSwitcher.getInstance();
132
switcher
.onToggleKeyboard(KeyboardSwitcher.KeyboardSwitchState.EMOJI);
142
final KeyboardSwitcher
switcher
= KeyboardSwitcher.getInstance();
143
switcher
.onToggleKeyboard(KeyboardSwitcher.KeyboardSwitchState.SYMBOLS_SHIFTED);
/external/autotest/server/site_tests/firmware_ECBootTime/
firmware_ECBootTime.py
20
self.
switcher
.setup_mode('normal')
86
self.
switcher
.mode_aware_reboot('custom', self.check_boot_time)
/external/autotest/server/site_tests/firmware_ECHash/
firmware_ECHash.py
27
self.
switcher
.setup_mode('normal')
79
self.
switcher
.mode_aware_reboot()
/frameworks/base/core/java/android/widget/
ViewSwitcher.java
59
* @throws IllegalStateException if this
switcher
already contains two children
100
* @param factory the view factory used to generate the
switcher
's content
/developers/build/prebuilts/gradle/TextSwitcher/Application/src/main/res/layout/
sample_main.xml
43
android:id="@+id/
switcher
"
/developers/samples/android/ui/views/TextSwitcher/Application/src/main/res/layout/
sample_main.xml
43
android:id="@+id/
switcher
"
/development/samples/ApiDemos/src/com/example/android/apis/view/
TextSwitcher1.java
48
mSwitcher = (TextSwitcher) findViewById(R.id.
switcher
);
/development/samples/browseable/TextSwitcher/res/layout/
sample_main.xml
43
android:id="@+id/
switcher
"
/external/autotest/server/site_tests/firmware_ECKeyboardReboot/
firmware_ECKeyboardReboot.py
30
self.
switcher
.setup_mode('normal')
/frameworks/base/packages/SystemUI/res/values-sw600dp/
config.xml
33
<!-- Set to true to enable the user
switcher
on the keyguard. -->
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcher.java
40
* Manages the user
switcher
on the Keyguard.
112
* @return true if the user
switcher
should be expanded by default on the lock screen.
291
// Close the
switcher
if tapping the current user. Guest is excluded because
315
// Hide
switcher
if it didn't handle the touch event (and let the event go through).
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
SimIconView.java
31
* Shows SIM avatar icon in the SIM
switcher
/ Self-send button.
/external/autotest/server/site_tests/firmware_ECLidSwitch/
firmware_ECLidSwitch.py
43
self.
switcher
.setup_mode('normal')
181
self.
switcher
.mode_aware_reboot(
186
self.
switcher
.mode_aware_reboot(
/external/autotest/server/cros/faft/
firmware_test.py
137
self.
switcher
= mode_switcher.create_mode_switcher(self)
160
self.
switcher
.mode_aware_reboot()
179
self.
switcher
.restore_mode()
223
self.
switcher
.bypass_rec_mode()
228
self.
switcher
.wait_for_client()
249
self.
switcher
.mode_aware_reboot(reboot_type='cold',
252
self.
switcher
.wait_for_client_offline()
253
self.
switcher
.bypass_dev_mode()
255
self.
switcher
.wait_for_client()
291
self.
switcher
.mode_aware_reboot(wait_for_dut_up=False
[
all
...]
Completed in 242 milliseconds
1
2
3
4
5
6
7
8