Home
last modified time | relevance | path

Searched refs:insetHeight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenIconDrawableFactory.java260 int insetHeight = (int) (bounds.height() / (DEFAULT_VIEW_PORT_SCALE * 2)); in updateLayerBounds() local
262 outRect.set(cX - insetWidth, cY - insetHeight, cX + insetWidth, cY + insetHeight); in updateLayerBounds()
/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java368 final int insetHeight = (int) (bounds.height() / (portScale * 2)); in createIconBitmap() local
370 Rect childRect = new Rect(cX - insetWidth, cY - insetHeight, cX + insetWidth, in createIconBitmap()
371 cY + insetHeight); in createIconBitmap()
/frameworks/base/graphics/java/android/graphics/drawable/
DAdaptiveIconDrawable.java356 int insetHeight = (int) (bounds.height() / (DEFAULT_VIEW_PORT_SCALE * 2)); in updateLayerBoundsInternal() local
358 outRect.set(cX - insetWidth, cY - insetHeight, cX + insetWidth, cY + insetHeight); in updateLayerBoundsInternal()