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

/frameworks/base/core/java/android/view/
H A DViewDebug.java418 private static BufferedWriter sMotionEventTraces; field in class:ViewDebug
727 if (sMotionEventTraces == null) {
732 sMotionEventTraces.write(type.name());
733 sMotionEventTraces.write(' ');
734 sMotionEventTraces.write(event.getAction());
735 sMotionEventTraces.write(' ');
736 sMotionEventTraces.write(view.getClass().getName());
737 sMotionEventTraces.write('@');
738 sMotionEventTraces.write(Integer.toHexString(view.hashCode()));
787 sMotionEventTraces
[all...]

Completed in 85 milliseconds