Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/games/
H A DGameSessionViewHostConfiguration.java56 public GameSessionViewHostConfiguration(int displayId, int widthPx, int heightPx) { in GameSessionViewHostConfiguration() argument
59 this.mHeightPx = heightPx; in GameSessionViewHostConfiguration()
H A DGameSession.java145 int heightPx) { in attach() argument
151 surfaceControlViewHost.setView(mGameSessionRootView, widthPx, heightPx); in attach()
/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/
H A DCustomizedAppBar.kt243 heightPx = height,
359 heightPx = pinnedHeightPx,
375 heightPx = maxHeightPx.floatValue - pinnedHeightPx +
435 heightPx: Float,
520 val layoutHeight = if (heightPx.isNaN()) 0 else heightPx.roundToInt()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java3575 private void setViewBounds(View view, int widthPx, int heightPx) {
3578 lp = new LayoutParams(widthPx, heightPx);
3581 lp.height = heightPx;