Searched refs:heightPx (Results 1 – 4 of 4) sorted by relevance
56 public GameSessionViewHostConfiguration(int displayId, int widthPx, int heightPx) { in GameSessionViewHostConfiguration() argument59 this.mHeightPx = heightPx; in GameSessionViewHostConfiguration()
145 int heightPx) { in attach() argument151 surfaceControlViewHost.setView(mGameSessionRootView, widthPx, heightPx); in attach()
252 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()
173 val heightPx = windowViewBounds.bottom.toFloat() in <lambda>() constant179 (heightPx - ((bottomPaddingPx + lockIconRadiusPx) * scaleFactor)) in <lambda>()