Searched refs:mBackgroundParams (Results 1 – 1 of 1) sorted by relevance
65 private final WindowManager.LayoutParams mBackgroundParams; field in MagnificationThumbnail86 mBackgroundParams = createLayoutParams(); in MagnificationThumbnail()118 mBackgroundParams.width = mThumbnailWidth; in refreshBackgroundBounds()119 mBackgroundParams.height = mThumbnailHeight; in refreshBackgroundBounds()120 mBackgroundParams.x = initX; in refreshBackgroundBounds()121 mBackgroundParams.y = initY; in refreshBackgroundBounds()124 mWindowManager.updateViewLayout(mThumbnailLayout, mBackgroundParams); in refreshBackgroundBounds()184 mWindowManager.addView(mThumbnailLayout, mBackgroundParams); in animateThumbnail()