Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarBackground.kt42 private val arrowHeight: Float constant
97 arrowHeight = res.getDimension(R.dimen.bubblebar_pointer_height)
147 arrowHeight, in addArrowPathIfNeeded()
153 pathTransform.setRotate(180f, arrowWidth * 0.5f, arrowHeight * 0.5f) in addArrowPathIfNeeded()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarEduTooltip.kt61 private val arrowHeight = resources.getDimension(R.dimen.popup_arrow_height) constant
109 arrowHeight, in onFinishInflate()
DTaskbarDividerPopupView.kt74 private val arrowHeight = resources.getDimension(R.dimen.popup_arrow_height) in <lambda>() constant
181 arrowHeight, in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DMaterialProgressDrawable.java146 … double centerRadius, double strokeWidth, float arrowWidth, float arrowHeight) { in setSizeParameters() argument
156 ring.setArrowDimensions(arrowWidth * screenDensity, arrowHeight * screenDensity); in setSizeParameters()