Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java637 RectF insets = mFullscreenParams.mCurrentDrawnInsets; in getOutline()
695 + mCurrentFullscreenParams.mCurrentDrawnInsets.bottom in updateFooterOffset()
696 + mCurrentFullscreenParams.mCurrentDrawnInsets.top); in updateFooterOffset()
864 RectF mCurrentDrawnInsets = new RectF(); field in TaskView.FullscreenDrawParams
874 mCurrentDrawnInsets.set(left, top, right, bottom); in setInsets()
DTaskThumbnailView.java200 RectF currentDrawnInsets = mFullscreenParams.mCurrentDrawnInsets; in onDraw()