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

1 23 4 5

  /frameworks/base/docs/html/guide/
guide_toc.cs 60 <li class="toggle-list">
75 <li class="toggle-list">
98 <li class="toggle-list">
118 <li class="toggle-list">
152 <li class="toggle-list">
169 <li class="toggle-list">
186 <li class="toggle-list">
200 <li class="toggle-list">
236 <li class="toggle-list">
251 <li class="toggle-list"
    [all...]
  /build/tools/droiddoc/templates-sdk/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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 25 import com.android.ide.common.api.RuleAction.Toggle;
199 } else if (action instanceof RuleAction.Toggle) {
200 addToggle((Toggle) action);
217 private void addToggle(final Toggle toggle) {
220 URL iconUrl = toggle.getIconUrl();
221 String title = toggle.getTitle();
232 toggle.getCallback().action(toggle, getSelectedNodes(),
233 toggle.getId(), button.getSelection())
    [all...]
  /external/webkit/Source/WebCore/css/
mediaControls.css 159 audio::-webkit-media-controls-toggle-closed-captions-button, video::-webkit-media-controls-toggle-closed-captions-button {
160 -webkit-appearance: media-toggle-closed-captions-button;
mediaControlsEfl.css 158 audio::-webkit-media-controls-toggle-closed-captions-button, video::-webkit-media-controls-toggle-closed-captions-button {
159 -webkit-appearance: media-toggle-closed-captions-button;
mediaControlsQuickTime.css 188 audio::-webkit-media-controls-toggle-closed-captions-button, video::-webkit-media-controls-toggle-closed-captions-button {
189 -webkit-appearance: media-toggle-closed-captions-button;
mediaControlsQtFullscreen.css 98 video::-webkit-media-controls-toggle-closed-captions-button {
mediaControlsQt.css 245 audio::-webkit-media-controls-toggle-closed-captions-button {
249 video::-webkit-media-controls-toggle-closed-captions-button {
  /sdk/rule_api/src/com/android/ide/common/api/
RuleAction.java 127 * Creates a new immutable toggle action.
138 * @return the new {@link Toggle}
140 public static Toggle createToggle(String id, String title, boolean isChecked,
143 Toggle toggle = new Toggle(id, title, isChecked, callback, sortPriority, local
145 toggle.setIconUrl(iconUrl);
146 return toggle;
421 * A toggle is a simple on/off action, displayed as an item in a context menu
427 public static class Toggle extends RuleAction
    [all...]
  /external/webkit/Source/WebCore/html/
ClassList.cpp 114 bool ClassList::toggle(const AtomicString& token, ExceptionCode& ec) function in class:WebCore::ClassList
  /frameworks/base/core/java/android/widget/
ToggleButton.java 140 layerDrawable.findDrawableByLayerId(com.android.internal.R.id.toggle);
CompoundButton.java 86 public void toggle() { method in class:CompoundButton
98 /* When clicked, toggle the state */
99 toggle(); method
CheckedTextView.java 76 public void toggle() { method in class:CheckedTextView
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 36 <div id="api-level-toggle">
  /external/kernel-headers/original/linux/
usb.h 333 unsigned int toggle[2]; /* one bit for each endpoint member in struct:usb_device
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CheckedTextViewTest.java 169 method = "toggle",
176 checkedTextView.toggle();
179 checkedTextView.toggle();
183 checkedTextView.toggle();
CompoundButtonTest.java 172 notes = "Test {@link CompoundButton#toggle()}",
173 method = "toggle",
180 compoundButton.toggle();
183 compoundButton.toggle();
187 compoundButton.toggle();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Grid3.java 126 public void toggle() { method in class:Grid3.CheckableLayout
  /external/v8/test/mjsunit/
debug-setexceptionbreak.js 83 // should toggle it on. The second time, it should toggle it off.
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
queue.js 35 this._toggleNode = $('toggle-queue');
49 'click', function() { toggle('queue'); });
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewIcon.java 210 public void toggle() { method in class:PagedViewIcon
  /external/bison/lib/
bbitset.h 116 bool (*toggle) (bitset, bitset_bindex); member in struct:bitset_vtable
189 /* Toggle bit BITNO in bitset DST. */
190 #define BITSET_TOGGLE_(DST, BITNO) (DST)->b.vtable->toggle (DST, BITNO)
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 599 // The toggle is concatenated with the SoundChannel address and passed to AudioTrack
603 unsigned long toggle = mToggle ^ 1; local
604 void *userData = (void *)((unsigned long)this | toggle);
626 // From now on, AudioTrack callbacks recevieved with previous toggle value will be ignored.
627 mToggle = toggle;
691 void SoundChannel::process(int event, void *info, unsigned long toggle)
702 if (mToggle != toggle) {
703 LOGV("process wrong toggle %p channel %d", this, mChannelID);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor.c 265 int SDL_ShowCursor (int toggle)
270 if ( toggle >= 0 ) {
272 if ( toggle ) {

Completed in 2006 milliseconds

1 23 4 5