HomeSort by relevance Sort by last modified time
    Searched full:show (Results 226 - 250 of 2347) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Browser/src/com/android/browser/
BrowserHomepagePreference.java 83 // show an error dialog and change the positiveResult to
87 R.string.ok, null).show();
GeolocationPermissionsPrompt.java 75 public void show(String origin, GeolocationPermissions.Callback callback) { method in class:GeolocationPermissionsPrompt
106 toast.show();
  /packages/apps/DeskClock/src/com/android/deskclock/
DigitalClock.java 82 void setShowAmPm(boolean show) {
83 mAmPm.setVisibility(show ? View.VISIBLE : View.GONE);
  /packages/apps/Settings/res/values/
arrays.xml 26 <!-- The next level of the time zoner picker should show time zones from the Americas. -->
28 <!-- The next level of the time zoner picker should show time zones from Europe. -->
30 <!-- The next level of the time zoner picker should show time zones from Africa. -->
32 <!-- The next level of the time zoner picker should show time zones from Asia. -->
34 <!-- The next level of the time zoner picker should show time zones from Australia. -->
36 <!-- The next level of the time zoner picker should show time zones from Pacific. -->
38 <!-- The next level of the time zoner picker should show time zones from ALL regions. -->
51 <!-- Display settings. The type of animations to show. -->
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 91 // Show toast message if Bluetooth is not allowed in airplane mode
95 Toast.LENGTH_SHORT).show();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
SettingsUtil.java 43 * The maximum number of unique days to show the swipe hint for voice input.
49 * The maximum number of times to show the punctuation hint for voice input.
  /packages/providers/CalendarProvider/res/values/
strings.xml 39 <!-- Caption to show on gadget when there are no upcoming calendar events -->
57 <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings -->
  /packages/wallpapers/Basic/res/values/
strings.xml 76 <!-- Polar clock: label for "show seconds" pref -->
77 <string name="show_seconds">Show seconds</string>
  /bionic/libc/kernel/common/linux/
elevator.h 69 ssize_t (*show)(elevator_t *, char *); member in struct:elv_fs_entry
  /development/samples/ApiDemos/src/com/example/android/apis/app/
TranslucentActivity.java 30 * allowing windows underneath to show through.</p>
TranslucentBlurActivity.java 32 * allowing windows underneath to show through, with a fancy blur
  /development/samples/ApiDemos/src/com/example/android/apis/media/
VideoViewDemo.java 47 Toast.LENGTH_LONG).show();
  /development/samples/SearchableDictionary/res/values/
strings.xml 33 <!-- The description that will show up in the search settings for this source. -->
  /external/dnsmasq/contrib/wrt/
lease_update.sh 39 ${NVRAM} show | sed -n -e "/^${PREFIX}.*/ s/^.*=//p"
  /external/e2fsprogs/ext2ed/
ext2ed.8.in 13 Its aim is to show you the various internal filesystem structures in an
  /external/easymock/src/org/easymock/
IArgumentMatcher.java 41 * of failure, the printed message will show this string to allow to know which
  /external/iproute2/examples/
SYN-DoS.rate.limit 33 #serves to show the point - JHS
  /external/iproute2/man/man8/
rtmon.8 33 Show summary of options.
  /external/netcat/scripts/
webrelay 39 # Launch the first relayer same as above, but let its error msgs show up
  /external/proguard/src/proguard/gui/
MessageDialogRunnable.java 29 * This <code>Runnable</code> can show a message dialog.
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_amigamouse.c 61 // Show cursor
  /external/stlport/stlport/
errno.h 24 /* only show message when directly including this file in a non-library build */
  /external/webkit/WebCore/editing/
DeleteButtonController.h 50 void show(HTMLElement*);
  /external/webkit/WebCore/manual-tests/
css3-cursor-fallback-quirks.html 27 <p>In each of the blue boxes below, the cursor should show the text cursor, since they contain invalid hotspots.</p>
34 <p>In each of the blue boxes below, the cursor should show the help, since they contain valid hotspots.</p>
42 <p><span style='background-color:gray; cursor:url(nonexistent.png), url("resources/helpCursor.tiff");'>Should show an I-beam cursor.</span></p> <!-- An invalid declaration, even by WinIE standards -->
57 <p>In each of the blue boxes below, the hotspot is out-of-range. In quirks mode we do not support hotspots at all, so we show the fallback cursor(text).</p>
nested-plug-ins.html 20 Play with the display and visibility toggles. Make sure that turning an inner element visible does not show it if it has a hidden or

Completed in 100 milliseconds

1 2 3 4 5 6 7 8 91011>>