Searched defs:screenWidth (Results 1 - 8 of 8) sorted by relevance

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteHardwareConfig.java52 private RemoteHardwareConfig(int screenWidth, int screenHeight, Density density, float xdpi, argument
55 mScreenWidth = screenWidth;
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DTransform.java113 public void setScreenWidth(double screenWidth) { argument
114 mViewMatrix.setScreenWidth(screenWidth);
H A DViewMatrix.java157 public void setScreenWidth(double screenWidth) { argument
158 this.mScreenWidth = screenWidth;
/frameworks/base/services/core/java/com/android/server/policy/
H A DSystemGesturesPointerEventListener.java61 int screenWidth; field in class:SystemGesturesPointerEventListener
231 if (fromX >= screenWidth - mSwipeStartThreshold
/frameworks/av/packages/MediaComponents/src/com/android/widget/
H A DMediaControlView2Impl.java371 int screenWidth = screenSize.x;
383 currHeight, screenWidth, screenHeight);
402 currHeight, screenWidth, screenHeight);
1170 int marginSize, int currWidth, int currHeight, int screenWidth, int screenHeight) {
1178 int screenMaxLength = Math.max(screenWidth, screenHeight);
1185 (currWidth == screenWidth && currHeight == screenHeight);
1169 updateLayout(int maxIconCount, int fullIconSize, int embeddedIconSize, int marginSize, int currWidth, int currHeight, int screenWidth, int screenHeight) argument
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java1233 int screenWidth, int screenHeight, int smallestScreenWidthDp, int screenWidthDp,
1238 keyboard, keyboardHidden, navigation, screenWidth, screenHeight,
1287 int keyboardHidden, int navigation, int screenWidth, int screenHeight,
1231 setConfiguration(int mcc, int mnc, @Nullable String locale, int orientation, int touchscreen, int density, int keyboard, int keyboardHidden, int navigation, int screenWidth, int screenHeight, int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp, int screenLayout, int uiMode, int colorMode, int majorVersion) argument
1285 nativeSetConfiguration(long ptr, int mcc, int mnc, @Nullable String locale, int orientation, int touchscreen, int density, int keyboard, int keyboardHidden, int navigation, int screenWidth, int screenHeight, int smallestScreenWidthDp, int screenWidthDp, int screenHeightDp, int screenLayout, int uiMode, int colorMode, int majorVersion) argument
/frameworks/support/media-widget/src/main/java/androidx/media/widget/
H A DMediaControlView2.java523 int screenWidth = screenSize.x;
530 updateLayout(maxIconCount, iconSize, currWidth, currHeight, screenWidth,
550 updateLayout(maxIconCount, iconSize, currWidth, currHeight, screenWidth,
1310 int currHeight, int screenWidth, int screenHeight) {
1315 int screenMaxLength = Math.max(screenWidth, screenHeight);
1318 (currWidth == screenWidth && currHeight == screenHeight);
1309 updateLayout(int maxIconCount, int iconSize, int currWidth, int currHeight, int screenWidth, int screenHeight) argument
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1059 uint16_t screenWidth; member in struct:android::ResTable_config::__anon974::__anon975

Completed in 110 milliseconds