Searched refs:mBackgroundParams (Results 1 – 1 of 1) sorted by relevance
65 private final WindowManager.LayoutParams mBackgroundParams; field in MagnificationThumbnail82 mBackgroundParams = createLayoutParams(); in MagnificationThumbnail()123 mBackgroundParams.width = mThumbnailWidth; in refreshBackgroundBounds()124 mBackgroundParams.height = mThumbnailHeight; in refreshBackgroundBounds()125 mBackgroundParams.x = initX; in refreshBackgroundBounds()126 mBackgroundParams.y = initY; in refreshBackgroundBounds()129 mWindowManager.updateViewLayout(mThumbnailLayout, mBackgroundParams); in refreshBackgroundBounds()189 mWindowManager.addView(mThumbnailLayout, mBackgroundParams); in animateThumbnail()