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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java1421 private static int[] gSharedTempPointerIndexMap; field in class:MotionEvent
1432 gSharedTempPointerIndexMap = new int[capacity];
3082 final int[] map = gSharedTempPointerIndexMap;

Completed in 90 milliseconds