HomeSort by relevance Sort by last modified time
    Searched refs:toggle (Results 51 - 75 of 222) sorted by null

1 23 4 5 6 7 8 9

  /external/doclava/res/assets/templates/assets/
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...]
doclava-developer-docs.css 125 #side-nav .toggle-list .toggle-img {
135 /* second-level toggle */
136 #side-nav .toggle-list .toggle-list .toggle-img {
140 #side-nav .closed .toggle-img,
141 #side-nav .open .closed .toggle-img {
144 #side-nav .open .toggle-img {
148 #side-nav .toggle-list
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TableLayout8.java 41 Button button = (Button) findViewById(R.id.toggle);
  /external/chromium_org/chrome/common/extensions/docs/static/js/
scroll.js 37 sidebar.classList.toggle('floating', floatSidebar);
39 scrollToTop.classList.toggle('hidden', !showScrollToTop);
  /external/chromium_org/third_party/WebKit/Source/core/css/
mediaControlsAndroid.css 107 audio::-webkit-media-controls-toggle-closed-captions-button, video::-webkit-media-controls-toggle-closed-captions-button {
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShaderPriv.h 190 static inline int next_dither_toggle(int toggle) {
191 return toggle ^ SkGradientShaderBase::kDitherStride32;
198 static inline int next_dither_toggle16(int toggle) {
199 return toggle ^ SkGradientShaderBase::kDitherStride16;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_mouse.h 106 * Toggle whether or not the cursor is shown on the screen.
110 * state by passing a 'toggle' value of -1.
112 extern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);
  /external/skia/src/effects/gradients/
SkGradientShaderPriv.h 190 static inline int next_dither_toggle(int toggle) {
191 return toggle ^ SkGradientShaderBase::kDitherStride32;
198 static inline int next_dither_toggle16(int toggle) {
199 return toggle ^ SkGradientShaderBase::kDitherStride16;
  /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/deviceinfo/
FileItemInfoLayout.java 40 public void toggle() { method in class:FileItemInfoLayout
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_mouse.h 106 * Toggle whether or not the cursor is shown on the screen.
110 * state by passing a 'toggle' value of -1.
112 extern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_mouse.h 106 * Toggle whether or not the cursor is shown on the screen.
110 * state by passing a 'toggle' value of -1.
112 extern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_mouse.h 106 * Toggle whether or not the cursor is shown on the screen.
110 * state by passing a 'toggle' value of -1.
112 extern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 158 toggle((CLabel) c, false, false); method
177 toggle((CLabel) c, false, false); method
230 toggle(label, true, mSingle);
295 toggle(label, false, false); method
325 private void toggle(CLabel label, boolean performLayout, boolean autoClose) { method in class:AccordionControl
MarqueeGesture.java 49 * @param toggle If true, toggle the membership of contained elements
52 public MarqueeGesture(LayoutCanvas canvas, boolean toggle) {
55 if (toggle) {
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 12 * distributed under the License is distributed toggle an "AS IS" BASIS,
1204 bool toggle = getVideoStabilization(); local
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_view.css 11 #timeline-view-selection-toggle {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
scriptsPanel.css 42 .scripts-toggle-pretty-print-status-bar-item .glyph {
46 .scripts-toggle-pretty-print-status-bar-item.toggled .glyph {
103 .scripts-toggle-breakpoints.toggled-on .glyph {
107 .scripts-toggle-breakpoints .glyph {
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.h 24 void toggleFilter(bool toggle);
129 the value of toggle.
131 void toggleCommand(int index, bool toggle);
  /external/skia/src/utils/debugger/
SkDebugCanvas.h 24 void toggleFilter(bool toggle);
129 the value of toggle.
131 void toggleCommand(int index, bool toggle);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
ToggleSlider.java 64 mToggle = (CompoundButton)findViewById(R.id.toggle);
85 public void onCheckedChanged(CompoundButton toggle, boolean checked) {
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 756 boolean tryEnableVideoStabilization(boolean toggle) {
761 if (mLogVerbose) Log.v(TAG, "Setting video stabilization to " + toggle);
762 params.set("video-stabilization", toggle ? "true" : "false");
771 boolean tryEnable3ALocks(boolean toggle) {
775 params.setAutoExposureLock(toggle);
776 params.setAutoWhiteBalanceLock(toggle);
785 void enable3ALocks(boolean toggle) {
787 if (!tryEnable3ALocks(toggle)) {
    [all...]
  /cts/suite/cts/deviceTests/opengl/
cob_exporter.py 39 bpy.ops.object.mode_set(mode='OBJECT', toggle=False)
  /external/chromium_org/chrome/browser/resources/
policy.css 151 button.toggle-expanded-value {
159 tbody:not(.has-overflowed-value) button.toggle-expanded-value {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
util.js 78 function toggle(id) function
81 var toggler = $('toggle-' + id);

Completed in 2021 milliseconds

1 23 4 5 6 7 8 9