HomeSort by relevance Sort by last modified time
    Searched refs:shown (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /external/valgrind/none/tests/linux/
brk-overflow1.stderr.exp 4 NOTE: further instances of this message will not be shown
brk-overflow2.stderr.exp 4 NOTE: further instances of this message will not be shown
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
ViewMediatorCallback.java 79 * When the bouncer is shown or hides
80 * @param shown
82 void onBouncerVisiblityChanged(boolean shown);
90 * @return one of the reasons why the bouncer needs to be shown right now and the user can't use
  /packages/apps/StorageManager/src/com/android/storagemanager/utils/
Utils.java 32 private static void setViewShown(final View view, boolean shown, boolean animate) {
37 shown ? android.R.anim.fade_in : android.R.anim.fade_out);
38 if (shown) {
58 view.setVisibility(shown ? View.VISIBLE : View.GONE);
  /external/elfutils/tests/
run-stack-d-test.sh 82 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
94 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
103 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
114 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
run-stack-i-test.sh 53 $STACKCMD: tid 13654: shown max number of frames (6, use -n 0 for unlimited)
73 $STACKCMD: tid 13654: shown max number of frames (6, use -n 0 for unlimited)
run-stack-demangled-test.sh 51 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
63 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
77 $STACKCMD: tid 13654: shown max number of frames (6, use -n 0 for unlimited)
97 $STACKCMD: tid 13654: shown max number of frames (6, use -n 0 for unlimited)
  /packages/apps/Settings/src/com/android/settings/widget/
LoadingViewController.java 78 private static void setViewShown(final View view, boolean shown, boolean animate) {
81 shown ? android.R.anim.fade_in : android.R.anim.fade_out);
82 if (shown) {
103 view.setVisibility(shown ? View.VISIBLE : View.INVISIBLE);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoDreamSettingsReceiver.java 46 boolean shown = ACTION_ADD_ALBUM.equals(intent.getAction());
63 if (DEBUG) Log.d(TAG, "receive: " + albumId + " is " + shown);
65 settings[idx].setAlbumEnabled(albumId, shown);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
SignalTileView.java 137 final boolean shown = isShown();
138 setVisibility(mIn, shown, s.activityIn);
139 setVisibility(mOut, shown, s.activityOut);
142 private void setVisibility(View view, boolean shown, boolean visible) {
143 final float newAlpha = shown && visible ? 1 : 0;
145 if (shown) {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
PermissionsFrameFragment.java 93 private void setViewShown(final View view, boolean shown, boolean animate) {
96 shown ? android.R.anim.fade_in : android.R.anim.fade_out);
97 if (shown) {
118 view.setVisibility(shown ? View.VISIBLE : View.INVISIBLE);
  /frameworks/base/core/java/android/app/
ListFragment.java 187 * that is to be shown when the list is empty.
193 * way to have the built-in indeterminant progress state be shown.
291 * be shown when the list is empty. If you would like to have it
292 * shown, call this method to supply the text it should use.
309 * this time an indeterminant progress indicator will be shown instead.
312 * behavior of ListFragment is to start with the list not being shown, only
314 * If the list at that point had not been shown, when it does get shown
317 * @param shown If true, the list view is shown; if false, the progres
    [all...]
  /frameworks/support/fragment/src/main/java/androidx/fragment/app/
ListFragment.java 85 * that is to be shown when the list is empty.
91 * way to have the built-in indeterminant progress state be shown.
233 * be shown when the list is empty. If you would like to have it
234 * shown, call this method to supply the text it should use.
251 * this time an indeterminant progress indicator will be shown instead.
254 * behavior of ListFragment is to start with the list not being shown, only
256 * If the list at that point had not been shown, when it does get shown
259 * @param shown If true, the list view is shown; if false, the progres
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/
MultiSelectGridFragment.java 65 * is to be shown when the grid is empty.
177 * be shown when the grid is empty. If you would like to have it shown, call
195 * this time an indeterminate progress indicator will be shown instead.
199 * shown, only showing it once an adapter is given with
201 * shown, when it does get shown it will be do without the user ever seeing
204 * @param shown If true, the grid view is shown; if false, the progress
207 public void setGridShown(boolean shown) {
    [all...]
  /external/curl/docs/cmdline-opts/
location.d 9 --include or --head, headers from all requested pages will be shown. When
  /external/valgrind/memcheck/tests/linux/
brk.stderr.exp 4 NOTE: further instances of this message will not be shown
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
ProgressBarMixin.java 48 * @return True if the progress bar is currently shown.
56 * Sets whether the progress bar is shown. If the progress bar has not been inflated from the
59 * @param shown True to show the progress bar, false to hide it.
61 public void setShown(boolean shown) {
62 if (shown) {
  /external/e2fsprogs/resize/
sim_progress.c 25 int shown; member in struct:ext2_sim_progress
102 prog->shown = 0;
  /external/tensorflow/tensorflow/contrib/lite/models/testdata/g3doc/
README.md 27 The speech hotword model block diagram is shown in Figure below. It has an input
29 connected layers with the corresponding parameters as shown in figure below.
37 block diagram is shown in Figure below. It has an input size of 80 (float), an
39 with the corresponding parameters as shown in figure below.
46 from text. The speech text-to-speech model?s block diagram is shown
49 with the corresponding parameters as shown in the figure.
60 the corresponding parameters as shown in the figure.
74 The corresponding parameters as shown in the figure.
88 The corresponding parameters as shown in the figure.
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
error2.go 9 // is only visible if all declarations are shown.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
error2.go 9 // is only visible if all declarations are shown.
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
PermissionsFrameFragment.java 104 private void setViewShown(final View view, boolean shown, boolean animate) {
107 shown ? android.R.anim.fade_in : android.R.anim.fade_out);
108 if (shown) {
129 view.setVisibility(shown ? View.VISIBLE : View.INVISIBLE);
  /external/valgrind/memcheck/tests/
leak-segv-jmp.stderr.exp 11 Reachable blocks (those to which a pointer was found) are not shown.
26 Reachable blocks (those to which a pointer was found) are not shown.
42 Reachable blocks (those to which a pointer was found) are not shown.
58 Reachable blocks (those to which a pointer was found) are not shown.
79 Reachable blocks (those to which a pointer was found) are not shown.
  /frameworks/base/core/java/android/widget/
DatePicker.java 416 * Returns whether the {@link CalendarView} is shown.
422 * @return {@code true} if the calendar view is shown
451 * Sets whether the {@link CalendarView} is shown.
457 * @param shown {@code true} to show the calendar view, {@code false} to
462 public void setCalendarViewShown(boolean shown) {
463 mDelegate.setCalendarViewShown(shown);
467 * Returns whether the spinners are shown.
473 * @return {@code true} if the spinners are shown
482 * Sets whether the spinners are shown.
488 * @param shown {@code true} to show the spinners, {@code false} to hid
    [all...]
  /external/doclava/res/assets/templates/
sample.cs 20 <p>The file containing the source code shown below is located in the corresponding directory in <code>&lt;sdk&gt;/samples/android-&lt;version&gt;/...</code></p>

Completed in 494 milliseconds

1 2 3 4 5 6 7 8 9