/frameworks/base/core/res/res/drawable/ |
btn_toggle_bg.xml | 19 <item android:id="@+android:id/toggle" android:drawable="@android:drawable/btn_toggle" />
|
/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
|
/packages/inputmethods/LatinIME/java/res/drawable/ |
btn_keyboard_key.xml | 19 <!-- Toggle keys. Use checkable/checked state. -->
|
/packages/inputmethods/LatinIME/java/res/drawable-land/ |
btn_keyboard_key.xml | 19 <!-- Toggle keys. Use checkable/checked state. -->
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnn.java | 214 * Search a character for toggle input. 217 * @param toggleTable Toggle table 218 * @param reverse {@code false} if toggle direction is forward, {@code true} if toggle direction is backward
|
OpenWnnEvent.java | 82 * Toggle a character. 237 /** Mapping table for toggle input */ 239 /** Mapping table for toggle input */ 286 * Generate {@link OpenWnnEvent} for toggle inputing a character 289 * @param toggleTable The array of toggle inputing a character
|
/frameworks/base/docs/html/sdk/ |
tools-notes.jd | 32 $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); 37 $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png")); 59 #jd-content .toggle-img { 66 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" /> 97 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" /> 145 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> 194 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
|
android-1.5.jd | 84 $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); 89 $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png")); 112 #jd-content .toggle-img { 119 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" /> 142 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" /> 156 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> 165 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
|
/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);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
PaletteComposite.java | 71 /** The parent grid layout that contains all the {@link Toggle} and {@link Item} widgets. */ 172 // which in turn contain Toggle/Item CLabel instances 241 Toggle toggle = new Toggle(group, uiName); 245 toggle.addItem(item); 252 * A Toggle widget is a row that is the head of a group. 254 * When clicked, the toggle will show/hide all the {@link Item} widgets that have been 257 private class Toggle extends CLabel implements MouseTrackListener, MouseListener { 262 public Toggle(Composite parent, String groupName) [all...] |
/packages/apps/Phone/src/com/android/phone/ |
EditPhoneNumberPreference.java | 43 /** toggle [(ENABLE / CANCEL) or (DISABLE / CANCEL)], use isToggled() to see requested state.*/ 77 //similar to toggle preference 309 // The neutral button (button3) is always the toggle. 311 //flip the toggle if we are in the correct mode. 341 * Toggle handling code. 343 //return the toggle value. 348 //set the toggle value. 401 // is in activation mode (CF), we look for the encoded toggle value 404 // Note: The toggle value is stored in the string in an encoded
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
StatusBarTest.java | 164 new Test("Toggle in 3 sec.") { 168 mStatusBarManager.toggle();
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
TableLayout8.java | 41 Button button = (Button) findViewById(R.id.toggle);
|
/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);
|
/external/quake/quake/src/QW/client/ |
snd_linux.c | 180 // toggle the trigger & start her up 187 Con_Printf("Could not toggle.\n"); 196 Con_Printf("Could not toggle.\n");
|
/external/quake/quake/src/WinQuake/ |
snd_linux.cpp | 199 // toggle the trigger & start her up 206 Con_Printf("Could not toggle.\n"); 215 Con_Printf("Could not toggle.\n");
|
/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;
|
/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);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
CompoundButtonTest.java | 172 notes = "Test {@link CompoundButton#toggle()}", 173 method = "toggle", 180 compoundButton.toggle(); 183 compoundButton.toggle(); 187 compoundButton.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...] |
/frameworks/base/docs/html/guide/ |
guide_toc.cs | 63 <li class="toggle-list"> 80 <li class="toggle-list"> 110 <li class="toggle-list"> 127 <li class="toggle-list"> 147 <li class="toggle-list"> 166 <li class="toggle-list"> 199 <li class="toggle-list"> 215 <!--<li class="toggle-list"> 226 <!--<li class="toggle-list"> 239 <li class="toggle-list" [all...] |