Searched refs:insetHeight (Results 1 – 3 of 3) sorted by relevance
260 int insetHeight = (int) (bounds.height() / (DEFAULT_VIEW_PORT_SCALE * 2)); in updateLayerBounds() local262 outRect.set(cX - insetWidth, cY - insetHeight, cX + insetWidth, cY + insetHeight); in updateLayerBounds()
368 final int insetHeight = (int) (bounds.height() / (portScale * 2)); in createIconBitmap() local370 Rect childRect = new Rect(cX - insetWidth, cY - insetHeight, cX + insetWidth, in createIconBitmap()371 cY + insetHeight); in createIconBitmap()
356 int insetHeight = (int) (bounds.height() / (DEFAULT_VIEW_PORT_SCALE * 2)); in updateLayerBoundsInternal() local358 outRect.set(cX - insetWidth, cY - insetHeight, cX + insetWidth, cY + insetHeight); in updateLayerBoundsInternal()