/frameworks/base/core/java/android/view/ |
ViewConfiguration.java | 34 * Defines the width of the horizontal scrollbar and the height of the vertical scrollbar in 372 * @return The width of the horizontal scrollbar and the height of the vertical 373 * scrollbar in dips 383 * @return The width of the horizontal scrollbar and the height of the vertical 384 * scrollbar in pixels
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
inspectorStyle.css | [all...] |
/external/chromium_org/chrome/browser/resources/ntp4/ |
tile_page.js | 407 // Div that acts as a custom scrollbar. The scrollbar has to live 414 this.scrollbar_.className = 'tile-page-scrollbar'; 418 // This contains everything but the scrollbar. 494 * Returns the width of the scrollbar, in pixels, if it is active, or 0 [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completionvalues1-expected-completion32.txt | 223 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should always be drawn. [boolean] 224 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should always be drawn. [boolean] 225 android:scrollbarDefaultDelayBeforeFade : Defines the delay in milliseconds that a scrollbar waits before fade out. [integer] 226 android:scrollbarFadeDuration : Defines the delay in milliseconds that a scrollbar takes to fade out. [integer] 228 android:scrollbarStyle : Controls the scrollbar style and position. [enum] 229 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference] 230 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference] 231 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference] 232 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference] [all...] |
/external/chromium_org/chrome/browser/resources/net_internals/ |
timeline_graph_view.js | 98 // Initialize the scrollbar. 166 * Update the range of the scrollbar. If |resetPosition| is true, also 189 * scale factor, and moves the scrollbar all the way to the right. 205 * Specifically, updates the scrollbar's range, and if the scrollbar is
|
timeline_view.js | 68 TimelineView.SCROLLBAR_DIV_ID = 'timeline-view-scrollbar-div'; 69 TimelineView.SCROLLBAR_INNER_DIV_ID = 'timeline-view-scrollbar-inner-div';
|
/external/chromium_org/cc/trees/ |
layer_tree_host_unittest_damage.cc | 444 // scrolling) won't damage the scrollbar. 494 // The second frame has scrolled, so the scrollbar should be damaged. 519 // Scroll on the thread. This should damage the scrollbar for the
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_supervised_user_creation.css | 63 .below-marketing::-webkit-scrollbar { 67 .below-marketing::-webkit-scrollbar-track-piece { 71 .below-marketing::-webkit-scrollbar-thumb {
|
/external/chromium_org/ui/file_manager/file_manager/foreground/css/ |
file_manager.css | 9 * - 500: scrollbar 72 ::-webkit-scrollbar { 78 .scrollbar-vertical { 88 .scrollbar-button { 101 :hover > .scrollbar-vertical > .scrollbar-button, 102 .scrollbar-vertical > .scrollbar-button.scrolling { 106 .scrollbar-vertical > .scrollbar-button:hover [all...] |
/external/chromium_org/ui/native_theme/ |
native_theme_win.cc | 287 // Scrollbar components on Windows Classic theme (on all Windows versions) 289 // indirectly. In addition, scrollbar thumbs and grippers for the Windows XP 297 needs_paint_indirect = !GetThemeHandle(SCROLLBAR); 303 needs_paint_indirect = !GetThemeHandle(SCROLLBAR) || [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
AccordionControl.java | 41 import org.eclipse.swt.widgets.ScrollBar; 252 ScrollBar verticalBar = scrolledComposite.getVerticalBar(); 277 ScrollBar vBar = scrolledComposite.getVerticalBar();
|
/external/chromium_org/pdf/ |
pdf_engine.h | 86 // Updates the tick marks in the vertical scrollbar. 233 // Gets the offset of the vertical scrollbar from the top in document
|
/external/chromium_org/third_party/WebKit/Source/web/ |
TextFinder.h | 180 // Determines whether to invalidate the content area and scrollbar. 235 // Keeps track of when the scoping effort should next invalidate the scrollbar
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
FileDialog.py | 69 self.filesbar = Scrollbar(self.midframe) 80 self.dirsbar = Scrollbar(self.midframe)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
FileDialog.py | 69 self.filesbar = Scrollbar(self.midframe) 80 self.dirsbar = Scrollbar(self.midframe)
|
/external/chromium_org/cc/input/ |
input_handler.h | 12 #include "cc/input/scrollbar.h"
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
about.js | 77 // the scrollbar alone.
|
/external/chromium_org/chrome/browser/resources/uber/ |
uber_shared.css | 15 /* Enable vertical scrollbar at all times in RTL to avoid visual glitches when
|
/external/chromium_org/chrome/browser/ |
test_presubmit.py | 712 ::-webkit-scrollbar-thumb, 717 :-WebKit-ScrollBar { 724 :-WebKit-ScrollBar (should be ::-WebKit-ScrollBar)
|
/external/chromium_org/chrome/common/extensions/api/ |
automation.idl | 143 scrollBar,
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
uber_shared.css | 11 /* Enable vertical scrollbar at all times in RTL to avoid visual glitches when
|
/external/chromium_org/content/test/ppapi/ |
ppapi_test.cc | 54 // Smooth scrolling confuses the scrollbar test.
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
PinchViewport.h | 130 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderListBox.cpp | 62 #include "platform/scroll/Scrollbar.h"
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/ |
FontView.js | 127 // Subtract some padding. This should match the paddings in the CSS plus room for the scrollbar.
|