Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
DLocalFloatingToolbarPopup.java124 private final int[] mTmpCoords = new int[2]; field in LocalFloatingToolbarPopup
526 mParent.getRootView().getLocationOnScreen(mTmpCoords); in refreshCoordinatesAndOverflowDirection()
527 int rootViewLeftOnScreen = mTmpCoords[0]; in refreshCoordinatesAndOverflowDirection()
528 int rootViewTopOnScreen = mTmpCoords[1]; in refreshCoordinatesAndOverflowDirection()
529 mParent.getRootView().getLocationInWindow(mTmpCoords); in refreshCoordinatesAndOverflowDirection()
530 int rootViewLeftOnWindow = mTmpCoords[0]; in refreshCoordinatesAndOverflowDirection()
531 int rootViewTopOnWindow = mTmpCoords[1]; in refreshCoordinatesAndOverflowDirection()