HomeSort by relevance Sort by last modified time
    Searched defs:CompositedTouchHandleDrawable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/android/
composited_touch_handle_drawable.h 16 class CompositedTouchHandleDrawable : public TouchHandleDrawable {
18 CompositedTouchHandleDrawable(cc::Layer* root_layer,
21 virtual ~CompositedTouchHandleDrawable();
43 DISALLOW_COPY_AND_ASSIGN(CompositedTouchHandleDrawable);
composited_touch_handle_drawable.cc 81 CompositedTouchHandleDrawable::CompositedTouchHandleDrawable(
93 CompositedTouchHandleDrawable::~CompositedTouchHandleDrawable() {
97 void CompositedTouchHandleDrawable::SetEnabled(bool enabled) {
101 void CompositedTouchHandleDrawable::SetOrientation(
128 void CompositedTouchHandleDrawable::SetAlpha(float alpha) {
133 void CompositedTouchHandleDrawable::SetFocus(const gfx::PointF& position) {
139 void CompositedTouchHandleDrawable::SetVisible(bool visible) {
144 bool CompositedTouchHandleDrawable::IntersectsWith
    [all...]

Completed in 1057 milliseconds