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

  /external/chromium_org/ash/touch/
touch_hud_projection.h 13 class TouchPointView;
36 std::map<int, TouchPointView*> points_;
touch_hud_projection.cc 26 // TouchPointView draws a single touch point. This object manages its own
29 class TouchPointView : public views::View,
33 explicit TouchPointView(views::Widget* parent_widget)
75 virtual ~TouchPointView() {
135 DISALLOW_COPY_AND_ASSIGN(TouchPointView);
146 for (std::map<int, TouchPointView*>::iterator iter = points_.begin();
154 TouchPointView* point = new TouchPointView(widget());
156 std::pair<std::map<int, TouchPointView*>::iterator, bool> result =
158 // If a |TouchPointView| is already mapped to the touch id, remove it an
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/
TouchPointView.java 33 public class TouchPointView extends View {
35 private static final String TAG = TouchPointView.class.getSimpleName();
49 public TouchPointView(Context context, AttributeSet attrs) {
53 public TouchPointView(Context context, AttributeSet attrs, int defStyle) {

Completed in 460 milliseconds