HomeSort by relevance Sort by last modified time
    Searched full:toggle (Results 26 - 50 of 3231) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/res/layout/
status_bar_toggle_slider.xml 24 android:id="@+id/toggle"
38 android:layout_toEndOf="@id/toggle"
53 android:layout_alignStart="@id/toggle"
54 android:layout_alignEnd="@id/toggle"
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ProjectionActivity.java 39 boolean toggle = false;
42 toggle = !toggle;
43 setProject(toggle);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
README.txt 17 WifiSettingsStore: Tracks the various settings (wifi toggle, airplane toggle, tethering toggle, scan mode toggle) and provides API to figure if wifi should be turned on or off.
  /developers/samples/android/ui/window/ImmersiveMode/
template-params.xml 31 click the "Toggle immersive mode" button, then try swiping the bar in and out!
34 <sample_action>Toggle immersive mode!</sample_action>
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCompoundButton.java 25 @Override public void toggle() { method in class:ShadowCompoundButton
31 toggle(); method
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
RadioButtonTest.java 33 radioButton.toggle();
36 radioButton.toggle();
CheckedTextViewTest.java 27 checkedTextView.toggle();
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 97 int toggle = init_dither_toggle(x, y); local
119 *dstC++ = cache[toggle + SkATan2_255(fy, fx)];
122 toggle = next_dither_toggle(toggle);
128 *dstC++ = cache[toggle + SkATan2_255(srcPt.fY, srcPt.fX)];
129 toggle = next_dither_toggle(toggle);
139 int toggle = init_dither_toggle16(x, y); local
162 *dstC++ = cache[toggle + index];
163 toggle = next_dither_toggle16(toggle)
    [all...]
  /developers/build/prebuilts/gradle/BasicImmersiveMode/Application/tests/src/com/example/android/basicimmersivemode/tests/
SampleTests.java 74 * Verify that the UI flags actually changed when the toggle method is called.
81 assertTrue("UI Flags didn't toggle.", uiFlags != newUiFlags);
85 * Verify that the view's height actually changed when the toggle method is called.
92 // In order to test that this worked: Need to toggle the immersive mode on the UI thread,
98 // Toggle immersive mode
  /developers/build/prebuilts/gradle/ImmersiveMode/Application/tests/src/com/example/android/immersivemode/tests/
ImmersiveModeSampleTests.java 59 * Verify that the UI flags actually changed when the toggle method is called.
66 assertTrue("UI Flags didn't toggle.", uiFlags != newUiFlags);
70 * Verify that the view's height actually changed when the toggle method is called.
77 // In order to test that this worked: Need to toggle the immersive mode on the UI thread,
83 // Toggle immersive mode
  /developers/samples/android/ui/window/BasicImmersiveMode/Application/tests/src/com/example/android/basicimmersivemode/tests/
SampleTests.java 74 * Verify that the UI flags actually changed when the toggle method is called.
81 assertTrue("UI Flags didn't toggle.", uiFlags != newUiFlags);
85 * Verify that the view's height actually changed when the toggle method is called.
92 // In order to test that this worked: Need to toggle the immersive mode on the UI thread,
98 // Toggle immersive mode
  /developers/samples/android/ui/window/ImmersiveMode/Application/tests/src/com/example/android/immersivemode/tests/
ImmersiveModeSampleTests.java 59 * Verify that the UI flags actually changed when the toggle method is called.
66 assertTrue("UI Flags didn't toggle.", uiFlags != newUiFlags);
70 * Verify that the view's height actually changed when the toggle method is called.
77 // In order to test that this worked: Need to toggle the immersive mode on the UI thread,
83 // Toggle immersive mode
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 287 // if we're in a toggleable root link (<li class=toggle-list><div><a>)
288 if (link.parent().parent().hasClass('toggle-list')) {
289 toggle(link.parent().parent(), false); // open our own list
292 toggle(link.parent().parent().parent().parent(), false); // open the super parent list
297 toggle(link.parent().parent().parent(), false); // open the parent list
300 toggle(link.parent().parent().parent().parent().parent(), false); // open the super parent list
438 function toggle(obj, slide) { function
449 $(".toggle-img", li).attr("title", "hide pages");
454 $(".toggle-img", li).attr("title", "show pages");
459 $(".toggle-list").each
    [all...]
  /frameworks/base/docs/html/training/monitoring-device-state/
manifest-receivers.jd 17 <li><a href="#ToggleReceivers">Toggle and Cascade State Change Receivers to Improve
43 <h2 id="ToggleReceivers">Toggle and Cascade State Change Receivers to Improve Efficiency </h2>
45 <p>Use can use the {@link android.content.pm.PackageManager} to toggle the enabled state on any
  /frameworks/base/docs/html/tools/sdk/
eclipse-adt.jd 53 <div class="toggle-content opened">
55 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
59 <div class="toggle-content-toggleme">
86 <div class="toggle-content closed">
88 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
92 <div class="toggle-content-toggleme">
120 <div class="toggle-content closed">
122 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
126 <div class="toggle-content-toggleme">
154 <div class="toggle-content closed"
    [all...]
  /developers/build/prebuilts/gradle/BasicImmersiveMode/Application/src/main/res/values/
strings.xml 19 <string name="sample_action">Toggle Immersive Mode!</string>
  /developers/build/prebuilts/gradle/ImmersiveMode/Application/src/main/res/values/
strings.xml 19 <string name="sample_action">Toggle immersive mode!</string>
  /developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/assets/
sample.html 25 <button id="toggle">Start</button>
  /developers/samples/android/content/webview/PermissionRequest/Application/src/main/assets/
sample.html 25 <button id="toggle">Start</button>
  /development/samples/browseable/BasicImmersiveMode/res/values/
strings.xml 19 <string name="sample_action">Toggle Immersive Mode!</string>
  /development/samples/browseable/ImmersiveMode/res/values/
strings.xml 19 <string name="sample_action">Toggle immersive mode!</string>
  /frameworks/base/core/java/android/widget/
Checkable.java 41 void toggle(); method in interface:Checkable
  /frameworks/base/tests/RenderScriptTests/ModelViewer/res/values/
strings.xml 24 <string name="sensor">Toggle Sensor</string>
  /frameworks/base/tests/SystemUIDemoModeController/res/values/
strings.xml 20 <string name="help_text">"Drag: control icon states\nLong-press + drag: control background color\nDouble-tap: toggle bar mode</string>
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTest/java/android/databinding/library/
DataBinderTrojan.java 20 * This helper is used to toggle DataBinder's package private values to change behavior for testing

Completed in 538 milliseconds

12 3 4 5 6 7 8 91011>>