Searched defs:mCurHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java162 int mCurHeight; field in class:WallpaperService.Engine
680 out.print(" mCurHeight="); out.println(mCurHeight);
850 if (mCurHeight != h) {
852 mCurHeight = h;
856 Log.v(TAG, "Wallpaper size has changed: (" + mCurWidth + ", " + mCurHeight);
907 + ", " + mCurWidth + ", " + mCurHeight
911 mCurWidth, mCurHeight);
916 mCurWidth, mCurHeight);
1123 final int availh = mIWallpaperEngine.mReqHeight-mCurHeight;
[all...]

Completed in 23 milliseconds