Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java257 int mCurWidth; field in WallpaperService.Engine
1051 out.print(" mCurWidth="); out.print(mCurWidth); in dump()
1310 if (mCurWidth != w) { in updateSurface()
1312 mCurWidth = w; in updateSurface()
1320 Log.v(TAG, "Wallpaper size has changed: (" + mCurWidth + ", " + mCurHeight); in updateSurface()
1375 + ", " + mCurWidth + ", " + mCurHeight in updateSurface()
1380 mCurWidth, mCurHeight); in updateSurface()
1386 mCurWidth, mCurHeight); in updateSurface()
1475 mTmpMatrix.postScale(((float) mPreviewSurfacePosition.width()) / mCurWidth, in reposition()
1686 final int availw = mIWallpaperEngine.mReqWidth-mCurWidth; in doOffsetsChanged()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50870 Landroid/service/wallpaper/WallpaperService$Engine;->mCurWidth:I