HomeSort by relevance Sort by last modified time
    Searched refs:thumb_size (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/cc/layers/
painted_scrollbar_layer.cc 184 gfx::Size thumb_size; local
186 thumb_size =
189 thumb_size =
192 return gfx::Rect(thumb_size);
scrollbar_layer_unittest.cc 774 gfx::Size thumb_size = layer_tree_host_->ui_resource_size( local
779 EXPECT_LE(thumb_size.width(), scrollbar_layer->content_bounds().width());
780 EXPECT_LE(thumb_size.height(), scrollbar_layer->content_bounds().height());
    [all...]
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.cc 419 int thumb_size = static_cast<int>(ratio * GetTrackSize()); local
420 thumb_->SetSize(thumb_size);
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java 131 view = (TextView)findViewById(R.id.thumb_size);
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp 2625 cam_dimension_t *thumb_size = (cam_dimension_t *)POINTER_OF( local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp 3079 cam_dimension_t *thumb_size = (cam_dimension_t *)POINTER_OF_META( local
    [all...]

Completed in 455 milliseconds