Searched refs:insetHeight (Results 1 – 2 of 2) sorted by relevance
355 final int insetHeight = (int) (bounds.height() / (portScale * 2)); in createIconBitmap() local357 Rect childRect = new Rect(cX - insetWidth, cY - insetHeight, cX + insetWidth, in createIconBitmap()358 cY + insetHeight); in createIconBitmap()
328 int insetHeight = (int) (bounds.height() / (DEFAULT_VIEW_PORT_SCALE * 2)); in updateLayerBoundsInternal() local330 outRect.set(cX - insetWidth, cY - insetHeight, cX + insetWidth, cY + insetHeight); in updateLayerBoundsInternal()