Home
last modified time | relevance | path

Searched defs:screenHeight (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
H A DClassifierData.java32 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 DRequestRectangleVisible.java50 int screenHeight = getWindowManager().getDefaultDisplay().getHeight(); in onCreate() local
H A DScrollViewButtonsAndLabels.java65 int screenHeight = getWindowManager().getDefaultDisplay().getHeight(); in onCreate() local
H A DScrollViewButtonsAndLabelsTest.java183 int screenHeight = mScrollView.getHeight(); in findFirstButtonOffScreenTop2Bottom() local
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DBigCache.java44 final int screenHeight = windowBounds.height(); in onCreate() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTvBottomSheetActivity.java61 int screenHeight = metrics.heightPixels; in onCreate() local
/aosp12/frameworks/base/packages/SettingsLib/IllustrationPreference/src/com/android/settingslib/widget/
H A DIllustrationPreference.java115 final int screenHeight = getContext().getResources().getDisplayMetrics().heightPixels; in onBindViewHolder() local
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteHardwareConfig.java52 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 DVisibleBoundsSimulator.java106 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 DCarUiRecyclerViewTest.java825 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 DPerimeterPathGuide.java86 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 DMediaArtworkProcessorTest.kt41 private var screenHeight = 0 regex
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsUnavailableFragment.java65 final int screenHeight = getResources().getDisplayMetrics().heightPixels; in onCreateView() local
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderDrawable.java125 int screenHeight = hardwareConfig.getScreenHeight(); in renderImage() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DRecentsOrientedState.java521 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 DGrantPermissionsViewHandlerImpl.java107 int screenHeight = metrics.heightPixels; in updateWindowAttributes() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSystemGesturesPointerEventListener.java76 int screenHeight; field in SystemGesturesPointerEventListener
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DScrollViewScenario.java242 int screenHeight = getWindowManager().getCurrentWindowMetrics().getBounds().height() in onCreate() local
/aosp12/frameworks/base/tools/aapt2/test/
H A DBuilders.h267 ConfigDescriptionBuilder& setScreenHeight(uint16_t screenHeight) { in setScreenHeight()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DBugleActionBarActivity.java129 int screenHeight = getResources().getDisplayMetrics().heightPixels; in onDisplayHeightChanged() local
H A DSnackBarManager.java362 final int screenHeight = displayMetrics.heightPixels; in getScreenBottomOffset() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java190 private int[] getSupportedSize(final int screenWidth, final int screenHeight, int refreshRate) in getSupportedSize()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DPortraitPagedViewHandler.java459 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 DFullScreenAnimation.java368 int screenHeight = screenSize.y; in startAnimation() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java595 float screenHeight = config.screenHeightDp * res.getDisplayMetrics().density; in getDeviceProfile() local
599 public DeviceProfile getBestMatch(float screenWidth, float screenHeight) { in getBestMatch()

12