Searched refs:widthChanged (Results 1 – 4 of 4) sorted by relevance
44 void setWidthChanged(boolean widthChanged); in setWidthChanged() argument
324 public void setWidthChanged(boolean widthChanged) { in setWidthChanged() argument325 mWidthChanged = widthChanged; in setWidthChanged()
104 val widthChanged = right - left != oldRight - oldLeft regex105 if (widthChanged) {
10989 final boolean widthChanged = (mHint == null) && (mEllipsize == null) in onMeasure()10997 if (!maximumChanged && widthChanged) { in onMeasure()