Searched defs:sMotionEventTraces (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewDebug.java410 private static BufferedWriter sMotionEventTraces; field in class:ViewDebug
719 if (sMotionEventTraces == null) {
724 sMotionEventTraces.write(type.name());
725 sMotionEventTraces.write(' ');
726 sMotionEventTraces.write(event.getAction());
727 sMotionEventTraces.write(' ');
728 sMotionEventTraces.write(view.getClass().getName());
729 sMotionEventTraces.write('@');
730 sMotionEventTraces.write(Integer.toHexString(view.hashCode()));
779 sMotionEventTraces
[all...]

Completed in 16 milliseconds