Searched refs:heightPx (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/service/games/ |
H A D | GameSessionViewHostConfiguration.java | 56 public GameSessionViewHostConfiguration(int displayId, int widthPx, int heightPx) { in GameSessionViewHostConfiguration() argument 59 this.mHeightPx = heightPx; in GameSessionViewHostConfiguration()
|
H A D | GameSession.java | 145 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 D | CustomizedAppBar.kt | 243 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 D | ChooserActivity.java | 3575 private void setViewBounds(View view, int widthPx, int heightPx) { 3578 lp = new LayoutParams(widthPx, heightPx); 3581 lp.height = heightPx;
|