HomeSort by relevance Sort by last modified time
    Searched refs:mLastWidth (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
PopupWindow.java 107 private int mLastWidth;
932 if (mWidthMode < 0) p.width = mLastWidth = mWidthMode;
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 191 int mLastWidth = -1;
681 if (mLastWidth == w && mLastHeight == h) {
685 if (mLastWidth == 0 || mLastHeight == 0) {
691 mLastWidth = w;
    [all...]

Completed in 41 milliseconds