Home
last modified time | relevance | path

Searched refs:TouchCatcherView (Results 1 – 2 of 2) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DTouchCatcherView.java28 public class TouchCatcherView extends View { class
48 public TouchCatcherView(Context context, AttributeSet attrs) { in TouchCatcherView() method in TouchCatcherView
DDragLatencyFragment.java48 private TouchCatcherView touchCatcher;
103 touchCatcher = (TouchCatcherView) view.findViewById(R.id.tap_catcher); in onCreateView()