HomeSort by relevance Sort by last modified time
    Searched full:toggle (Results 76 - 100 of 4171) sorted by null

1 2 34 5 6 7 8 91011>>

  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 2 /* API LEVEL TOGGLE */
16 $("#api-level-toggle label").removeClass("disabled");
20 $("#api-level-toggle label").addClass("disabled");
36 $("#api-level-toggle label").removeClass("disabled");
176 // toggle shut on the first try. --joeo@android.com
319 /* TOGGLE INHERITED MEMBERS */
321 /* Toggle an inherited class (arrow toggle)
324 * 'null' to simply toggle.
348 /* Toggle all inherited classes in a single table (e.g. all inherited methods
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 2 /* API LEVEL TOGGLE */
17 $("#api-level-toggle label").removeClass("disabled");
21 $("#api-level-toggle label").addClass("disabled");
37 $("#api-level-toggle label").removeClass("disabled");
157 // toggle shut on the first try. --joeo@android.com
300 /* TOGGLE INHERITED MEMBERS */
302 /* Toggle an inherited class (arrow toggle)
305 * 'null' to simply toggle.
329 /* Toggle all inherited classes in a single table (e.g. all inherited methods
    [all...]
doclava-developer-docs.js 213 // if we're in a toggleable root link (<li class=toggle-list><div><a>)
214 if (link.parent().parent().hasClass('toggle-list')) {
215 toggle(link.parent().parent(), false); // open our own list
218 toggle(link.parent().parent().parent().parent(), false); // open the super parent list
223 toggle(link.parent().parent().parent(), false); // open the parent list
226 toggle(link.parent().parent().parent().parent().parent(), false); // open the super parent list
362 function toggle(obj, slide) { function
373 $(".toggle-img", li).attr("title", "hide pages");
378 $(".toggle-img", li).attr("title", "show pages");
383 $(".toggle-list").each
    [all...]
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 85 int toggle = init_dither_toggle(x, y); local
105 *dstC++ = cache[toggle + SkATan2_255(fy, fx)];
108 toggle = next_dither_toggle(toggle);
114 *dstC++ = cache[toggle + SkATan2_255(srcPt.fY, srcPt.fX)];
115 toggle = next_dither_toggle(toggle);
  /system/core/toolbox/
iftop.c 230 unsigned int toggle = 0; local
261 get_interfaces(ifs[!toggle]);
268 nr = get_interfaces(ifs[toggle]);
273 count += print_interfaces(ifs[!toggle], ifs[toggle], nr);
274 toggle = !toggle;
  /prebuilts/go/darwin-x86/src/runtime/
cpuprof.go 81 // Signal handler has filled log[toggle][:nlog].
82 // Goroutine is writing log[1-toggle][:handoff].
85 toggle int32
89 // Writer maintains its own toggle to avoid races
90 // looking at signal handler's toggle.
157 cpuprof.toggle = 0
254 log := &p.log[p.toggle]
259 log = &p.log[p.toggle]
284 p.toggle = 1 - p.toggle
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
cpuprof.go 81 // Signal handler has filled log[toggle][:nlog].
82 // Goroutine is writing log[1-toggle][:handoff].
85 toggle int32
89 // Writer maintains its own toggle to avoid races
90 // looking at signal handler's toggle.
157 cpuprof.toggle = 0
254 log := &p.log[p.toggle]
259 log = &p.log[p.toggle]
284 p.toggle = 1 - p.toggle
    [all...]
  /frameworks/base/docs/html/topic/libraries/support-library/
revisions.jd 8 <div class="toggle-content opened">
12 "toggle-content-img" alt="">Android Support Library, revision 24.0.0</a>
16 <div class="toggle-content-toggleme">
120 <div class="toggle-content closed">
124 "toggle-content-img" alt="">Android Support Library, revision 23.4.0</a>
128 <div class="toggle-content-toggleme">
249 <div class="toggle-content closed">
252 "{@docRoot}assets/images/styles/disclosure_down.png" class="toggle-content-img"
257 <div class="toggle-content-toggleme">
465 <div class="toggle-content closed"
    [all...]
  /build/tools/droiddoc/templates-ndk/
sampleindex.cs 42 <div class="toggle-content opened structure-dir">
45 class="toggle-content-img structure-toggle-img" height="9px" width="9px" />
50 <div class="toggle-content-toggleme structure-toggleme">
55 </div> <?cs # /toggle-content ?>
  /build/tools/droiddoc/templates-sdk/
sampleindex.cs 42 <div class="toggle-content opened structure-dir">
45 class="toggle-content-img structure-toggle-img" height="9px" width="9px" />
50 <div class="toggle-content-toggleme structure-toggleme">
55 </div> <?cs # /toggle-content ?>
  /build/tools/droiddoc/templates-sdk-dev/
sampleindex.cs 37 <div class="toggle-content opened structure-dir">
40 class="toggle-content-img structure-toggle-img" height="9px" width="9px" />
45 <div class="toggle-content-toggleme structure-toggleme">
50 </div> <?cs # /toggle-content ?>
  /build/tools/droiddoc/templates-sdk-refonly/
sampleindex.cs 42 <div class="toggle-content opened structure-dir">
45 class="toggle-content-img structure-toggle-img" height="9px" width="9px" />
50 <div class="toggle-content-toggleme structure-toggleme">
55 </div> <?cs # /toggle-content ?>
  /external/chromium-trace/catapult/third_party/polymer/components/core-selection/
core-selection.html 48 detail.item.classList.toggle('selected', detail.isSelected);
133 this.toggle(item);
141 * @method toggle
142 * @param {any} item: The item to toggle.
144 toggle: function(item) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 26 import com.android.ide.common.api.RuleAction.Toggle;
248 assert newAction instanceof Toggle;
249 Toggle toggle = (Toggle) newAction; local
250 item.setSelection(toggle.isChecked());
303 } else if (action instanceof RuleAction.Toggle) {
304 addToggle((Toggle) action);
321 private void addToggle(Toggle toggle) {
    [all...]
  /developers/build/prebuilts/gradle/FloatingActionButtonBasic/Application/src/main/java/com/example/android/floatingactionbuttonbasic/
FloatingActionButton.java 130 public void toggle() { method in class:FloatingActionButton
135 * Override performClick() so that we can toggle the checked state when the view is clicked
139 toggle(); method
  /developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/Application/src/main/java/com/example/android/floatingactionbuttonbasic/
FloatingActionButton.java 130 public void toggle() { method in class:FloatingActionButton
135 * Override performClick() so that we can toggle the checked state when the view is clicked
139 toggle(); method
  /development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.floatingactionbuttonbasic/
FloatingActionButton.java 130 public void toggle() { method in class:FloatingActionButton
135 * Override performClick() so that we can toggle the checked state when the view is clicked
139 toggle(); method
  /frameworks/base/packages/SystemUI/res/layout/
battery_detail.xml 80 android:layout_toStartOf="@android:id/toggle"
91 android:layout_toStartOf="@android:id/toggle"
97 android:id="@android:id/toggle"
  /bootable/recovery/
ui.cpp 130 // should trigger a visibility toggle, an immediate reboot, or be
172 case RecoveryUI::TOGGLE:
293 // If we have power and volume up keys, that chord is the signal to toggle the text display.
296 return TOGGLE;
300 // and there's no way to toggle back (but that's pretty useless anyway).
302 return TOGGLE;
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/tests/src/com/example/android/advancedimmersivemode/tests/
SampleTests.java 69 * Verify that the UI flags actually changed when the toggle method is called.
79 assertTrue("UI Flags didn't toggle.", uiFlags != newUiFlags);
  /developers/samples/android/ui/window/AdvancedImmersiveMode/Application/tests/src/com/example/android/advancedimmersivemode/tests/
SampleTests.java 69 * Verify that the UI flags actually changed when the toggle method is called.
79 assertTrue("UI Flags didn't toggle.", uiFlags != newUiFlags);
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
AdvancedPreferences.java 48 // Force toggle again in a second
69 // Start the force toggle
  /development/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
BottomSheetHideable.java 48 mToggle = (Button) findViewById(R.id.toggle);
77 if (v.getId() == R.id.toggle && mBehavior != null) {
  /external/chromium-trace/catapult/third_party/polymer/components/core-focusable/
demo.html 102 <focusable-button toggle>toggle</focusable-button>
  /frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/items/
SwitchItem.java 71 * Toggle the checked state of the switch, without invalidating the entire item.
75 public void toggle(View view) { method in class:SwitchItem

Completed in 4567 milliseconds

1 2 34 5 6 7 8 91011>>