Home
last modified time | relevance | path

Searched defs:widthPx (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()
H A DGameSession.java144 int widthPx, in attach()
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DTypedValueTest.kt157 val widthPx = TypedValue.complexToDimensionPixelSize(widthDimen, metrics) regex
/aosp14/frameworks/base/core/java/android/text/method/
H A DInsertModeTransformationMethod.java123 final int widthPx = (int) Math.ceil( in getPlaceholderText() local