HomeSort by relevance Sort by last modified time
    Searched refs:drawer (Results 1 - 25 of 33) sorted by null

1 2

  /cts/tests/tests/widget/src/android/widget/cts/
SlidingDrawerTest.java 85 SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer); local
86 View handle = drawer.getHandle();
92 SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer); local
93 View content = drawer.getContent();
100 SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer); local
101 View content = drawer.getContent();
102 assertFalse(drawer.isOpened())
115 final SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer); local
159 final SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer); local
213 SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer); local
229 SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer); local
256 SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer); local
268 SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer); local
282 final SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
revisionHistory.css 29 .outline-disclosure.revision-history-drawer {
34 .outline-disclosure.revision-history-drawer ol {
40 .outline-disclosure.revision-history-drawer > ol {
44 .outline-disclosure.revision-history-drawer li {
51 .outline-disclosure.revision-history-drawer li.parent {
66 .outline-disclosure.revision-history-drawer .revision-history-line {
71 .revision-history-drawer .webkit-line-number {
76 .revision-history-drawer li.revision-history-revision {
sourcesPanel.css 47 .scripts-debug-toolbar-drawer {
58 .scripts-debug-toolbar-drawer.expanded {
62 .scripts-debug-toolbar-drawer > label {
inspectorStyle.css 449 #drawer-view-anchor {
762 #drawer-tabbed-pane > .tabbed-pane-header {
766 #drawer-contents .tabbed-pane-header .tabbed-pane-header-tab {
    [all...]
  /external/chromium_org/third_party/polymer/components/core-drawer-panel/
core-drawer-panel.css 20 #drawer {
29 .transition #drawer {
35 right-drawer: make drawer on the right side
37 .right-drawer #drawer {
42 .right-drawer.transition #drawer {
47 polyfill-next-selector { content: ':host [drawer]'; }
48 ::content[select="[drawer]"] > * {
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-drawer-panel/
core-drawer-panel.css 20 #drawer {
29 .transition #drawer {
35 right-drawer: make drawer on the right side
37 .right-drawer #drawer {
42 .right-drawer.transition #drawer {
47 polyfill-next-selector { content: ':host [drawer]'; }
48 ::content[select="[drawer]"] > * {
    [all...]
  /external/chromium_org/third_party/skia/tests/
RecordingXfermodeTest.cpp 26 class Drawer {
28 explicit Drawer()
73 virtual const SkBitmap& recordAndReplay(const Drawer& drawer,
87 virtual const SkBitmap& recordAndReplay(const Drawer& drawer,
94 drawer.draw(&canvas, intoClip, mode); // Shouild be canvas-wide...
116 virtual const SkBitmap& recordAndReplay(const Drawer& drawer,
124 drawer.draw(canvas, canvasRect, mode)
187 const Drawer drawer; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/drawer/
BlankHeaderDrawerItem.java 17 package com.android.mail.drawer;
BottomSpaceDrawerItem.java 17 package com.android.mail.drawer;
WaitViewDrawerItem.java 17 package com.android.mail.drawer;
AccountDrawerItem.java 17 package com.android.mail.drawer;
31 /** True if the drawer item represents the current account, false otherwise */
FolderDrawerItem.java 17 package com.android.mail.drawer;
HeaderDrawerItem.java 17 package com.android.mail.drawer;
HelpItem.java 17 package com.android.mail.drawer;
SettingsItem.java 17 package com.android.mail.drawer;
FooterItem.java 17 package com.android.mail.drawer;
62 * 'click' happens so we can smoothly close the drawer beforehand.
70 // close the drawer and defer handling the click until onDrawerClosed
DrawerItem.java 17 package com.android.mail.drawer;
82 * These values determine the behavior of the drawer items.
103 * Creates a drawer item with every instance variable specified.
110 * @param account the account object, for an account drawer element
128 * @return a drawer item for the folder.
138 * @param account the account to create a drawer item for
141 * @return a drawer item for the account.
155 * @return a drawer item for the header.
173 * @return a drawer item with an indeterminate progress indicator.
  /frameworks/support/v4/java/android/support/v4/widget/
DrawerLayout.java 58 * interactive "drawer" views to be pulled out from the edge of the window.
60 * <p>Drawer positioning and layout is controlled using the <code>android:layout_gravity</code>
61 * attribute on child views corresponding to which side of the view you want the drawer
70 * <p>{@link DrawerListener} can be used to monitor the state and motion of drawer views.
75 * <p>As per the <a href="{@docRoot}design/patterns/navigation-drawer.html">Android Design
83 * href="{@docRoot}training/implementing-navigation/nav-drawer.html">Creating a Navigation
84 * Drawer</a>.</p>
99 * Indicates that a drawer is currently being dragged by the user.
104 * Indicates that a drawer is in the process of settling to a final position.
114 * The drawer is unlocked
1743 final View drawer = findDrawerWithGravity(mAbsGravity); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
AdvancedSearchView.js 17 this._searchPanelElement = this.element.createChild("div", "search-drawer-header");
  /frameworks/base/docs/html/design/
design_toc.cs 68 <li><a href="<?cs var:toroot ?>design/patterns/navigation-drawer.html">Navigation Drawer</a></li>
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneLayout.java 107 // mXThreshold is only used for dragging the mini-drawer out. This optional parameter allows for
108 // the drag to only initiate once it hits the edge of the mini-drawer so that the edge follows
241 mFoldersView = findViewById(R.id.drawer);
324 // Always compute the base value as closed drawer
345 * Animate the drawer to the provided state.
348 // In rtl the drawer opens in the negative direction.
356 * @param deltaX The ending translationX to translate all of the panes except for drawer.
357 * @param drawerDeltaX the ending translationX to translate the drawer. This is necessary
358 * because in landscape mode the drawer doesn't actually move and rest of the panes simply
359 * move to cover/uncover the drawer. The drawer only moves in portrait from TL -> CV
    [all...]
FolderListFragment.java 51 import com.android.mail.drawer.DrawerItem;
52 import com.android.mail.drawer.FooterItem;
75 * in a drawer along with the list of folders.
121 * This is true only for the drawer: for all others it is false.
201 /** The account we will change to once the drawer (if any) is closed */
203 /** The folder we will change to once the drawer (if any) is closed */
630 + " Clicked on unset item in drawer. Offending item is " + item);
658 // Clicked on same folder, just close drawer
674 // just close the drawer (no new target folders/accounts)
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 873 milliseconds

1 2