Searched refs:mTaskRect (Results 1 – 1 of 1) sorted by relevance
72 private final Rect mTaskRect = new Rect(); field in TaskViewSimulator150 mSizeStrategy.calculateTaskSize(mContext, mDp, mTaskRect); in getFullScreenScale()158 fullTaskSize = new Rect(mTaskRect); in getFullScreenScale()163 fullTaskSize = mTaskRect; in getFullScreenScale()255 mTaskRect.width() + insets.right, mTaskRect.height() + insets.bottom); in getCurrentCropRect()313 mTaskRect.width(), mTaskRect.height(), in apply()317 Log.d(TAG, " taskRect: " + mTaskRect); in apply()328 float taskWidth = mTaskRect.width(); in apply()329 float taskHeight = mTaskRect.height(); in apply()336 mMatrix.postTranslate(mTaskRect.left, mTaskRect.top); in apply()[all …]