HomeSort by relevance Sort by last modified time
    Searched full:showing (Results 1 - 25 of 492) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/CubeLiveWallpaper/res/values/
strings.xml 26 <!-- Wallpaper showing a cube -->
29 <!-- Wallpaper showing a cube or dodecahedron, data read from resource -->
32 <!-- Wallpaper showing a cube, renderscript version -->
  /packages/wallpapers/Basic/res/values/
strings.xml 29 <!-- Wallpaper showing the camera preview -->
36 <!-- Wallpaper showing grass and the sky -->
43 <!-- Wallpaper showing a galaxy -->
50 <!-- Wallpaper showing leaves floating on water -->
59 <!-- Wallpaper showing a clock -->
67 <!-- Wallpaper showing nexus -->
  /development/samples/Wiktionary/
_index.html 6 frame. Touching the widget will launch a custom application activity showing
  /external/junit/src/junit/swingui/
ProgressBar.java 8 * A progress bar showing the green/red status
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchWidgetConfigActivity.java 122 public static void setWidgetShowingHint(Context context, int appWidgetId, boolean showing) {
124 prefs.putBoolean(getShowingHintKey(appWidgetId), showing); local
126 if (DBG) Log.d(TAG, "Widget " + appWidgetId + " set showing hint " + showing + "("+c+")");
132 if (DBG) Log.d(TAG, "Widget " + appWidgetId + " showing hint: " + r);
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
CanReadFileFilter.java 25 * Example, showing how to print out a list of the
37 * Example, showing how to print out a list of the
49 * Example, showing how to print out a list of the
CanWriteFileFilter.java 25 * Example, showing how to print out a list of the
37 * Example, showing how to print out a list of the
EmptyFileFilter.java 28 * Example, showing how to print out a list of the
40 * Example, showing how to print out a list of the
HiddenFileFilter.java 25 * Example, showing how to print out a list of the
37 * Example, showing how to print out a list of the
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutTest.java 38 * Basic test showing expected behavior and relationship between font
64 * Basic test showing effect of includePad = true with 1 line.
79 * Basic test showing effect of includePad = true wrapping to 2 lines.
96 * Basic test showing effect of includePad = true wrapping to 3 lines.
115 * Basic test showing effect of includePad = true wrapping to 3 lines and
143 * Basic test showing effect of includePad = true, spacingAdd = 2, wrapping
164 * Basic test showing effect of includePad = true, spacingAdd = 2,
186 * Basic test showing effect of includePad = true, spacingAdd = 0,
  /development/samples/ApiDemos/res/xml/
advanced_preferences.xml 17 <!-- This is an advanced example showing the custom preference types and manually handling
preference_dependencies.xml 17 <!-- This is a primitive example showing how some preferences can depend on other preferences. -->
default_values.xml 17 <!-- This is a primitive example showing how to set default values for preferences.
  /frameworks/base/core/java/android/app/
KeyguardManager.java 50 * Disable the keyguard from showing. If the keyguard is currently
51 * showing, hide it. The keyguard will be prevented from showing again
120 * If keyguard screen is showing or in restricted key input mode (i.e. in
  /frameworks/base/core/java/android/pim/vcard/
VCardEntryHandler.java 40 * Able to be use this method for showing performance log, etc.
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewProperties.java 22 * Defines operations necessary for showing a keyguard, including how to create
KeyguardViewMediator.java 57 * it of when the keyguard is showing, and events from the keyguard view itself
65 * - is the keyguard showing?
69 * - the keyguard is showing
81 * whether the keyguard should be showing, external apps and services may request
166 * Used to keep the device awake while the keyguard is showing, i.e for
201 // cached value of whether we are showing (need to know this to quickly
378 // hiding keyguard that is showing, remember to reshow later
443 * Is the keyguard currently showing?
450 * Is the keyguard currently showing and not being force hidden?
491 * Input is restricted when the keyguard is showing, or when the keyguar
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertWakeLock.java 23 * Hold a wakelock while showing the alert dialog and playing sound.
  /packages/apps/Tag/src/com/android/vcard/
VCardEntryHandler.java 40 * Able to be use this method for showing performance log, etc.
  /packages/wallpapers/MagicSmoke/res/values/
strings.xml 26 <!-- Wallpapers showing smoke, clouds, water, plasmas -->
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditText.java 25 * Specialization of {@link EditText} for showing and interacting with the
119 * Return true if the edit text is currently showing a scroll bar.
  /external/webkit/WebKit/win/
WebNodeHighlight.h 61 void onWebViewShowWindow(bool showing);
WebNodeHighlight.cpp 223 void WebNodeHighlight::onWebViewShowWindow(bool showing)
228 if (isShowing() == showing)
231 if (showing)
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridScrollListener.java 63 mText.setText("Showing " + firstVisibleItem + "-" + lastItem + "/" + totalItemCount);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListScrollListener.java 67 mText.setText("Showing " + firstCell + "-" + last + "/" + itemCount);

Completed in 662 milliseconds

1 2 3 4 5 6 7 8 91011>>