OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scrollbars
(Results
1 - 25
of
306
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/cc/animation/
scrollbar_animation_controller_linear_fade.cc
48
if (!scroll_layer_->
scrollbars
())
51
LayerImpl::ScrollbarSet*
scrollbars
= scroll_layer_->
scrollbars
();
52
for (LayerImpl::ScrollbarSet::iterator it =
scrollbars
->begin();
53
it !=
scrollbars
->end();
scrollbar_animation_controller_thinning.cc
130
if (!scroll_layer_->
scrollbars
())
133
LayerImpl::ScrollbarSet*
scrollbars
= scroll_layer_->
scrollbars
();
134
for (LayerImpl::ScrollbarSet::iterator it =
scrollbars
->begin();
135
it !=
scrollbars
->end();
/packages/experimental/BugReportSender/res/layout/
bugreport_preview.xml
10
android:
scrollbars
="horizontal|vertical"
/external/chromium_org/ui/native_theme/
native_theme_switches.cc
10
// Enables overlay
scrollbars
on Aura or Linux. Does nothing on Mac.
13
// Disables overlay
scrollbars
on Aura or Linux. Does nothing on Mac.
/external/chromium_org/third_party/WebKit/ManualTests/scrollbars/
scrollbars-in-composited-layers.html
29
<p>Overlay
scrollbars
(on Mac) should show in the correct place when scrolling.</p>
34
<p>Overlay
scrollbars
(on Mac) should show in the correct place when scrolling, and the resize corner should show in the correct place.</p>
39
<p>Overlay
scrollbars
(on Mac) should show in the correct place when scrolling, and the resize corner should show in the correct place.</p>
/external/chromium_org/chrome/test/remoting/
scrollbar_browsertest.cc
21
RunJavaScriptTest(content, "
Scrollbars
", "{}");
/external/chromium_org/third_party/WebKit/Source/web/tests/data/
scale_oscillate.html
13
This test passes if it doesn't cause oscillating scale factor due to content size rounding errors and creating/destroying of custom
scrollbars
.
/external/chromium_org/remoting/webapp/browser_test/
scrollbar_browser_test.js
20
browserTest.
Scrollbars
= function() {
41
browserTest.
Scrollbars
.prototype.run = function(data) {
48
// Verify that
scrollbars
are added/removed correctly on the home screen.
57
browserTest.
Scrollbars
.prototype.verifyHomeScreenScrollbars_ = function() {
64
// so make the window large not to require
scrollbars
before each test.
131
browserTest.
Scrollbars
.prototype.getScrollbarState_ = function() {
150
browserTest.
Scrollbars
.prototype.verifyScrollbarState_ =
175
browserTest.
Scrollbars
.prototype.resize_ = function(width, height) {
190
browserTest.
Scrollbars
.prototype.resizeAndVerifyScroll_ =
/external/chromium_org/third_party/WebKit/ManualTests/
window-sizing.html
16
Open("width=200, height=200, left = 0, top = 0,
scrollbars
, resizable");
31
Open("width=200, height=200, left = 0, top = 0,
scrollbars
, menubar, status, toolbar, resizable");
110
<p>Window size (no toolbars): You should see a red 1 pixel border along every edge of this page, and no
scrollbars
.</p>
115
<p>Window size (all toolbars): You should see a red 1 pixel border along every edge of this page, and no
scrollbars
.</p>
/packages/apps/UnifiedEmail/res/layout/
help_fragment.xml
23
android:
scrollbars
="none" />
licenses_activity.xml
21
android:
scrollbars
="none" />
conversation_view.xml
34
android:
scrollbars
="none"
56
android:
scrollbars
="vertical|horizontal" />
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ScrollIndicatorsView.java
27
* An overlay to sit on top of WebView, message headers, and snap header to display
scrollbars
.
28
* It has to sit on top of all other views that compose the conversation so that the
scrollbars
are
/development/samples/Support7Demos/res/layout/
activity_base_layout_manager.xml
50
android:
scrollbars
="horizontal"
55
android:
scrollbars
="horizontal|vertical"
/packages/apps/Browser/res/layout/
bookmark_sync_wizard.xml
40
android:
scrollbars
="vertical"
65
android:
scrollbars
="vertical"
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h
70
// If the scroll view does not use a native widget, then it will have cross-platform
Scrollbars
. These functions
71
// can be used to obtain those
scrollbars
.
105
// Overridden by FrameView to create custom CSS
scrollbars
if applicable.
109
// and height. By default the
scrollbars
themselves are excluded from this rectangle, but an optional boolean argument allows them to be
160
// This gives us a means of blocking painting on our
scrollbars
until the first layout has occurred.
181
// These functions are used to enable
scrollbars
to avoid window resizer controls that overlap the scroll view. This happens on Mac
193
// Widget override to update our
scrollbars
and notify our contents of the resize.
196
// For platforms that need to hit test
scrollbars
from within the engine's event handlers (like Win32).
218
// Widget override. Handles painting of the contents of the view as well as the
scrollbars
.
261
// These functions are used to create/destroy
scrollbars
[
all
...]
/developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/res/layout/
fragment_meat_grid.xml
27
android:
scrollbars
="none"
/developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/res/layout/
sample_layout.xml
30
android:
scrollbars
="vertical"
/developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/res/layout/
fragment_fragment_transition.xml
28
android:
scrollbars
="none"
/developers/build/prebuilts/gradle/Notifications/Wearable/src/main/res/layout/
activity_main.xml
22
android:
scrollbars
="none"
/developers/build/prebuilts/gradle/Timer/Wearable/src/main/res/layout/
timer_set_timer.xml
22
android:
scrollbars
="none"
/developers/samples/android/notification/BasicNotifications/Application/src/main/res/layout/
sample_layout.xml
30
android:
scrollbars
="vertical"
/developers/samples/android/ui/transition/AdapterTransition/Application/src/main/res/layout/
fragment_meat_grid.xml
27
android:
scrollbars
="none"
/developers/samples/android/ui/transition/FragmentTransition/Application/src/main/res/layout/
fragment_fragment_transition.xml
28
android:
scrollbars
="none"
/developers/samples/android/wearable/wear/Notifications/Wearable/src/main/res/layout/
activity_main.xml
22
android:
scrollbars
="none"
Completed in 956 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>