/development/samples/ApiDemos/src/com/example/android/apis/view/ |
TableLayout8.java | 41 Button button = (Button) findViewById(R.id.toggle);
|
/development/samples/browseable/CustomChoiceList/src/com.example.android.customchoicelist/ |
CheckableLinearLayout.java | 54 public void toggle() { method in class:CheckableLinearLayout
|
/external/androidplot/Examples/DemoApp/res/layout/ |
dual_scale_xy_plot_example.xml | 49 android:text="Toggle position of Series2"
|
/external/jemalloc/src/ |
mutex.c | 29 * We intercept pthread_create() calls in order to toggle isthreaded if the
|
/external/lldb/source/Interpreter/ |
OptionGroupBoolean.cpp | 52 // Not argument, toggle the default value and mark the option as having been set
|
/external/skia/src/utils/debugger/ |
SkDebugCanvas.h | 27 void toggleFilter(bool toggle) { fFilter = toggle; } 131 the value of toggle. 133 void toggleCommand(int index, bool toggle);
|
/external/toybox/toys/other/ |
eject.c | 20 -T Open/close tray (toggle).
|
/frameworks/base/core/res/res/drawable/ |
btn_keyboard_key_ics.xml | 26 <!-- Toggle keys. Use checkable/checked state. -->
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
CorpusView.java | 82 public void toggle() { method in class:CorpusView
|
/packages/apps/Settings/src/com/android/settings/ |
CheckableLinearLayout.java | 58 public void toggle() { method in class:CheckableLinearLayout
|
/packages/inputmethods/LatinIME/java/res/drawable/ |
btn_keyboard_key_ics.xml | 24 <!-- Toggle keys. Use checkable/checked state. -->
|
btn_keyboard_key_klp.xml | 24 <!-- Toggle keys. Use checkable/checked state. -->
|
btn_keyboard_key_lxx_dark.xml | 24 <!-- Toggle keys. Use checkable/checked state. -->
|
btn_keyboard_key_lxx_light.xml | 24 <!-- Toggle keys. Use checkable/checked state. -->
|
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/ |
AdvertiserFragment.java | 38 * Lets user toggle BLE Advertising. 57 * to the user. Sets the advertising toggle to 'false.' 148 // Is the toggle on?
|
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/ |
AdvertiserFragment.java | 38 * Lets user toggle BLE Advertising. 57 * to the user. Sets the advertising toggle to 'false.' 148 // Is the toggle on?
|
/development/samples/ApiDemos/src/com/example/android/apis/preference/ |
PreferencesFromCode.java | 111 // Example of next screen toggle preference 131 // Visual parent toggle preference 138 // Visual child toggle preference
|
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/ |
AdvertiserFragment.java | 38 * Lets user toggle BLE Advertising. 57 * to the user. Sets the advertising toggle to 'false.' 148 // Is the toggle on?
|
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/ |
CrossfadeActivity.java | 33 * active view is toggled by touching the toggle button in the action bar. In real-world 34 * applications, this toggle would occur as soon as content was available. Note that if content is 93 // Toggle whether content is loaded.
|
/external/gptfdisk/ |
attributes.cc | 116 "Toggle which attribute field (0-63, 64 or <Enter> to exit): "); 161 else if (attributeOperator == "toggle") attributeOpcode = ao_toggle; 199 // toggle individual attribute(s)
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestBloom.java | 138 inputManager.addMapping("toggle", new KeyTrigger(KeyInput.KEY_SPACE)); 143 if (name.equals("toggle") && keyPressed) { 155 inputManager.addListener(acl, "toggle");
|
TestCrossHatch.java | 132 inputManager.addMapping("toggle", new KeyTrigger(KeyInput.KEY_SPACE)); 137 if (name.equals("toggle") && keyPressed) { 149 inputManager.addListener(acl, "toggle");
|
TestFog.java | 111 inputManager.addMapping("toggle", new KeyTrigger(KeyInput.KEY_SPACE)); 121 if (name.equals("toggle") && keyPressed) { 157 inputManager.addListener(acl, "toggle");
|
TestPosterization.java | 132 inputManager.addMapping("toggle", new KeyTrigger(KeyInput.KEY_SPACE)); 137 if (name.equals("toggle") && keyPressed) { 149 inputManager.addListener(acl, "toggle");
|
/frameworks/base/core/java/com/android/internal/view/ |
RotationPolicy.java | 90 * Returns true if the rotation-lock toggle should be shown in system UI. 108 * Enables or disables rotation lock from the system UI toggle. 122 * If rotation is locked for accessibility, the system UI toggle is hidden to avoid confusion.
|