Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DPopupWindow.java186 private int mLastWidth; field in PopupWindow
1489 p.width = mLastWidth = mWidthMode; in createPopupLayoutParams()
1491 p.width = mLastWidth = mWidth; in createPopupLayoutParams()
2109 mLastWidth = width; in update()
2126 final int finalWidth = mWidthMode < 0 ? mWidthMode : mLastWidth; in update()
2128 p.width = mLastWidth = finalWidth; in update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java220 private int mLastWidth; field in TaskStackView
1285 boolean resetToInitialState = (width != mLastWidth || height != mLastHeight) in onMeasure()
1320 mLastWidth = width; in onMeasure()