Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java219 int internalSize = (int) (bounds.width() * RING_EFFECT_RATIO); in getSourceVisualDragBounds() local
220 bounds.inset(internalSize, internalSize); in getSourceVisualDragBounds()