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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 152 private int mLastRequestedWidth = -1;
218 mLastRequestedWidth = surfaceWidth;
556 out.print(prefix); out.print(" mLastRequestedWidth="); out.print(mLastRequestedWidth);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 231 private int mLastRequestedWidth;
686 mLastRequestedWidth = 0;
    [all...]

Completed in 358 milliseconds