Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/view/
DA11yMenuFooter.java88 expandBtnTouchArea(mPreviousPageBtn, menuLayout); in configureFooterLayout()
89 expandBtnTouchArea(mNextPageBtn, (View) mNextPageBtn.getParent()); in configureFooterLayout()
94 private void expandBtnTouchArea(ImageButton btn, View btnParent) { in expandBtnTouchArea() method in A11yMenuFooter