Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java229 int mCurWidth; field in WallpaperService.Engine
902 out.print(" mCurWidth="); out.print(mCurWidth); in dump()
1130 if (mCurWidth != w) { in updateSurface()
1132 mCurWidth = w; in updateSurface()
1140 Log.v(TAG, "Wallpaper size has changed: (" + mCurWidth + ", " + mCurHeight); in updateSurface()
1193 + ", " + mCurWidth + ", " + mCurHeight in updateSurface()
1197 mCurWidth, mCurHeight); in updateSurface()
1202 mCurWidth, mCurHeight); in updateSurface()
1290 mTmpMatrix.postScale(((float) mPreviewSurfacePosition.width()) / mCurWidth, in reposition()
1461 final int availw = mIWallpaperEngine.mReqWidth-mCurWidth; in doOffsetsChanged()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt54193 Landroid/service/wallpaper/WallpaperService$Engine;->mCurWidth:I