Searched refs:mLastMeasuredWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java67 private int mLastMeasuredWidth; field in class:SubtitleView
236 if (mHasMeasurements && maxWidth == mLastMeasuredWidth) {
251 mLastMeasuredWidth = maxWidth;

Completed in 39 milliseconds