Searched refs:defaultWidth (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/ |
D | PhoneSizeSpecSource.kt | 181 val defaultWidth = Math.max(Math.round(maxSize.width * mPreferredDefaultSizePercent), in getDefaultSize() constant 183 val defaultHeight = Math.round(defaultWidth / aspectRatio) in getDefaultSize() 184 return Size(defaultWidth, defaultHeight) in getDefaultSize()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LaunchParamsUtil.java | 210 final int defaultWidth = stableBounds.width(); in calculateLayoutBounds() local 222 if (windowLayout.width > 0 && windowLayout.width < defaultWidth) { in calculateLayoutBounds() 225 width = (int) (defaultWidth * windowLayout.widthFraction); in calculateLayoutBounds()
|
/frameworks/base/core/java/android/inputmethodservice/ |
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()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
D | PeopleTileViewHelper.java | 237 int defaultWidth = getSizeInDp(context, R.dimen.default_width, density); in getWidgetSizes() local 241 int portraitWidth = options.getInt(OPTION_APPWIDGET_MIN_WIDTH, defaultWidth); in getWidgetSizes() 245 int landscapeWidth = options.getInt(OPTION_APPWIDGET_MAX_WIDTH, defaultWidth); in getWidgetSizes()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 694 field public static final int defaultWidth = 16844020; // 0x10104f4 20941 field @Deprecated public int defaultWidth;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13620 field public int defaultWidth;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 75045 Lcom/android/internal/R$attr;->defaultWidth:I
|