Searched refs:defaultWidth (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
H A D | PhoneSizeSpecSource.kt | 131 val defaultWidth = Math.max(Math.round(maxSize.width * mDefaultSizePercent), regex 133 val defaultHeight = Math.round(defaultWidth / aspectRatio) 134 return Size(defaultWidth, defaultHeight)
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | Keyboard.java | 173 public int defaultWidth; field in Keyboard.Row 202 defaultWidth = getDimensionOrFraction(a, in Row() 328 width = parent.defaultWidth; in Key() 353 keyboard.mDisplayWidth, parent.defaultWidth); in Key() 607 row.defaultWidth = mDefaultWidth; in Keyboard()
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
H A D | WallpaperCropActivity.java | 252 final int defaultWidth, defaultHeight; in getDefaultWallpaperSize() local 254 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim)); in getDefaultWallpaperSize() 257 defaultWidth = Math.max((int) (minDim * WALLPAPER_SCREENS_SPAN), maxDim); in getDefaultWallpaperSize() 260 sDefaultWallpaperSize = new Point(defaultWidth, defaultHeight); in getDefaultWallpaperSize()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskLaunchParamsModifier.java | 608 final int defaultWidth = stableBounds.width(); in getLayoutBounds() local 626 width = defaultWidth; in getLayoutBounds() 627 if (windowLayout.width > 0 && windowLayout.width < defaultWidth) { in getLayoutBounds() 667 final int xOffset = (int) (fractionOfHorizontalOffset * (defaultWidth - width)); in getLayoutBounds()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | PeopleTileViewHelper.java | 231 int defaultWidth = getSizeInDp(context, R.dimen.default_width, density); in getWidgetSizes() local 235 int portraitWidth = options.getInt(OPTION_APPWIDGET_MIN_WIDTH, defaultWidth); in getWidgetSizes() 239 int landscapeWidth = options.getInt(OPTION_APPWIDGET_MAX_WIDTH, defaultWidth); in getWidgetSizes()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 673 field public static final int defaultWidth = 16844020; // 0x10104f4 20206 field @Deprecated public int defaultWidth;
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 75688 Lcom/android/internal/R$attr;->defaultWidth:I
|