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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
GestureRecorder.java 36 public class GestureRecorder {
38 public static final String TAG = GestureRecorder.class.getSimpleName();
104 Log.w(TAG, "Assertion failure in GestureRecorder: event downTime ("
154 public GestureRecorder(String filename) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 49 import com.android.systemui.statusbar.GestureRecorder;
488 GestureRecorder gr = ((PhoneStatusBarView) mBar).mBar.getGestureRecorder();
    [all...]
PhoneStatusBar.java 141 import com.android.systemui.statusbar.GestureRecorder;
368 private final GestureRecorder mGestureRec = DEBUG_GESTURES
369 ? new GestureRecorder("/sdcard/statusbar_gestures.dat")
    [all...]

Completed in 566 milliseconds