Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsView.java436 Rect buttonBounds = mTaskStackView.mLayoutAlgorithm.getStackActionButtonRect();
438 MeasureSpec.makeMeasureSpec(buttonBounds.width(), MeasureSpec.AT_MOST),
439 MeasureSpec.makeMeasureSpec(buttonBounds.height(), MeasureSpec.AT_MOST));
474 Rect buttonBounds = getStackActionButtonBoundsFromStackLayout();
475 mStackActionButton.layout(buttonBounds.left, buttonBounds.top, buttonBounds.right,
476 buttonBounds.bottom);
591 Rect buttonBounds = getStackActionButtonBoundsFromStackLayout();
592 mStackActionButton.setLeftTopRightBottom(buttonBounds.left, buttonBounds.top,
593 buttonBounds.right, buttonBounds.bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java858 private void updateButtonLocation(ButtonDispatcher button, Rect buttonBounds, in updateButtonLocation() argument
862 buttonBounds.setEmpty(); in updateButtonLocation()
873 buttonBounds.set(mTmpPosition[0], mTmpPosition[1], in updateButtonLocation()
876 mActiveRegion.op(buttonBounds, Op.UNION); in updateButtonLocation()
879 buttonBounds.set(mTmpPosition[0], mTmpPosition[1], in updateButtonLocation()