Searched refs:mIconBounds (Results 1 – 2 of 2) sorted by relevance
59 private final Rect mIconBounds = new Rect(); field in FloatingSurfaceView172 getLocationBoundsForView(mLauncher, icon, false, mTmpPosition, mIconBounds); in updateIconLocation()185 if (iconChanged && !mIconBounds.isEmpty()) { in updateIconLocation()188 Canvas c = mPicture.beginRecording(mIconBounds.width(), mIconBounds.height()); in updateIconLocation()189 c.translate(-mIconBounds.left, -mIconBounds.top); in updateIconLocation()
38 private Rect mIconBounds = null; field in RenderingRequest191 mIconBounds = bounds; in setIconBounds()195 return mIconBounds; in getIconBounds()