Searched refs:mTmpCoords (Results 1 – 1 of 1) sorted by relevance
124 private final int[] mTmpCoords = new int[2]; field in LocalFloatingToolbarPopup526 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()