Home
last modified time | relevance | path

Searched refs:bar (Results 1 – 25 of 27) sorted by relevance

12

/developers/build/prebuilts/gradle/ImmersiveMode/
DREADME.md6 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/
DREADME.md6 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/
DCard.java663 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/
DCard.java.ftl441 * 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/
DREADME.md12 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/
DREADME.md12 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/
Dbuild.gradle175 * 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/
Dbuild.gradle39 * 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/
DREADME.md16 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/
DREADME.md16 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/
DREADME.md5 A basic app showing how to display events in the system's notification bar using
36 notification bar.
/developers/samples/android/notification/BasicNotifications/
DREADME.md5 A basic app showing how to display events in the system's notification bar using
36 notification bar.
/developers/samples/android/ui/transition/AdapterTransition/
DREADME.md4 …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/
DREADME.md8 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_/
DMainActivity.java.ftl35 * and a few action bar buttons.
/developers/build/prebuilts/gradle/BasicImmersiveMode/
DREADME.md11 'Immersive Mode' is a new UI mode which improves 'hide full screen' and 'hide nav bar'
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/
DREADME.md19 action from the action bar also refreshes the list.
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/
DREADME.md19 action from the action bar also refreshes the list.
/developers/samples/android/ui/window/BasicImmersiveMode/
DREADME.md11 '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_/
DMainActivity.java.ftl33 * and a few action bar buttons.
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/
DREADME.md6 split action bar when running on a device with a narrow display, and shows three tabs.
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/
DREADME.md6 split action bar when running on a device with a narrow display, and shows three tabs.
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/
DREADME.md6 "hide nav bar" modes by letting users swipe the bars in and out. This sample
/developers/samples/android/notification/LNotifications/
DREADME.md16 the notification bar is closed, and provides users to silence low-priority notifications
/developers/build/prebuilts/gradle/LNotifications/
DREADME.md16 the notification bar is closed, and provides users to silence low-priority notifications

12