Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java222 private final PointF mTempPointF = new PointF(); field in RecentsView
1768 mTempRect, mActivity.getDeviceProfile(), mTempPointF); in onLayout()
1769 setPivotX(mTempPointF.x); in onLayout()
1770 setPivotY(mTempPointF.y); in onLayout()
1923 mTempRect, mActivity.getDeviceProfile(), mTempPointF); in getMaxScaleForFullScreen()