/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/ |
H A D | ClassifierData.java | 32 private final float screenHeight; field in ClassifierData 34 public ClassifierData(float dpi, float screenHeight) { in ClassifierData()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
H A D | RequestRectangleVisible.java | 50 int screenHeight = getWindowManager().getDefaultDisplay().getHeight(); in onCreate() local
|
H A D | ScrollViewButtonsAndLabels.java | 65 int screenHeight = getWindowManager().getDefaultDisplay().getHeight(); in onCreate() local
|
H A D | ScrollViewButtonsAndLabelsTest.java | 183 int screenHeight = mScrollView.getHeight(); in findFirstButtonOffScreenTop2Bottom() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | BigCache.java | 44 final int screenHeight = windowBounds.height(); in onCreate() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/ |
H A D | TvBottomSheetActivity.java | 61 int screenHeight = metrics.heightPixels; in onCreate() local
|
/aosp12/frameworks/base/packages/SettingsLib/IllustrationPreference/src/com/android/settingslib/widget/ |
H A D | IllustrationPreference.java | 115 final int screenHeight = getContext().getResources().getDisplayMetrics().heightPixels; in onBindViewHolder() local
|
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
H A D | RemoteHardwareConfig.java | 52 private RemoteHardwareConfig(int screenWidth, int screenHeight, Density density, float xdpi, in RemoteHardwareConfig()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/paintbooth/src/main/java/com/android/car/ui/paintbooth/ |
H A D | VisibleBoundsSimulator.java | 106 int screenHeight = displayMetrics.heightPixels; in applyDisplayOverlay() local
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/recyclerview/ |
H A D | CarUiRecyclerViewTest.java | 825 int screenHeight = carUiRecyclerView.getTotalSpace(); in testPageDownScrollsOverLongItem() local 994 int screenHeight = Resources.getSystem().getDisplayMetrics().heightPixels; in testPageDownScrollsOverVeryLongItem() local 1148 int screenHeight = carUiRecyclerView.getTotalSpace(); in testSetPaddingToRecyclerViewContainerWithScrollbar() local 1194 int screenHeight = carUiRecyclerView.getTotalSpace(); in testSetPaddingToRecyclerViewContainerWithoutScrollbar() local 1229 int screenHeight = carUiRecyclerView.getTotalSpace(); in testSetPaddingRelativeToRecyclerViewContainerWithScrollbar() local 1277 int screenHeight = carUiRecyclerView.getTotalSpace(); in testSetPaddingRelativeToRecyclerViewContainerWithoutScrollbar() local 1354 int screenHeight = carUiRecyclerView.getTotalSpace(); in testScrollbarVisibility_justEnoughToShowOnlyButtons() local 2297 int screenHeight = Resources.getSystem().getDisplayMetrics().heightPixels; in onBindViewHolder() local 2357 private int getMinHeightPerItemToFitScreen(int screenHeight) { in getMinHeightPerItemToFitScreen()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/ |
H A D | PerimeterPathGuide.java | 86 int edgeInset, int screenWidth, int screenHeight) { in PerimeterPathGuide() 206 int screenHeight = mDeviceHeightPx; in computeRegions() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | MediaArtworkProcessorTest.kt | 41 private var screenHeight = 0 regex
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | ContactsUnavailableFragment.java | 65 final int screenHeight = getResources().getDisplayMetrics().heightPixels; in onCreateView() local
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | RenderDrawable.java | 125 int screenHeight = hardwareConfig.getScreenHeight(); in renderImage() local
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | RecentsOrientedState.java | 521 float screenWidth, float screenHeight, Matrix out) { in postDisplayRotation() 544 float screenWidth, float screenHeight, Matrix out) { in preDisplayRotation()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/television/ |
H A D | GrantPermissionsViewHandlerImpl.java | 107 int screenHeight = metrics.heightPixels; in updateWindowAttributes() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SystemGesturesPointerEventListener.java | 76 int screenHeight; field in SystemGesturesPointerEventListener
|
/aosp12/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | ScrollViewScenario.java | 242 int screenHeight = getWindowManager().getCurrentWindowMetrics().getBounds().height() in onCreate() local
|
/aosp12/frameworks/base/tools/aapt2/test/ |
H A D | Builders.h | 267 ConfigDescriptionBuilder& setScreenHeight(uint16_t screenHeight) { in setScreenHeight()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | BugleActionBarActivity.java | 129 int screenHeight = getResources().getDisplayMetrics().heightPixels; in onDisplayHeightChanged() local
|
H A D | SnackBarManager.java | 362 final int screenHeight = displayMetrics.heightPixels; in getScreenBottomOffset() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
H A D | ScreenMediaRecorder.java | 190 private int[] getSupportedSize(final int screenWidth, final int screenHeight, int refreshRate) in getSupportedSize()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
H A D | PortraitPagedViewHandler.java | 459 int screenHeight = dp.heightPx; in getInitialSplitPlaceholderBounds() local 475 int screenHeight = dp.heightPx; in getFinalSplitPlaceholderBounds() local
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/ |
H A D | FullScreenAnimation.java | 368 int screenHeight = screenSize.y; in startAnimation() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | InvariantDeviceProfile.java | 595 float screenHeight = config.screenHeightDp * res.getDisplayMetrics().density; in getDeviceProfile() local 599 public DeviceProfile getBestMatch(float screenWidth, float screenHeight) { in getBestMatch()
|