Searched refs:show (Results 51 - 75 of 186) sorted by relevance

12345678

/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp132 ASSERT_EQ(NO_ERROR, mBGSurfaceControl->show());
136 ASSERT_EQ(NO_ERROR, mFGSurfaceControl->show());
141 ASSERT_EQ(NO_ERROR, mSyncSurfaceControl->show());
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java122 public void show(FragmentManager manager, String tag) { method in class:DialogFragment
139 public int show(FragmentTransaction transaction, String tag) { method in class:DialogFragment
316 * used to show an AlertDialog instead of a generic Dialog; when doing so,
385 mDialog.show();
H A DFragment.java1279 * can show the context menu). This method will set the
1282 * called when it is time to show the context menu.
1285 * @param view The view that should show a context menu.
1538 boolean show = false;
1541 show = true;
1545 show |= mChildFragmentManager.dispatchCreateOptionsMenu(menu, inflater);
1548 return show;
1552 boolean show = false;
1555 show = true;
1559 show |
[all...]
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java516 show();
521 * Post a {@link #show()} call to the UI thread.
531 public void show() { method in class:ListPopupWindow
652 * the next time the popup is shown or through a manual call to the {@link #show()}
656 * @see #show()
851 show();
871 show();
980 * completed and if so call showDropDown to display the drop down. This is used to show
989 show();
1125 // add padding only if the list has items in it, that way we don't show
[all...]
H A DSpinner.java609 mPopup.show();
806 public void show(); method in interface:Spinner.SpinnerPopup
860 public void show() { method in class:Spinner.DialogPopup
866 getSelectedItemPosition(), this).show();
945 public void show() { method in class:Spinner.DropdownPopup
981 super.show();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java211 500).show();
283 public void setMenuVisibility(final boolean show) { argument
284 setMenuVisibility(show, false);
287 public void setMenuVisibility(final boolean show, final boolean force) { argument
288 if (!force && mShowMenu == show) return;
290 mShowMenu = show;
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuPopupHelper.java99 public void show() { method in class:MenuPopupHelper
127 mPopup.show();
201 mPopup.show();
/frameworks/base/core/java/android/database/sqlite/
H A DSqliteWrapper.java50 Toast.LENGTH_SHORT).show();
/frameworks/base/core/java/android/view/
H A DVolumePanel.java54 * show the volume dialog when the user changes the volume. What a mess.
121 /** The button that expands the dialog to show all sliders */
179 boolean show; field in class:VolumePanel.StreamResources
181 StreamResources(int streamType, int descRes, int iconRes, int iconMuteRes, boolean show) { argument
186 this.show = show;
253 // For now, only show master volume if master volume is supported
259 streamRes.show = (streamRes.streamType == STREAM_MASTER);
315 // If we don't want to show multiple volumes, hide the settings button and divider
443 if (!STREAMS[i].show || streamTyp
[all...]
/frameworks/base/core/java/android/webkit/
H A DPluginFullScreenHolder.java79 public void show() { method in class:PluginFullScreenHolder
H A DAutoCompletePopup.java163 mPopup.show(); // update its position
226 mPopup.show();
/frameworks/base/core/java/com/android/internal/view/
H A DStandaloneActionMode.java144 new MenuPopupHelper(mContext, subMenu).show();
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeBackgroundService.java99 dialog.show();
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/
H A DNetworkOverLimitActivity.java73 dialog.show();
/frameworks/opt/mms/src/java/com/google/android/mms/util/
H A DSqliteWrapper.java62 Toast.LENGTH_SHORT).show();
/frameworks/base/core/java/android/app/
H A DFragment.java258 * create and display a new fragment to show the details in-place (more about
259 * this later), or start a new activity to show the details.</p>
278 * <p>However the screen may be large enough to show both the list of titles
1518 * can show the context menu). This method will set the
1521 * called when it is time to show the context menu.
1524 * @param view The view that should show a context menu.
1771 boolean show = false;
1774 show = true;
1778 show |= mChildFragmentManager.dispatchCreateOptionsMenu(menu, inflater);
1781 return show;
[all...]
H A DMediaRouteActionProvider.java107 dialogFragment.show(fm, MediaRouteChooserDialogFragment.FRAGMENT_TAG);
H A DSearchDialog.java70 // The string used for privateImeOptions to identify to the IME that it should not show
149 // but necessary to show the popup window until the window manager supports
210 public boolean show(String initialQuery, boolean selectInitialQuery, method in class:SearchDialog
222 * Does the rest of the work required to show the search dialog. Called by
223 * {@link #show(String, boolean, ComponentName, Bundle)} and
229 // set up the searchable and show the dialog
230 if (!show(componentName, appSearchData)) {
248 private boolean show(ComponentName componentName, Bundle appSearchData) { method in class:SearchDialog
251 Log.d(LOG_TAG, "show(" + componentName + ", "
268 // show th
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DDigitalClock.java120 void setShowAmPm(boolean show) { argument
122 mAmPmTextView.setVisibility(show ? View.VISIBLE : View.GONE);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DClockView.java108 void setShowAmPm(boolean show) { argument
110 mAmPmTextView.setVisibility(show ? View.VISIBLE : View.GONE);
H A DKeyguardViewManager.java96 public synchronized void show(Bundle options) { method in class:KeyguardViewManager
97 if (DEBUG) Log.d(TAG, "show(); mKeyguardView==" + mKeyguardView);
109 if (DEBUG) Log.v(TAG, "show:setSystemUiVisibility(" + Integer.toHexString(visFlags)+")");
114 mKeyguardView.show();
326 // TODO: It's preferable to stay and show the correct lockscreen or unlock if none
372 show(null);
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java304 Toast.makeText(context, R.string.wifi_connected, Toast.LENGTH_SHORT).show();
317 Toast.makeText(context, R.string.lost_connection, Toast.LENGTH_SHORT).show();
/frameworks/base/services/java/com/android/server/wm/
H A DDimAnimator.java61 mDimSurface.show();
93 mDimSurface.show();
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java74 Toast.makeText(BackupTestActivity.this, str, Toast.LENGTH_SHORT).show();
118 Toast.makeText(BackupTestActivity.this, str, Toast.LENGTH_SHORT).show();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java247 mNotificationPanel.show(false, false);
458 Slog.e(TAG, "Tablet device cannot show navigation bar and system bar");
758 mNotificationPanel.show(false, true);
785 mNotificationPanel.show(true, true);
793 mNotificationPanel.show(false, true);
878 public void showClock(boolean show) { argument
882 clock.setVisibility(show ? View.VISIBLE : View.GONE);
885 network_text.setVisibility((!show) ? View.VISIBLE : View.GONE);
896 boolean show = (state & StatusBarManager.DISABLE_CLOCK) == 0;
897 Slog.i(TAG, "DISABLE_CLOCK: " + (show
[all...]

Completed in 1169 milliseconds

12345678