Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/alarmclock/
DDigitalAppWidgetProvider.kt355 val maxHeightPx = (density * options.getInt(OPTION_APPWIDGET_MAX_HEIGHT)).toInt() in <lambda>() constant
357 val targetHeightPx = if (portrait) maxHeightPx else minHeightPx in <lambda>()