/developers/build/prebuilts/gradle/ImmersiveMode/ |
D | README.md | 6 user the ability to show/hide the status bar and navigation bar with a swipe.To try, 7 click the "Toggle immersive mode" button, then try swiping the bar in and out!
|
/developers/samples/android/ui/window/ImmersiveMode/ |
D | README.md | 6 user the ability to show/hide the status bar and navigation bar with a swipe.To try, 7 click the "Toggle immersive mode" button, then try swiping the bar in and out!
|
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/ |
D | Card.java | 663 final ProgressBar bar = getProgressBar(); in setProgress() local 664 if (bar != null) { in setProgress() 665 bar.setProgress(currProgress); in setProgress() 666 bar.invalidate(); in setProgress() 678 final ProgressBar bar = getProgressBar(); in setMax() local 679 if (bar != null) { in setMax() 680 bar.setMax(maxValue); in setMax()
|
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/ |
D | Card.java.ftl | 441 * Set the type of progress bar to display. 632 * <ul><li>{@link Card#PROGRESS_TYPE_NORMAL: Standard progress bar with label text</li> 633 * <li>{@link Card#PROGRESS_TYPE_INDETERMINATE}: Indeterminate progress bar with label txt</li> 634 * <li>{@link Card#PROGRESS_TYPE_LABEL}: Label only, no progresss bar</li> 663 final ProgressBar bar = getProgressBar(); 664 if (bar != null) { 665 bar.setProgress(currProgress); 666 bar.invalidate(); 678 final ProgressBar bar = getProgressBar(); 679 if (bar != null) { [all …]
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/ |
D | README.md | 12 Android 3.0 introduced the “action bar” control, a toolbar that is expected 15 Using the action bar offers your users a familiar interface across applications 18 Instantiating an action bar can be done by using the [ActionBar][1] API provided
|
/developers/build/prebuilts/gradle/ActionBarCompat-Basic/ |
D | README.md | 12 Android 3.0 introduced the “action bar” control, a toolbar that is expected 15 Using the action bar offers your users a familiar interface across applications 18 Instantiating an action bar can be done by using the [ActionBar][1] API provided
|
/developers/samples/android/experimental/ndkSampleGen/ |
D | build.gradle | 175 * com/example/android/foo/bar.java 176 * com/example/android/bar/foo.java 179 * com.example.android/foo/bar.java 180 * com.example.android/bar/foo.java
|
/developers/build/ |
D | build.gradle | 39 * com/example/android/foo/bar.java 40 * com/example/android/bar/foo.java 43 * com.example.android/foo/bar.java 44 * com.example.android/bar/foo.java
|
/developers/build/prebuilts/gradle/DoneBar/ |
D | README.md | 16 This sample contains two activities with custom views in their action bar, each with a "done" butto… 41 <img src="screenshots/1-main.png" height="400" alt="Screenshot"/> <img src="screenshots/2-done-bar.…
|
/developers/samples/android/ui/actionbar/DoneBar/ |
D | README.md | 16 This sample contains two activities with custom views in their action bar, each with a "done" butto… 41 <img src="screenshots/1-main.png" height="400" alt="Screenshot"/> <img src="screenshots/2-done-bar.…
|
/developers/build/prebuilts/gradle/BasicNotifications/ |
D | README.md | 5 A basic app showing how to display events in the system's notification bar using 36 notification bar.
|
/developers/samples/android/notification/BasicNotifications/ |
D | README.md | 5 A basic app showing how to display events in the system's notification bar using 36 notification bar.
|
/developers/samples/android/ui/transition/AdapterTransition/ |
D | README.md | 4 …w to create an overlay layout and run a Transition on it. Press the action bar button to toggle be…
|
/developers/build/prebuilts/gradle/RecipeAssistant/ |
D | README.md | 8 steps; when ready, you can click on the START action in the action bar to send the steps to the
|
/developers/build/templates/SimpleView/_MODULE_/src/template/java/_PACKAGE_/ |
D | MainActivity.java.ftl | 35 * and a few action bar buttons.
|
/developers/build/prebuilts/gradle/BasicImmersiveMode/ |
D | README.md | 11 'Immersive Mode' is a new UI mode which improves 'hide full screen' and 'hide nav bar'
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/ |
D | README.md | 19 action from the action bar also refreshes the list.
|
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/ |
D | README.md | 19 action from the action bar also refreshes the list.
|
/developers/samples/android/ui/window/BasicImmersiveMode/ |
D | README.md | 11 'Immersive Mode' is a new UI mode which improves 'hide full screen' and 'hide nav bar'
|
/developers/build/templates/SingleView/_MODULE_/src/template/java/_PACKAGE_/ |
D | MainActivity.java.ftl | 33 * and a few action bar buttons.
|
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/ |
D | README.md | 6 split action bar when running on a device with a narrow display, and shows three tabs.
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ |
D | README.md | 6 split action bar when running on a device with a narrow display, and shows three tabs.
|
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/ |
D | README.md | 6 "hide nav bar" modes by letting users swipe the bars in and out. This sample
|
/developers/samples/android/notification/LNotifications/ |
D | README.md | 16 the notification bar is closed, and provides users to silence low-priority notifications
|
/developers/build/prebuilts/gradle/LNotifications/ |
D | README.md | 16 the notification bar is closed, and provides users to silence low-priority notifications
|