Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java173 private int mLastWidth; field in PopupWindow
1438 p.width = mLastWidth = mWidthMode; in createPopupLayoutParams()
1440 p.width = mLastWidth = mWidth; in createPopupLayoutParams()
2029 mLastWidth = width; in update()
2047 final int finalWidth = mWidthMode < 0 ? mWidthMode : mLastWidth; in update()
2049 p.width = mLastWidth = finalWidth; in update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java203 private int mLastWidth; field in TaskStackView
1211 boolean resetToInitialState = (width != mLastWidth || height != mLastHeight) in onMeasure()
1237 mLastWidth = width; in onMeasure()