HomeSort by relevance Sort by last modified time
    Searched refs:toggle (Results 1 - 25 of 72) sorted by null

1 2 3

  /frameworks/base/core/java/android/widget/
Checkable.java 41 void toggle(); method in interface:Checkable
RadioButton.java 65 * If the radio button is already checked, this method will not toggle the radio button.
68 public void toggle() { method in class:RadioButton
69 // we override to prevent toggle when the radio is already
72 super.toggle();
  /external/freetype/src/base/
ftdebug.c 90 /* define array of trace toggle names */
139 /* available toggle names. */
162 /* read toggle name, followed by ':' */
175 const char* toggle = ft_trace_toggles[n]; local
180 if ( toggle[i] != q[i] )
184 if ( i == len && toggle[i] == 0 )
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
CheckableImageView.java 49 public void toggle() { method in class:CheckableImageView
  /packages/apps/Music/src/com/android/music/
CheckableRelativeLayout.java 49 public void toggle() { method in class:CheckableRelativeLayout
  /system/core/toolbox/
vmstat.c 75 int toggle, count; local
116 toggle = 0;
121 read_state(&s[1 - toggle]);
124 read_state(&s[toggle]);
130 print_line(&s[1 - toggle], &s[toggle]);
131 toggle = 1 - toggle;
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;
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 202 // if we're in a toggleable root link (<li class=toggle-list><div><a>)
203 if (link.parent().parent().hasClass('toggle-list')) {
204 toggle(link.parent().parent(), false); // open our own list
207 toggle(link.parent().parent().parent().parent(), false); // open the super parent list
212 toggle(link.parent().parent().parent(), false); // open the parent list
215 toggle(link.parent().parent().parent().parent().parent(), false); // open the super parent list
352 function toggle(obj, slide) { function
363 $(".toggle-img", li).attr("title", "hide pages");
368 $(".toggle-img", li).attr("title", "show pages");
373 $(".toggle-list").each
    [all...]
android-developer-docs.css 123 #side-nav .toggle-list .toggle-img {
133 /* second-level toggle */
134 #side-nav .toggle-list .toggle-list .toggle-img {
138 #side-nav .closed .toggle-img,
139 #side-nav .open .closed .toggle-img {
142 #side-nav .open .toggle-img {
146 #side-nav .toggle-list
    [all...]
android-developer-reference.js 2 /* API LEVEL TOGGLE */
15 $("#api-level-toggle label").removeClass("disabled");
19 $("#api-level-toggle label").addClass("disabled");
35 $("#api-level-toggle label").removeClass("disabled");
155 // toggle shut on the first try. --joeo@android.com
298 /* TOGGLE INHERITED MEMBERS */
300 /* Toggle an inherited class (arrow toggle)
303 * 'null' to simply toggle.
327 /* Toggle all inherited classes in a single table (e.g. all inherited methods
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar4.java 43 Button button = (Button) findViewById(R.id.toggle);
TableLayout9.java 38 Button button = (Button) findViewById(R.id.toggle);
List6.java 51 ((SpeechListAdapter)getListAdapter()).toggle(position);
115 public void toggle(int position) { method in class:List6.SpeechListAdapter
TableLayout8.java 41 Button button = (Button) findViewById(R.id.toggle);
  /cts/tests/tests/widget/src/android/widget/cts/
RadioButtonTest.java 102 notes = "Test {@link RadioButton#toggle()}",
103 method = "toggle",
110 button.toggle();
114 button.toggle();
  /frameworks/base/tests/CoreTests/android/core/
MonitorTest.java 384 static int toggle = -1; field in class:MonitorTest.CompareAndExchange
389 toggle = -1;
442 if (CompareAndExchange.toggle == i1) {
444 CompareAndExchange.toggle = test = i2;
447 CompareAndExchange.toggle = test = i1;
449 if ((check = CompareAndExchange.toggle) != test) {
452 // " != toggle " + check);
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 170 toggle(link.parent().parent().parent(), false);
171 } else if (link.parent().parent().hasClass('toggle-list')) {
172 toggle(link.parent().parent(), false);
268 function toggle(obj, slide) {
279 $(".toggle-img", li).attr("title", "hide pages");
284 $(".toggle-img", li).attr("title", "show pages");
289 $(".toggle-list").each(
291 $("div", this).append("<a class='toggle-img' href='#' title='show pages' onClick='toggle(this.parentNode.parentNode, true); return false;'></a>");
307 $("#nav-panels").toggle();
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_mouse.h 104 * Toggle whether or not the cursor is shown on the screen.
108 * state by passing a 'toggle' value of -1.
110 extern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadItem.java 113 mCheckBox.toggle();
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_mouse.h 104 * Toggle whether or not the cursor is shown on the screen.
108 * state by passing a 'toggle' value of -1.
110 extern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_mouse.h 104 * Toggle whether or not the cursor is shown on the screen.
108 * state by passing a 'toggle' value of -1.
110 extern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_mouse.h 108 * Toggle whether or not the cursor is shown on the screen.
112 * state by passing a 'toggle' value of -1.
114 extern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);
  /prebuilt/windows/sdl/include/SDL/
SDL_mouse.h 104 * Toggle whether or not the cursor is shown on the screen.
108 * state by passing a 'toggle' value of -1.
110 extern DECLSPEC int SDLCALL SDL_ShowCursor(int toggle);
  /external/skia/src/effects/
SkGradientShader.cpp 802 int toggle = ((x ^ y) & 1) << kCache16Bits; local
823 dither_memset16(dstC, cache[toggle + fi], cache[(toggle ^ (1 << kCache16Bits)) + fi], count);
829 *dstC++ = cache[toggle + fi];
830 toggle ^= (1 << kCache16Bits);
837 *dstC++ = cache[toggle + fi];
838 toggle ^= (1 << kCache16Bits);
846 *dstC++ = cache[toggle + fi];
847 toggle ^= (1 << kCache16Bits);
859 *dstC++ = cache[toggle + index]
1017 int toggle = ((x ^ y) & 1) << kCache16Bits; local
    [all...]
  /external/webkit/WebCore/css/
mediaControls.css 128 audio::-webkit-media-controls-toggle-closed-captions-button, video::-webkit-media-controls-toggle-closed-captions-button {
129 -webkit-appearance: media-toggle-closed-captions-button;

Completed in 1577 milliseconds

1 2 3