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

<<11121314151617181920>>

  /system/extras/slideshow/
slideshow.cpp 137 /* if there was user input while showing the images, display the last
  /toolchain/binutils/binutils-2.25/binutils/
elfcomm.h 105 /* Construct a string showing the name of the archive member, qualified
  /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/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.
  /external/libjpeg-turbo/doc/html/
annotated.html 70 <!-- window showing the filter options -->
77 <!-- iframe showing the search results (closed by default) -->
classes.html 70 <!-- window showing the filter options -->
77 <!-- iframe showing the search results (closed by default) -->
functions.html 76 <!-- window showing the filter options -->
83 <!-- iframe showing the search results (closed by default) -->
functions_vars.html 76 <!-- window showing the filter options -->
83 <!-- iframe showing the search results (closed by default) -->
structtjscalingfactor.html 69 <!-- window showing the filter options -->
76 <!-- iframe showing the search results (closed by default) -->
  /external/valgrind/helgrind/
hg_basics.h 83 clock changes. This facilitates showing the bounds of the
87 location change. This facilitates showing both stack traces in
  /frameworks/base/docs/html/training/wearables/ui/
confirm.jd 1 page.title=Showing Confirmations
175 <p>After showing the confirmation animation,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerUI.java 176 Slog.d(TAG, "showing invalid charger warning");
182 // if invalid charger is showing, don't show low battery
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBouncer.java 91 // case we are already showing and the current security method changed.
251 * @return True if and only if the security method should be shown before showing the
KeyguardStatusBarView.java 251 public void setKeyguardUserSwitcherShowing(boolean showing, boolean animate) {
252 mKeyguardUserSwitcherShowing = showing;
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStartInterceptor.java 192 // Showing credential confirmation activity in home task to avoid stopping multi-windowed
193 // mode after showing the full-screen credential confirmation activity.
  /frameworks/support/design/tests/src/android/support/design/widget/
SnackbarTest.java 71 // Verify that we're showing the message
76 // If the action is not empty, verify that we're showing it
  /hardware/bsp/intel/peripheral/libupm/src/grovemd/
grovemd.h 77 * An example showing the use of a DC motor
79 * An example showing the use of a 4-wire stepper
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
BuildStep.java 216 * return a string representation of this build step, showing minimal
242 * return a string representation of this build step, showing all detail of
  /packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
IndeterminateProgressDialog.java 169 * showing for at least the minimum display time as set in
173 // Compute how long the dialog has been showing
  /packages/apps/Nfc/res/values/
strings.xml 56 <!-- Label for a dialog showing a list of applications can be paid with -->
58 <!-- Label for a dialog showing a list of applications that can be used to complete the NFC action -->
  /packages/apps/Settings/src/com/android/settings/accounts/
AddAccountSettings.java 47 * without showing anything.
50 * 3) After the account setup, this Activity finishes without showing anything.
  /packages/apps/StorageManager/res/values/
strings.xml 67 <!-- Title for the apps category in the deletion helper, showing how many apps to delete. [CHAR LIMIT=40]-->
70 <!-- Summary for the apps category in the deletion helper, showing how many space to clear. [CHAR LIMIT=NONE]-->
  /frameworks/base/core/java/android/widget/
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...]
  /frameworks/base/docs/html/guide/topics/ui/
dialogs.jd 21 <li><a href="#ShowingADialog">Showing a Dialog</a></li>
22 <li><a href="#FullscreenDialog">Showing a Dialog Fullscreen or as an Embedded Fragment</a>
24 <li><a href="#ActivityAsDialog">Showing an activity as a dialog on large screens</a></li>
606 <h2 id="ShowingADialog">Showing a Dialog</h2>
634 <h2 id="FullscreenDialog">Showing a Dialog Fullscreen or as an Embedded Fragment</h2>
745 <h3 id="ActivityAsDialog">Showing an activity as a dialog on large screens</h3>
747 <p>Instead of showing a dialog as a fullscreen UI when on small screens, you can accomplish
748 the same result by showing an {@link android.app.Activity} as a dialog when on
750 showing an activity as a dialog is often useful when your app is already designed for small
751 screens and you'd like to improve the experience on tablets by showing a short-lived activit
    [all...]
  /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...]

Completed in 988 milliseconds

<<11121314151617181920>>