Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsImpl.java821 Rect taskViewBounds = stackLayout.getUntransformedTaskViewBounds(); in updateHeaderBarLayout() local
822 if (!taskViewBounds.isEmpty()) { in updateHeaderBarLayout()
823 taskViewWidth = taskViewBounds.width(); in updateHeaderBarLayout()