Home
last modified time | relevance | path

Searched defs:mTempLoc (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/transition/
H A DExplode.java46 private int[] mTempLoc = new int[2]; field in Explode
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragView.java87 protected final int[] mTempLoc = new int[2]; field in DragView