HomeSort by relevance Sort by last modified time
    Searched full:show (Results 476 - 500 of 10437) sorted by null

<<11121314151617181920>>

  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
MainActivity.java 34 // If the managed profile is already set up, we show the main screen.
37 // If not, we show the set up screen.
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
MainActivity.java 34 // If the managed profile is already set up, we show the main screen.
37 // If not, we show the set up screen.
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
MainActivity.java 34 // If the managed profile is already set up, we show the main screen.
37 // If not, we show the set up screen.
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
MainActivity.java 34 // If the managed profile is already set up, we show the main screen.
37 // If not, we show the set up screen.
  /development/samples/ApiDemos/res/layout/
fragment_dialog.xml 33 <Button android:id="@+id/show"
36 android:text="@string/show">
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentDialog.java 43 + "Press the show button below to see the first dialog; pressing "
44 + "successive show buttons will display other dialog styles as a "
48 Button button = (Button)findViewById(R.id.show);
70 // DialogFragment.show() will take care of adding the fragment
80 // Create and show the dialog.
82 newFragment.show(ft, "dialog");
91 + "you will need to press the bottom show button)";
156 Button button = (Button)v.findViewById(R.id.show);
OneShotAlarm.java 32 * When the alarm goes off, we show a <i>Toast</i>, a quick message.
39 Toast.makeText(context, R.string.one_shot_received, Toast.LENGTH_SHORT).show();
  /development/samples/MultiResolution/
_index.html 2 show different resources to different screen configurations (layout orientation,
15 to show different application icons based on platform version, for
  /development/samples/Support4Demos/res/layout/
fragment_dialog.xml 33 <Button android:id="@+id/show"
36 android:text="@string/show">
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentDialogSupport.java 44 + "Press the show button below to see the first dialog; pressing "
45 + "successive show buttons will display other dialog styles as a "
49 Button button = (Button)findViewById(R.id.show);
71 // DialogFragment.show() will take care of adding the fragment
81 // Create and show the dialog.
83 newFragment.show(ft, "dialog");
92 + "you will need to press the bottom show button)";
156 Button button = (Button)v.findViewById(R.id.show);
  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionSettings.java 30 // The key to the preference for the type of results to show (letters or numbers).
34 // The values of the preferences for the type of results to show (letters or numbers).
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DialogHelper.java 20 * Show common Dialogs.
22 * Contains methods to show common types of Dialog. This is done both for ease of code re-use and to
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
MainActivity.java 34 // If the managed profile is already set up, we show the main screen.
37 // If not, we show the set up screen.
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
MainActivity.java 34 // If the managed profile is already set up, we show the main screen.
37 // If not, we show the set up screen.
  /development/samples/training/network-usage/res/xml/
preferences.xml 29 android:title="Show Summaries"
31 android:summary="Show a summary for each link."
  /external/chromium_org/ash/display/
shared_display_edge_indicator.h 36 void Show(const gfx::Rect& src_bounds, const gfx::Rect& dst_bounds);
43 // Used to show the displays' shared edge where a window can be moved across.
  /external/chromium_org/ash/ime/
infolist_window.h 35 // Show/hide itself with a delay.
39 // Show/hide without delays.
  /external/chromium_org/ash/shelf/
app_list_shelf_item_delegate.cc 26 // Pass NULL here to show the app list in the currently active RootWindow.
48 // AppList does not show an application menu.
  /external/chromium_org/ash/system/user/
button_from_view.cc 40 void ButtonFromView::ForceBorderVisible(bool show) {
41 show_border_ = show;
  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.h 24 // of a window. It's used to show a preview of how snapping or docking a window
34 void Show(const gfx::Rect& bounds_in_screen);
  /external/chromium_org/cc/resources/
picture_pile.h 40 void set_show_debug_picture_borders(bool show) {
41 show_debug_picture_borders_ = show;
  /external/chromium_org/chrome/browser/chromeos/first_run/
step.h 35 void Show();
50 // Called from Show method.
  /external/chromium_org/chrome/browser/chromeos/login/screens/
kiosk_autolaunch_screen.cc 27 void KioskAutolaunchScreen::Show() {
29 actor_->Show();
mock_error_screen.h 26 MOCK_METHOD2(Show, void(OobeDisplay::Screen parent_screen,
37 MOCK_METHOD1(ShowConnectingIndicator, void(bool show));
reset_screen.cc 31 void ResetScreen::Show() {
33 actor_->Show();

Completed in 757 milliseconds

<<11121314151617181920>>