Searched refs:mLastSurfaceHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java81 int mLastSurfaceWidth = -1, mLastSurfaceHeight = -1; field in class:ImageWallpaper.DrawableEngine
228 mLastSurfaceWidth = mLastSurfaceHeight = -1;
239 mLastSurfaceWidth = mLastSurfaceHeight = -1;
290 || dh != mLastSurfaceHeight;
324 mLastSurfaceHeight = dh;
467 out.print(" mLastSurfaceHeight="); out.println(mLastSurfaceHeight);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java172 int mLastSurfaceWidth = -1, mLastSurfaceHeight = -1; field in class:SurfaceView
607 || mLastSurfaceHeight != surfaceHeight;
609 mLastSurfaceHeight = surfaceHeight;

Completed in 169 milliseconds