/frameworks/base/docs/html/guide/topics/ui/layout/ |
listview.jd | 27 scrollable items. The list items are automatically inserted to the list using an {@link
|
gridview.jd | 22 scrollable grid. The grid items are automatically inserted to the layout using a {@link
|
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/ |
AccessibilityNodeInfoDumper.java | 105 serializer.attribute("", "scrollable", Boolean.toString(node.isScrollable()));
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
menu_design.jd | 175 non-scrollable grid of icons at the bottom of the screen. (On the G1 350 Because of limited screen height, some menus may be scrollable, so it's 496 smaller than full-screen, having zero to three buttons, is non-scrollable, and
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
GridDataFactory.java | 64 * // Example 3: Typical grid data for a scrollable control (a list box, tree, table, etc.)
|
/external/webkit/Source/WebCore/platform/ |
Widget.h | 123 // (1) Scrollable areas (ScrollView)
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
GLWebViewState.h | 205 kScrollableAndFixedLayers = 2, // only scrollable and fixed layers will be drawn
|
/external/webkit/Source/WebCore/rendering/ |
RenderLayerBacking.cpp | [all...] |
RenderLayerCompositor.cpp | 366 // If we are a child of a scrollable layer, ignore the overlap from the 367 // scrollable layer as it can cause child layers to become composited 747 // tell the parent it has scrollable descendants. 790 // or scrollable elements to their own compositing layer. But in the case that [all...] |
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebframe.cpp | 349 * on the scrollable widget containing the #WebKitWebView, unless 367 * on the scrollable widget containing the #WebKitWebView, unless [all...] |
webkitwebinspector.cpp | 529 * to the #WebKitWebView widget, not to the scrollable content, and
|
webkitwebsettings.cpp | 615 * to its contents, which will flatten all the frames to become one scrollable page. 616 * On touch devices, it is desired to not have any scrollable sub parts of the page as [all...] |
/libcore/luni/src/main/java/java/sql/ |
Statement.java | 511 * is scrollable but is not sensitive to changes made by others, 513 * which is scrollable but is sensitive to changes made by others.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
inspector.css | 222 #toolbar-dropdown .scrollable-content { 260 .scrollable-content { 269 .scrollable-content::-webkit-scrollbar { 273 .scrollable-content::-webkit-scrollbar-corner, 274 .scrollable-content::-webkit-resizer { 278 .scrollable-content::-webkit-scrollbar-thumb:vertical { 284 .scrollable-content::-webkit-scrollbar-thumb:vertical:hover, 285 .scrollable-content::-webkit-scrollbar-thumb:vertical:active { 289 .scrollable-content::-webkit-scrollbar-track:vertical { [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
default.js | 286 // from a scrollable div and so there's no need to make adjustments to our layout
|
/external/quake/quake/src/WinQuake/ |
console.cpp | 400 // write it to the scrollable buffer
|
/external/webkit/Source/WebKit/android/jni/ |
ViewStateSerializer.cpp | 387 // If we are a scrollable layer android, we are an iframe content
|
/frameworks/base/core/java/android/widget/ |
EdgeEffect.java | 31 * This class performs the graphical effect used at the edges of scrollable widgets
|
ScrollView.java | 799 final boolean scrollable = getScrollRange() > 0; 800 event.setScrollable(scrollable); [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
ScrollingTabContainerView.java | 121 // Recenter the tab display if we're at a new (scrollable) size.
|
/gdk/samples/quake/jni/ |
console.cpp | 400 // write it to the scrollable buffer
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
EdgeEffect.java | 36 * This class performs the graphical effect used at the edges of scrollable widgets
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebFrameView.mm | [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_controller.mm | 48 // The proposed and then final scrolling adjustment made to the scrollable 699 // Without this, the item tracking-areas are wrong when using a scrollable [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebsettings.cpp | 457 On touch devices, it is desired to not have any scrollable sub parts of the page 460 barely usable on touch devices. This will flatten all the frames to become one scrollable page. [all...] |