HomeSort by relevance Sort by last modified time
    Searched refs:showing (Results 26 - 50 of 141) sorted by null

12 3 4 5 6

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationViewWrapper.java 161 public void setShowingLegacyBackground(boolean showing) {
  /external/testng/src/main/resources/
testng-reports.js 38 // The handlers that take care of showing/hiding the methods
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardStatusBarView.java 251 public void setKeyguardUserSwitcherShowing(boolean showing, boolean animate) {
252 mKeyguardUserSwitcherShowing = showing;
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallPresenter.java 361 * no more active calls. However, we may still want to continue showing the UI for
362 * certain cases like showing "Call Ended".
456 // If we are showing NO_CALLS, that means that a call probably connected and
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 86 /** Are we showing the "public" version */
    [all...]
ActivatableNotificationView.java 440 public void setShowingLegacyBackground(boolean showing) {
441 mShowingLegacyBackground = showing;
    [all...]
NotificationContentView.java     [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 70 /** Minimum number of pages to justify showing a fast scroll thumb. */
73 /** Scroll thumb and preview not showing. */
153 /** Whether the primary text is showing. */
183 * <li>{@link #STATE_VISIBLE}, showing track and thumb
184 * <li>{@link #STATE_DRAGGING}, visible and showing preview
1124 final TextView showing; local
    [all...]
ListPopupWindow.java 573 boolean showing = isShowing();
574 if (showing) {
578 if (showing) {
591 * Show the popup list. If the list is already showing, this method
720 * <p>If the popup is showing, calling this method will take effect only
772 * @return {@code true} if the popup is currently showing, {@code false} otherwise.
781 * to interact with the IME while it is showing, {@code false} otherwise.
792 * (e.g. if the popup was not showing, this method would return false.)
808 * @return The currently selected item or null if the popup is not showing.
    [all...]
  /external/skia/tools/lua/
bbh_filter.lua 63 -- dump the params in t, specifically showing the verb first, which we
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 73 document.getElementById("search_filtered_div").className = "showing";
89 //if there are more results we're not showing, so say so.
  /external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
encoders.py 150 """Get params for showing a legend."""
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 73 document.getElementById("search_filtered_div").className = "showing";
89 //if there are more results we're not showing, so say so.
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 228 public void setShowingForActionMode(boolean showing) {
229 if (showing) {
  /prebuilts/go/darwin-x86/src/cmd/go/
doc.go 94 when showing the package's top-level documentation.
  /prebuilts/go/linux-x86/src/cmd/go/
doc.go 94 when showing the package's top-level documentation.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 94 * it of when the keyguard is showing, and events from the keyguard view itself
102 * - is the keyguard showing?
106 * - the keyguard is showing
118 * whether the keyguard should be showing, external apps and services may request
238 // cached value of whether we are showing (need to know this to quickly
347 // ActivityManagerService) will not reconstruct the keyguard if it is already showing.
384 + "keyguard is showing");
399 // If system user is provisioned, we might want to lock now to avoid showing launcher
435 if (DEBUG_SIM_STATES) Log.d(TAG, "ICC_ABSENT isn't showing,"
451 + "showing; need to show keyguard so user can enter sim pin")
    [all...]
  /cts/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 288 boolean showing = mDialog.isShowing();
291 // should cancel it. Thus it should not be showing
292 return !showing;
295 // should so nothing and it should still be showing
296 return showing;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ListPopupWindow.java 612 boolean showing = isShowing();
613 if (showing) {
617 if (showing) {
630 * Show the popup list. If the list is already showing, this method
764 * <p>If the popup is showing, calling this method will take effect only
819 * @return {@code true} if the popup is currently showing, {@code false} otherwise.
828 * to interact with the IME while it is showing, {@code false} otherwise.
839 * (e.g. if the popup was not showing, this method would return false.)
855 * @return The currently selected item or null if the popup is not showing.
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 414 // wake-up (if Keyguard is not showing), so we don't need to listen until Keyguard is
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 182 * showing the user the text that is being typed. Unlike the other UI elements,
456 boolean showing = isInputViewShown();
457 mImm.setImeWindowStatus(mToken, IME_ACTIVE | (showing ? IME_VISIBLE : 0),
590 * as hiding or showing candidates) without disrupting the underlying
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix.go 316 // In general we might have tried many suffixes; showing
470 // In general we might have tried many suffixes; showing
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix.go 316 // In general we might have tried many suffixes; showing
470 // In general we might have tried many suffixes; showing
  /external/valgrind/none/tests/
cmdline1.stdout.exp 41 --error-limit=no|yes stop showing new errors if too many? [yes]
  /external/blktrace/btt/doc/
btt.tex 244 providing a set of indicators showing how close incoming IO requests
246 providing a set of indicators showing how close the IO requests are
368 Here is a sample portion of this type of chart, showing Q2Q times
384 per-device criteria. Here's a portion of this area, displayed showing
491 (low) and on (high). For example, here is a snippet of a file showing
539 a very simplistic chart showing some activity:
    [all...]

Completed in 946 milliseconds

12 3 4 5 6