Searched refs:show (Results 26 - 50 of 186) sorted by relevance

12345678

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java295 public void show(boolean show) { argument
296 show(show, null, false, false);
299 public void show(boolean show, ArrayList<TaskDescription> recentTaskDescriptions, argument
303 if (show) {
329 private void showImpl(boolean show) { argument
332 mShowing = show;
334 if (show) {
469 updateIcon(ViewHolder h, Drawable icon, boolean show, boolean anim) argument
482 updateThumbnail(ViewHolder h, Bitmap thumbnail, boolean show, boolean anim) argument
[all...]
H A DRecentsActivity.java59 mRecentsPanel.show(false);
153 mRecentsPanel.show(false);
167 // recents panel will take care of calling show(false) through simulateClick
170 mRecentsPanel.show(false);
225 mRecentsPanel.show(true, recentTasksLoader.getLoadedTasks(),
/frameworks/base/core/java/android/app/
H A DFragmentTransaction.java93 public abstract FragmentTransaction show(Fragment fragment); method in class:FragmentTransaction
203 * Set the full title to show as a bread crumb when this transaction
218 * Set the short title to show as a bread crumb when this transaction
H A DPresentation.java71 * So an application can simply watch for these notifications and show or dismiss
75 * that the application should use if it wants to show content on the secondary display.
77 * case the application should show its content locally without using a presentation.
79 * Here's how to use the media router to create and show a presentation on the preferred
89 * presentation.show();
109 * attempted to show a presentation on the main display it might obscure its own content
125 * presentation.show();
129 * manager to enumerate displays and show content on multiple presentation displays
229 * Inherited from {@link Dialog#show}. Will throw
234 public void show() { method in class:Presentation
[all...]
H A DDialogFragment.java35 * the dialog (deciding when to show, hide, dismiss it) should be done through
64 * happen. This means you should use {@link #show(FragmentManager, String)}
65 * or {@link #show(FragmentTransaction, String)} to add an instance of
105 * show the dialog and receive results from it:
225 public void show(FragmentManager manager, String tag) { method in class:DialogFragment
242 public int show(FragmentTransaction transaction, String tag) { method in class:DialogFragment
419 * used to show an AlertDialog instead of a generic Dialog; when doing so,
490 mDialog.show();
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java98 mProgressDialog.show();
136 Toast.makeText(this, msg, Toast.LENGTH_LONG).show();
178 R.string.format_error, Toast.LENGTH_LONG).show();
227 mProgressDialog.show();
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineAlignmentZeroWidthAndWeightTest.java41 mShowButton = (Button) activity.findViewById(R.id.show);
53 // Pressing the button will show an ExceptionTextView that might set a failed bit if
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListFilter.java52 mShow = (Button) findViewById(R.id.show);
H A DListWithDisappearingItemBug.java44 Toast.makeText(this, "Make sure you rotate screen to see bug", Toast.LENGTH_LONG).show();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DAutoRotateController.java75 void setRotationLockControlVisibility(boolean show); argument
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTransaction.java107 public abstract FragmentTransaction show(Fragment fragment); method in class:FragmentTransaction
217 * Set the full title to show as a bread crumb when this transaction
232 * Set the short title to show as a bread crumb when this transaction
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp65 CHECK_EQ(control->show(), (status_t)OK);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardWidgetPager.java647 void animateOutlinesAndSidePages(final boolean show) { argument
648 animateOutlinesAndSidePages(show, -1);
659 void animateOutlinesAndSidePages(final boolean show, int duration) { argument
669 duration = show ? CHILDREN_OUTLINE_FADE_IN_DURATION :
676 if (show) {
678 } else if (!show && i == curPage) {
689 float finalOutlineAlpha = show ? getOutlineAlphaForPage(mScreenCenter, i, true) : 0f;
690 child.fadeFrame(this, show, finalOutlineAlpha, duration);
700 if (show) {
707 if (!show) {
[all...]
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java89 Toast.makeText(mContext, R.string.toast_backup_started, Toast.LENGTH_LONG).show();
100 Toast.makeText(mContext, R.string.toast_backup_ended, Toast.LENGTH_LONG).show();
106 Toast.makeText(mContext, R.string.toast_restore_started, Toast.LENGTH_LONG).show();
117 Toast.makeText(mContext, R.string.toast_restore_ended, Toast.LENGTH_SHORT).show();
123 Toast.makeText(mContext, R.string.toast_timeout, Toast.LENGTH_LONG).show();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelView.java92 // Have keyguard show the bouncer and launch the activity if the user succeeds.
227 public void show(final boolean show, boolean animate) { argument
228 if (!show) {
232 mShowing = show;
233 if (show) {
254 // This will indirectly cause show(false, ...) to get called
/frameworks/base/core/java/android/widget/
H A DVideoView.java332 mMediaController.show();
338 mMediaController.show(0);
412 .show();
548 mMediaController.show();
564 mMediaController.show();
579 mMediaController.show();
H A DZoomControls.java84 public void show() { method in class:ZoomControls
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java69 Toast.LENGTH_LONG).show();
149 builder.show();
170 Toast.LENGTH_LONG).show();
203 Toast.LENGTH_LONG).show();
244 Toast.LENGTH_LONG).show();
267 Toast.LENGTH_LONG).show();
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuDialogHelper.java51 public void show(IBinder windowToken) { method in class:MenuDialogHelper
89 mDialog.show();
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DTestsListActivity.java89 sProgressDialog.show();
136 toast.show();
/frameworks/base/core/java/android/webkit/
H A DPlugin.java208 .show();
/frameworks/base/core/tests/coretests/src/android/view/
H A DPopupWindowVisibility.java51 mShow = (Button) findViewById(R.id.show);
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestBasic.java61 builder.show();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardViewManager.java105 public synchronized void show() { method in class:KeyguardViewManager
106 if (DEBUG) Log.d(TAG, "show(); mKeyguardView==" + mKeyguardView);
169 mKeyguardView.show();
252 show();
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java152 dialogBuilder.show();
188 exportFileName, Toast.LENGTH_SHORT).show();
192 e.getLocalizedMessage(), Toast.LENGTH_SHORT).show();

Completed in 590 milliseconds

12345678