OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thumb_size
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/layers/
painted_scrollbar_layer.cc
164
gfx::Size
thumb_size
;
local
166
thumb_size
=
169
thumb_size
=
172
return ScrollbarLayerRectToContentRect(gfx::Rect(
thumb_size
));
scrollbar_layer_unittest.cc
710
gfx::Size
thumb_size
= layer_tree_host_->ui_resource_size(
local
715
EXPECT_LE(
thumb_size
.width(), scrollbar_layer->content_bounds().width());
716
EXPECT_LE(
thumb_size
.height(), scrollbar_layer->content_bounds().height());
/external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.cc
402
int
thumb_size
= static_cast<int>(ratio * GetTrackSize());
local
403
thumb_->SetSize(
thumb_size
);
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java
131
view = (TextView)findViewById(R.id.
thumb_size
);
Completed in 95 milliseconds