/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/ |
ActionBarWrapper.java | 62 public void show() { method in class:ActionBarWrapper 63 mActionBar.show();
|
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/ |
ActionBarWrapper.java | 63 public void show() { method in class:ActionBarWrapper 64 mActionBar.show();
|
/packages/apps/Camera/src/com/android/camera/ui/ |
ExpandedGridView.java | 30 // If UNSPECIFIED is passed to GridView, it will show only one row. 32 // AT_MOST to show all the rows.
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ExpandedGridView.java | 30 // If UNSPECIFIED is passed to GridView, it will show only one row. 32 // AT_MOST to show all the rows.
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
ThemeUtils.java | 36 * Returns the resource id of the background used for buttons to show pressed and focused state 43 * Returns the resource id of the background used for list items that show activated background
|
/packages/apps/Dialer/src/com/android/dialer/settings/ |
DefaultRingtonePreference.java | 27 * RingtonePreference which doesn't show default ringtone setting. 40 * doesn't make sense to show a 'Default' item.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
WallpaperChooser.java | 40 /* When the screen is XLarge, the fragment is not included in the layout, so show it 44 fragment.show(getFragmentManager(), "dialog");
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
ExpandedGridView.java | 30 // If UNSPECIFIED is passed to GridView, it will show only one row. 32 // AT_MOST to show all the rows.
|
/packages/apps/Settings/src/com/android/settings/dashboard/ |
NoHomeDialogFragment.java | 27 public static void show(Activity parent) { method in class:NoHomeDialogFragment 29 dialog.show(parent.getFragmentManager(), null);
|
/packages/apps/UnifiedEmail/res/values-sw720dp/ |
constants.xml | 19 <!-- Search results in portrait mode on 10" tablets should still show wide conversation 25 <!-- Whether to show single or 2 pane search results -->
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
SystemFolderSelectorAdapter.java | 46 * TODO: Only show inboxes until we have a way to exclude things like STARRED and SPAM, 51 // We only want to show system folders.
|
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
TrampolineActivity.java | 69 Toast.makeText(this, R.string.dialog_file_missing_body, Toast.LENGTH_SHORT).show(); 87 PausedDialogFragment.show(getFragmentManager(), id); 97 .show(); 103 FailedDialogFragment.show(getFragmentManager(), id, reason); 116 public static void show(FragmentManager fm, long id) { method in class:TrampolineActivity.PausedDialogFragment 121 dialog.show(fm, TAG_PAUSED); 160 public static void show(FragmentManager fm, long id, int reason) { method in class:TrampolineActivity.FailedDialogFragment 166 dialog.show(fm, TAG_FAILED);
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_error_message.js | 176 cr.ui.DropDown.show('offline-networks-list', false); 207 rebootButton.classList.add('show-with-ui-state-kiosk-mode'); 216 diagnoseButton.classList.add('show-with-ui-state-kiosk-mode'); 225 certsButton.classList.add('show-with-ui-state-kiosk-mode'); 235 continueButton.classList.add('show-with-error-state-kiosk-online'); 245 okButton.classList.add('show-with-ui-state-rollback-error'); 254 spacer.classList.add('show-with-ui-state-kiosk-mode'); 261 powerwashButton.classList.add('show-with-ui-state-local-state-error'); 325 * Prepares error screen to show guest signin link. 334 * Prepares error screen to show offline login link [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
AlertDialogTest.java | 37 alert.show(); 53 AlertDialog dialog = new AlertDialog.Builder(new ContextWrapper(null)).show(); 62 dialog.show(); 72 dialog.show(); 173 alertDialog.show(); 188 alertDialog.show(); 203 alertDialog.show(); 217 alert.show(); 237 // alert.show(); 260 alert.show(); [all...] |
ProgressDialogTest.java | 67 ProgressDialog progressDialog = ProgressDialog.show(context, "Title", "Message", true, true, cancelListener); 83 return ProgressDialog.show(Robolectric.application, "Title", "Message"); 94 return ProgressDialog.show(Robolectric.application, "Title", "Message", true); 104 return ProgressDialog.show(Robolectric.application, "Title", "Message", true, true); 120 return ProgressDialog.show(Robolectric.application, "Title", "Message", true, true, cancelListener);
|
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/ |
DemoModeController.java | 84 mToast.show(); 240 intent.putExtra("location", mStatusSlots < 5 ? "hide" : "show"); 241 intent.putExtra("alarm", mStatusSlots < 6 ? "hide" : "show"); 242 intent.putExtra("sync", mStatusSlots < 7 ? "hide" : "show"); 243 intent.putExtra("tty", mStatusSlots < 8 ? "hide" : "show"); 244 intent.putExtra("eri", mStatusSlots < 9 ? "hide" : "show"); 245 intent.putExtra("secure", mStatusSlots < 10 ? "hide" : "show"); 246 intent.putExtra("mute", mStatusSlots < 11 ? "hide" : "show"); 247 intent.putExtra("speakerphone", mStatusSlots < 12 ? "hide" : "show"); 258 intent.putExtra("airplane", mNetworkIcons % 2 == 0 ? "show" : "hide") [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
ResponderTestActivity.java | 38 * This class provides the feature to show own device name and test results. 51 * Text view to show the result of the test. 56 * Text view to show own device name. 112 * Receive the WIFI_P2P_THIS_DEVICE_CHANGED_ACTION action and show the 123 // need to show in the GUI thread.
|
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/ |
PopupListFragment.java | 55 // Show a toast if the user clicks on an item 56 Toast.makeText(getActivity(), "Item Clicked: " + item, Toast.LENGTH_SHORT).show(); method 61 // We need to post a Runnable to show the popup to make sure that the PopupMenu is 99 // Finally show the PopupMenu 100 popup.show();
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/ |
PopupListFragment.java | 55 // Show a toast if the user clicks on an item 56 Toast.makeText(getActivity(), "Item Clicked: " + item, Toast.LENGTH_SHORT).show(); method 61 // We need to post a Runnable to show the popup to make sure that the PopupMenu is 99 // Finally show the PopupMenu 100 popup.show();
|
/development/samples/browseable/ActionBarCompat-ListPopupMenu/src/com.example.android.actionbarcompat.listpopupmenu/ |
PopupListFragment.java | 55 // Show a toast if the user clicks on an item 56 Toast.makeText(getActivity(), "Item Clicked: " + item, Toast.LENGTH_SHORT).show(); method 61 // We need to post a Runnable to show the popup to make sure that the PopupMenu is 99 // Finally show the PopupMenu 100 popup.show();
|
/external/chromium_org/ash/screensaver/ |
screensaver_view.cc | 44 g_instance->Show(); 104 void ScreensaverView::Show() { 108 // Show the window. 143 // There should be nothing ever really that should show up on top of us. 153 container_window_->Show();
|
/external/chromium_org/ash/wm/ |
drag_window_controller.cc | 36 void DragWindowController::Show() { 39 drag_widget_->Show(); 75 // Show shadow for the dragging window. 87 // Show the widget after all the setups. 88 drag_widget_->Show();
|
/external/chromium_org/third_party/skia/tools/skpdiff/ |
viewer.html | 14 <div ng-show="isDynamic" class="commit"> 19 Show me the worst by metric: 29 <td ng-show="isDynamic">Rebaseline?</td> 40 metric the user chose, and places a limit on the max number of records to show. 45 <td ng-show="isDynamic">
|
/external/llvm/test/MC/ARM/ |
deprecated-v8.s | 1 @ RUN: llvm-mc -triple armv8 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV8 2 @ RUN: llvm-mc -triple thumbv8 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMBV8 3 @ RUN: llvm-mc -triple armv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV7 4 @ RUN: llvm-mc -triple thumbv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMBV7 5 @ RUN: llvm-mc -triple armv6 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV6
|
/external/skia/tools/skpdiff/ |
viewer.html | 14 <div ng-show="isDynamic" class="commit"> 19 Show me the worst by metric: 29 <td ng-show="isDynamic">Rebaseline?</td> 40 metric the user chose, and places a limit on the max number of records to show. 45 <td ng-show="isDynamic">
|