/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/ |
LogCatPreferencePage.java | 70 "Automatically enable/disable scroll lock based on the scrollbar position",
|
/frameworks/base/core/java/android/widget/ |
FastScroller.java | 73 /** Scroll thumb visible and moving along with the scrollbar. */ 159 /** The current scrollbar position. */ 192 /** Whether the scrollbar and decorations should always be shown. */ 204 /** Current scrollbar style, including inset and overlay properties. */ 503 * Measures and layouts the scrollbar and decorations. 683 // In inset mode, we need to adjust for padded scrollbar width. 696 * Lays out the thumb according to the current scrollbar position. [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/css/ |
file_manager.css | 8 * - 500: scrollbar 63 ::-webkit-scrollbar { 69 .scrollbar-vertical { 78 .scrollbar-button { 91 :hover > .scrollbar-vertical > .scrollbar-button { 95 .scrollbar-vertical > .scrollbar-button:hover { 99 .scrollbar-vertical > .scrollbar-button.pressed [all...] |
/external/chromium_org/ui/native_theme/ |
native_theme_base.cc | 218 // Invoked by views scrollbar code, don't care about for non-win [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_context.cc | 996 scoped_refptr<PaintedScrollbarLayer> scrollbar = variable 998 scoped_ptr<Scrollbar>(new FakeScrollbar).Pass(), content->id()); 999 scrollbar->SetBounds(gfx::Size(10, 10)); 1000 scrollbar->SetAnchorPoint(gfx::PointF()); 1001 scrollbar->SetIsDrawable(true); 1002 root->AddChild(scrollbar); [all...] |
layer_tree_impl.cc | 262 // having a vertical scrollbar but no horizontal overflow. 323 // of login that works for both scrollbar layer types. This is already planned
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/ |
StaggeredGridView.java | 274 * Indicates whether to use pixels-based or position-based scrollbar 512 * When smooth scrollbar is enabled, the position and size of the scrollbar thumb 515 * which items have different heights, the scrollbar will change appearance as the 519 * When smooth scrollbar is disabled, the position and size of the scrollbar thumb 521 * visible items inside the adapter. This provides a stable scrollbar as the user 524 * @param enabled Whether or not to enable smooth scrollbar. 536 * @return True if smooth scrollbar is enabled is enabled, false otherwise. [all...] |
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab.css | 137 /* Leave room for the scrollbar. */ 238 /* Leave room for the scrollbar. */
|
/external/chromium_org/chrome/browser/ui/pdf/ |
pdf_browsertest.cc | 35 // Include things like browser frame and scrollbar and make sure we're bigger 151 // Also note that the images we saved are cut off before the scrollbar, as
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
ElementRuleCollector.cpp | 289 context.scrollbar = m_pseudoStyleRequest.scrollbar;
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollAnimatorNone.cpp | 469 void ScrollAnimatorNone::didAddVerticalScrollbar(Scrollbar*) 474 void ScrollAnimatorNone::didAddHorizontalScrollbar(Scrollbar*)
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
ScrollingCoordinatorChromiumTest.cpp | 322 // Now verify we've attached impl-side scrollbars onto the scrollbar layers 421 // Now verify we've attached impl-side scrollbars onto the scrollbar layers
|
/external/chromium_org/tools/perf/page_sets/tough_scrolling_cases/ |
cust_scrollbar.html | 4 ::-webkit-scrollbar { 7 ::-webkit-scrollbar-thumb {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 420 self.vbar = Scrollbar(self.frame, name="vbar") 422 self.hbar = Scrollbar(self.frame, name="hbar", orient="horizontal")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 420 self.vbar = Scrollbar(self.frame, name="vbar") 422 self.hbar = Scrollbar(self.frame, name="hbar", orient="horizontal")
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageOverlay.java | 80 /** Vertical scaling & scrollbar information. */ 83 /** Horizontal scaling & scrollbar information. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiElementDetail.java | 397 // recompute the correct size and adjust the scrollbar as needed. 419 * This will recompute the correct size and adjust the scrollbar as needed.
|
/external/chromium_org/chrome/browser/renderer_host/ |
chrome_render_widget_host_view_mac_delegate.mm | 120 // Notification of whether the view has a horizontal scrollbar.
|
/external/chromium_org/chrome/browser/resources/uber/ |
uber_shared.css | 11 /* Enable vertical scrollbar at all times in RTL to avoid visual glitches when
|
/external/chromium_org/chrome/browser/thumbnails/ |
thumbnail_tab_helper.cc | 105 // Clip the pixels that will commonly hold a scrollbar, which looks bad in
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
LayerDetailsView.js | 78 "layerForScrollbar": WebInspector.UIString("Layer for scrollbar."),
|
/external/chromium_org/third_party/skia/src/views/animated/ |
SkWidgetViews.cpp | 35 "common/default/default/skins/scrollBar.xml",
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
viewrtree.tcl | 31 scrollbar .ls -command {.l yview}
|
/external/skia/src/views/animated/ |
SkWidgetViews.cpp | 35 "common/default/default/skins/scrollBar.xml",
|
/frameworks/base/core/java/android/webkit/ |
WebView.java | 514 * Specifies whether the horizontal scrollbar has overlay style. 516 * @param overlay true if horizontal scrollbar should have overlay style 525 * Specifies whether the vertical scrollbar has overlay style. 527 * @param overlay true if vertical scrollbar should have overlay style 536 * Gets whether horizontal scrollbar has overlay style. 538 * @return true if horizontal scrollbar has overlay style 546 * Gets whether vertical scrollbar has overlay style. 548 * @return true if vertical scrollbar has overlay style [all...] |