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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 81 int mLastSurfaceWidth = -1, mLastSurfaceHeight = -1;
228 mLastSurfaceWidth = mLastSurfaceHeight = -1;
239 mLastSurfaceWidth = mLastSurfaceHeight = -1;
289 boolean surfaceDimensionsChanged = dw != mLastSurfaceWidth
323 mLastSurfaceWidth = dw;
466 out.print(" mLastSurfaceWidth="); out.print(mLastSurfaceWidth);
  /frameworks/base/core/java/android/view/
SurfaceView.java 172 int mLastSurfaceWidth = -1, mLastSurfaceHeight = -1;
606 realSizeChanged = mLastSurfaceWidth != surfaceWidth
608 mLastSurfaceWidth = surfaceWidth;
    [all...]

Completed in 69 milliseconds