Home
last modified time | relevance | path

Searched refs:mTempPos (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java100 private final int[] mTempPos = new int[2]; field in ScrimView
408 getLocationOnScreen(mTempPos); in onPopulateNodeForVirtualView()
410 mTempRect.offset(mTempPos[0], mTempPos[1]); in onPopulateNodeForVirtualView()