Home
last modified time | relevance | path

Searched defs:widthPx (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/games/
DGameSessionViewHostConfiguration.java56 public GameSessionViewHostConfiguration(int displayId, int widthPx, int heightPx) { in GameSessionViewHostConfiguration()
DGameSession.java144 int widthPx, in attach()
/frameworks/base/core/tests/coretests/src/android/util/
DTypedValueTest.kt157 val widthPx = TypedValue.complexToDimensionPixelSize(widthDimen, metrics) in <lambda>() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DLockSection.kt146 var widthPx = windowViewBounds.right.toFloat() in <lambda>() variable
/frameworks/base/core/java/android/text/method/
DInsertModeTransformationMethod.java123 final int widthPx = (int) Math.ceil( in getPlaceholderText() local