Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/autoclick/
DAutoclickTypePanelTest.java336 int screenWidth = mTestableContext.getResources().getDisplayMetrics().widthPixels; in dragAndEndAtRight_snapsToRightSide() local
359 int screenWidth = mTestableContext.getResources().getDisplayMetrics().widthPixels; in dragAndEndAtLeft_snapsToLeftSide() local
434 int screenWidth = mTestableContext.getResources().getDisplayMetrics().widthPixels; in restorePanelPosition_dragToLeft() local
/frameworks/base/core/tests/coretests/src/android/view/
DBigCache.java43 final int screenWidth = windowBounds.width(); in onCreate() local
/frameworks/base/core/java/com/android/internal/widget/
DWeightedLinearLayout.java59 final int screenWidth = metrics.widthPixels; in onMeasure() local
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DBottomSheetLayout.java77 final int screenWidth = displayMetrics.widthPixels; in onMeasure() local
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt240 val screenWidth = 300 in testBubbleBarExpandedViewHeightAndWidth_screenWidthTooSmall() constant
612 val screenWidth = expandedViewWidth * 2 in getExpandedViewContainerPadding_largeScreen_fitsMaxViewWidth() constant
652 val screenWidth = 500 in getExpandedViewContainerPadding_smallTablet() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DPerimeterPathGuide.java86 int edgeInset, int screenWidth, int screenHeight) { in PerimeterPathGuide()
205 int screenWidth = mDeviceWidthPx; in computeRegions() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderDrawable.java121 int screenWidth = hardwareConfig.getScreenWidth(); in renderImage() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/regionsampling/
DRegionSampler.kt242 val screenWidth = displaySize.x in convertBounds() constant
/frameworks/base/services/accessibility/java/com/android/server/accessibility/autoclick/
DAutoclickIndicatorView.java128 int screenWidth = displayMetrics.widthPixels; in onMeasure() local
DAutoclickTypePanel.java241 int screenWidth = mContext.getResources().getDisplayMetrics().widthPixels; in snapToNearestEdge() local
519 int screenWidth = mContext.getResources().getDisplayMetrics().widthPixels; in isValidPositionParts() local
/frameworks/base/packages/SettingsLib/IllustrationPreference/src/com/android/settingslib/widget/
DIllustrationPreference.java164 final int screenWidth = getContext().getResources().getDisplayMetrics().widthPixels; in onBindViewHolder() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/ui/viewmodel/
DSceneContainerSwipeDetectorTest.kt48 private val screenWidth = 800 constant in com.android.systemui.scene.ui.viewmodel.SceneContainerSwipeDetectorTest
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DExitDesktopTaskTransitionHandler.java173 final int screenWidth = metrics.widthPixels; in startChangeTransition() local
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/anc/ui/composable/
DAncButtonComponent.kt68 val screenWidth: Float = in Content() constant
/frameworks/base/tools/aapt2/test/
DBuilders.h264 ConfigDescriptionBuilder& setScreenWidth(uint16_t screenWidth) { in setScreenWidth()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/button/ui/composable/
DButtonComponent.kt69 val screenWidth: Float = in Content() constant
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DTransform.java113 public void setScreenWidth(double screenWidth) { in setScreenWidth()
DViewMatrix.java157 public void setScreenWidth(double screenWidth) { in setScreenWidth()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/
DScreenshotAnimationController.kt234 val screenWidth = view.resources.displayMetrics.widthPixels in <lambda>() constant
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSizeCompatTests.java2028 final int screenWidth = 1100; in testDefaultLetterboxAspectRatioForMultiWindowMode_fixedOrientationApp() local
2059 final int screenWidth = 1100; in testDefaultLetterboxAspectRatioForMultiWindowMode_fixedOrientationAppWithMinRatio() local
2139 assertTrue(originalScreenWidthDp < originalScreenHeighthDp); in testComputeConfigResourceOverrides_unresizableApp()
2148 assertEquals(originalScreenWidthDp, mActivity.getConfiguration().screenWidthDp); in testComputeConfigResourceOverrides_unresizableApp() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
DGesturePointerEventListener.kt63 var screenWidth = 0 in <lambda>() variable
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/wallpapers/domain/interactor/
DWallpaperFocalAreaInteractorTest.kt251 val screenWidth: Int, constant in com.android.systemui.wallpapers.domain.interactor.WallpaperFocalAreaInteractorTest.OverrideResources
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenMediaRecorder.java229 private int[] getSupportedSize(final int screenWidth, final int screenHeight, int refreshRate) in getSupportedSize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletCardCarousel.java141 int screenWidth = Math.min(metrics.widthPixels, metrics.heightPixels); in setExpectedViewWidth() local
/frameworks/base/services/core/java/com/android/server/wm/
DSystemGesturesPointerEventListener.java85 int screenWidth; field in SystemGesturesPointerEventListener

12