HomeSort by relevance Sort by last modified time
    Searched full:showing (Results 76 - 100 of 1839) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/widget/src/android/widget/cts/
DatePickerDialogTest.java 68 assertTrue("Showing date picker", d.isShowing());
71 assertTrue("Date picker still showing", d.isShowing());
  /frameworks/support/core-ui/java/android/support/v4/widget/
ListViewAutoScrollHelper.java 59 // Are we already showing the entire last item?
67 // Are we already showing the entire first item?
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 72 * @param showing Indicates if the keyguard is now visible.
74 public void onKeyguardVisibilityChanged(boolean showing) { }
76 public void onKeyguardVisibilityChangedRaw(boolean showing) {
78 if (showing == mShowing
80 onKeyguardVisibilityChanged(showing);
82 mShowing = showing;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeLog.java 130 public static void traceKeyguardBouncerChanged(boolean showing) {
132 log("bouncer " + showing);
147 public static void traceKeyguard(boolean showing) {
149 log("keyguard " + showing);
150 if (!showing) {
259 public void onKeyguardVisibilityChanged(boolean showing) {
260 traceKeyguard(showing);
  /packages/apps/TV/src/com/android/tv/analytics/
Tracker.java 100 * Sends tracking information for showing the main menu.
130 * Sends tracking information for showing the Electronic Program Guide (EPG).
147 * Sends tracking information for showing the channel switch view.
209 * Sends tracking information for showing the input selection view.
230 * Sends tracking information for showing a side panel.
  /frameworks/base/docs/html/distribute/stories/games/
dots.jd 2 page.metaDescription=Game developer Playdots decided to use Store Listing Experiments to see if different game screenshots could impact installs for their game Two Dots. They found that game screenshots showing gameplay mechanics drove more installs from the store listing page than their existing non-gameplay screenshots.
32 screenshots showing gameplay mechanics drove more installs from the store
49 The results revealed that screenshots showing gameplay mechanics drove 6
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationCustomViewWrapper.java 135 public void setShowingLegacyBackground(boolean showing) {
136 super.setShowingLegacyBackground(showing);
137 mShowingLegacyBackground = showing;
  /packages/apps/UnifiedEmail/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
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ViewMode.java 47 * Mode when showing a single conversation.
51 * Mode when showing a list of conversations
55 * Mode when showing results from user search.
59 * Mode when showing results from user search.
63 * Mode when showing the "waiting for sync" message.
67 * Mode when showing ads.
  /frameworks/base/core/java/com/android/internal/app/
MediaRouteDialogPresenter.java 50 Log.w(TAG, "showDialog(): Route chooser dialog already showing!");
60 Log.w(TAG, "showDialog(): Route controller dialog already showing!");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
ProximityClassifier.java 25 * the proximity sensor showing the near state during the whole gesture
73 * @param near is the sensor showing the near state right now
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowManager.java 255 public void setKeyguardShowing(boolean showing) {
256 mCurrentState.keyguardShowing = showing;
281 public void setBouncerShowing(boolean showing) {
282 mCurrentState.bouncerShowing = showing;
286 public void setBackdropShowing(boolean showing) {
287 mCurrentState.backdropShowing = showing;
306 public void setHeadsUpShowing(boolean showing) {
307 mCurrentState.headsUpShowing = showing;
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceDelegate.java 55 // Assume keyguard is showing and secure until we know for sure. This is here in
58 showing = true;
64 boolean showing; field in class:KeyguardServiceDelegate.KeyguardState
137 mKeyguardState.showing = false;
197 mKeyguardState.showing = mKeyguardService.isShowing();
199 return mKeyguardState.showing;
429 pw.println(prefix + "showing=" + mKeyguardState.showing);
  /cts/tests/tests/preference2/src/android/preference2/cts/
FragmentPreferences.java 26 * Demonstration of PreferenceFragment, showing a single fragment in an
PreferenceFragmentActivity.java 24 * Demonstration of PreferenceFragment, showing a single fragment in an
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/res/values/
base-strings.xml 26 is currently showing. This sample demonstrates how to use these APIs
  /development/samples/ApiDemos/res/xml/
advanced_preferences.xml 17 <!-- This is an advanced example showing the custom preference types and manually handling
fragmented_preferences_inner.xml 17 <!-- This is a primitive example showing the different types of preferences available. -->
preference_dependencies.xml 17 <!-- This is a primitive example showing how some preferences can depend on other preferences. -->
preference_switch 17 <!-- This is a primitive example showing the different types of preferences available. -->
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
FragmentPreferences.java 26 * Demonstration of PreferenceFragment, showing a single fragment in an
  /development/samples/browseable/ActiveNotifications/res/values/
base-strings.xml 26 is currently showing. This sample demonstrates how to use these APIs

Completed in 451 milliseconds

1 2 34 5 6 7 8 91011>>