Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/grid/
DTaskGridLayoutAlgorithm.java298 public Rect getStackActionButtonRect() {
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsView.java436 Rect buttonBounds = mTaskStackView.mLayoutAlgorithm.getStackActionButtonRect();
896 mTaskStackView.mLayoutAlgorithm.getStackActionButtonRect());
DTaskStackLayoutAlgorithm.java677 public Rect getStackActionButtonRect() { in getStackActionButtonRect() method in TaskStackLayoutAlgorithm
679 ? mTaskGridLayoutAlgorithm.getStackActionButtonRect() : mStackActionButtonRect; in getStackActionButtonRect()