Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java112 int mLastSurfaceWidth = -1, mLastSurfaceHeight = -1; field in ImageWallpaper.DrawableEngine
293 mLastSurfaceWidth = mLastSurfaceHeight = -1; in onSurfaceDestroyed()
304 mLastSurfaceWidth = mLastSurfaceHeight = -1; in onSurfaceCreated()
347 boolean surfaceDimensionsChanged = dw != mLastSurfaceWidth in drawFrame()
397 mLastSurfaceWidth = dw; in drawFrame()
518 out.print(" mLastSurfaceWidth="); out.print(mLastSurfaceWidth); in dump()
/frameworks/base/core/java/android/view/
DSurfaceView.java186 int mLastSurfaceWidth = -1, mLastSurfaceHeight = -1; field in SurfaceView
570 realSizeChanged = mLastSurfaceWidth != surfaceWidth in updateWindow()
572 mLastSurfaceWidth = surfaceWidth; in updateWindow()