Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsTransitionComposer.java161 int headerWidth = (int) (transform.rect.width()); in composeHeaderBitmap() local
163 if (headerWidth == 0 || headerHeight == 0) { in composeHeaderBitmap()
168 return RecentsTransition.drawViewIntoHardwareBitmap(headerWidth, headerHeight, null, 1f, in composeHeaderBitmap()
171 return RecentsTransition.drawViewIntoHardwareBitmap(headerWidth, headerHeight, in composeHeaderBitmap()