Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.kt665 val fabHeight: Int = resources.getDimensionPixelSize(R.dimen.fab_height) in <lambda>() constant in com.android.deskclock.stopwatch.StopwatchFragment
666 mGradientHeight = (fabHeight * 1.2f).roundToInt() in <lambda>()