/frameworks/base/docs/html/design/patterns/ |
notifications.jd | 16 <li>Notifications can include actions that enable the user to immediately act on a notification from the notification drawer.</li> 227 <p>Notifications are indicated by icons in the notification area and can be accessed by opening the notification drawer.</p> 228 <p>Inside the drawer, notifications are chronologically sorted with the latest one on top. Touching a notification opens the associated app to detailed content matching the notification. Swiping left or right on a notification removes it from the drawer.</p> 236 <p>On tablets, the notification area is integrated with the system bar at the bottom of the screen. The notification drawer is opened by touching anywhere inside the notification area.</p> 255 <p>Ongoing notifications keep users informed about an ongoing process in the background. For example, music players announce the currently playing track in the notification system and continue to do so until the user stops the playback. They can also be used to show the user feedback for longer tasks like downloading a file, or encoding a video. Ongoing notifications cannot be manually removed from the notification drawer.</p>
|
app-structure.jd | 173 <p>A <em>navigation drawer</em> is a slide-out menu that allows users to switch between views of your app. It can hold a large number of items and is accessible from anywhere in your app. Navigation drawers show your app's top-level views, but can also provide navigation to lower-level screens. This makes them particularly suitable for complex apps.</p> 188 Navigation drawer from the Shopper app. 194 <p>After choosing the best top-level navigation for your app, don't mix and match patterns. For example, if you decide to use tabs for top-level switching, don't add a drawer, even if your navigation branches are deep. In this case, the navigation drawer would simply duplicate the information on the tabs, confusing your users.</p>
|
new.jd | 11 <li>Users can act on notifications immediately from the drawer</li>
|
navigation.jd | 139 <p><em>Pop-up notifications</em> bypass the notification drawer, instead appearing directly in
|
/frameworks/base/docs/html/training/cloudsave/ |
conflict-res.jd | 438 dictionary represents a "drawer" that contains coins, and the total 441 drawer, and only the device itself can put coins into that drawer.</p> 444 <em>a</em> is the total number of coins in the drawer A, <em>b</em> is 445 the total number of coins in drawer B, and so on.</p> 447 <p>The new conflict resolution algorithm for the "drawer" solution is as follows:</p>
|
/external/quake/quake/src/QW/client/ |
surf16.s | 32 // Surface block drawer
|
surf8.s | 42 // Surface block drawer for mip level 0 268 // Surface block drawer for mip level 1 438 // Surface block drawer for mip level 2 578 // Surface block drawer for mip level 3
|
/external/quake/quake/src/WinQuake/ |
surf16.s | 32 // Surface block drawer
|
surf8.s | 42 // Surface block drawer for mip level 0 268 // Surface block drawer for mip level 1 438 // Surface block drawer for mip level 2 578 // Surface block drawer for mip level 3
|
/frameworks/base/docs/html/training/notify-user/ |
build-notification.jd | 124 activity when the user clicks the notification text in the notification drawer,
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
notifications.jd | 69 <strong>notification drawer</strong>. Both the notification area and the notification drawer 82 <strong>Figure 2.</strong> Notifications in the notification drawer. 105 Notifications in the notification drawer can appear in one of two visual styles, depending on 106 the version and the state of the drawer: 113 The standard view of the notifications in the notification drawer. 160 notification is at the top of the notification drawer, or when the user expands the 282 the notification drawer, you add the {@link android.app.PendingIntent} by calling 478 <strong>Figure 5.</strong> Updated notification displayed in the notification drawer. [all...] |
/frameworks/base/docs/html/training/implementing-navigation/ |
temporal.jd | 51 href="{@docRoot}training/implementing-navigation/nav-drawer.html">navigation drawer</a>.</li>
|
/external/webkit/Source/WebCore/inspector/front-end/ |
SearchController.js | 177 // and hit console drawer handler.
|
ConsoleView.js | 32 WebInspector.ConsoleView = function(drawer) 37 this.drawer = drawer; 229 this.drawer.visibleView = this; [all...] |
WebKit.qrc | 39 <file>Drawer.js</file>
|
inspector.css | 420 body.drawer-visible #main-status-bar { 428 body.drawer-visible #main-status-bar * { 432 body.drawer-visible #main-panels { 582 #drawer { 595 body.drawer-visible #drawer { 599 #drawer-status-bar { [all...] |
/sdk/templates/other/Notification/root/src/app_package/ |
NotificationHelper.java.ftl | 95 // notification drawer on devices running Android 3.0 or later.
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/ |
Util.java | 34 /** Junk drawer of utility methods. */
|
/frameworks/base/core/java/android/app/ |
ActionBar.java | 700 * this mode to display an alternate selection for up navigation, such as a sliding drawer. 720 * this mode to display an alternate selection for up navigation, such as a sliding drawer. 746 * functionality such as a sliding drawer, you should also set this to accurately 765 * functionality such as a sliding drawer, you should also set this to accurately [all...] |
/frameworks/base/packages/SystemUI/res/values/ |
dimens.xml | 100 <!-- Notification drawer tuning parameters (phone UI) -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion32.txt | 6 android:allowSingleTap : Indicates whether the drawer can be opened/closed by a single tap on the handle. [boolean] 11 android:animateOnClick : Indicates whether the drawer should be opened/closed with an animation when the user clicks the handle. [boolean] 49 android:content : Identifier for the child that represents the drawer's content. [reference] 119 android:handle : Identifier for the child that represents the drawer's handle. [reference] [all...] |
/packages/apps/Launcher2/res/values/ |
strings.xml | 39 <!-- Labels for the tabs in the customize drawer --> 48 <!-- The format string for the dimensions of a widget in the drawer -->
|
/frameworks/base/docs/html/training/ |
training_toc.cs | 664 a navigation drawer, and up navigation." 672 <li><a href="<?cs var:toroot ?>training/implementing-navigation/nav-drawer.html"> 673 Creating a Navigation Drawer [all...] |
/frameworks/support/v4/java/android/support/v4/widget/ |
SlidingPaneLayout.java | 64 * <p>SlidingPaneLayout is distinct from a navigation drawer as described in the design 69 * in a scenario where a navigation drawer should be used instead.</p> 75 * to a view of your personal profile - cases such as this should use the navigation drawer [all...] |
/external/webkit/Tools/DumpRenderTree/chromium/ |
AccessibilityUIElement.cpp | 105 return result.append("Drawer");
|