Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.java905 int expectedChipHeight = getExpectedViewHeight(view); in setContextualChip() local
907 layoutParams.bottomMargin = -expectedChipHeight - (int) chipOffset; in setContextualChip()