Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
H A DFloatingToolbarPopup.java44 void setWidthChanged(boolean widthChanged); in setWidthChanged() argument
H A DLocalFloatingToolbarPopup.java324 public void setWidthChanged(boolean widthChanged) { in setWidthChanged() argument
325 mWidthChanged = widthChanged; in setWidthChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarViewController.kt104 val widthChanged = right - left != oldRight - oldLeft regex
105 if (widthChanged) {
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java10989 final boolean widthChanged = (mHint == null) && (mEllipsize == null) in onMeasure()
10997 if (!maximumChanged && widthChanged) { in onMeasure()