Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsPopupMenu.kt69 updateWidth() in show()
92 private fun updateWidth() { in updateWidth() method
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java545 changed |= updateWidth(mHeader, maxSize); in updateContentSize()
552 changed |= updateWidth(view, maxSize); in updateContentSize()
560 changed |= updateWidth(mFooter, maxSize); in updateContentSize()
566 private boolean updateWidth(View view, Point maxSize) { in updateWidth() method