Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/games/
DGameSessionViewHostConfiguration.java56 public GameSessionViewHostConfiguration(int displayId, int widthPx, int heightPx) { in GameSessionViewHostConfiguration() argument
59 this.mHeightPx = heightPx; in GameSessionViewHostConfiguration()
DGameSession.java145 int heightPx) { in attach() argument
151 surfaceControlViewHost.setView(mGameSessionRootView, widthPx, heightPx); in attach()
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/
DCustomizedAppBar.kt252 heightPx = height, in SingleRowTopAppBar()
367 heightPx = pinnedHeightPx, in TwoRowsTopAppBar()
386 heightPx = maxHeightPx.floatValue - pinnedHeightPx + in TwoRowsTopAppBar()
445 heightPx: Float, in TopAppBarLayout()
529 val layoutHeight = if (heightPx > 0) heightPx.roundToInt() else 0 in TopAppBarLayout()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DLockSection.kt173 val heightPx = windowViewBounds.bottom.toFloat() in <lambda>() constant
179 (heightPx - ((bottomPaddingPx + lockIconRadiusPx) * scaleFactor)) in <lambda>()