Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/binder/
DScreenshotShelfViewBinder.kt218 val hasPortraitAspectRatio = bitmap.width < bitmap.height in <lambda>() constant
221 if (hasPortraitAspectRatio) { in <lambda>()