Home
last modified time | relevance | path

Searched refs:backgroundType (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxConfiguration.java261 void setLetterboxBackgroundType(@LetterboxBackgroundType int backgroundType) { in setLetterboxBackgroundType() argument
262 mLetterboxBackgroundType = backgroundType; in setLetterboxBackgroundType()
275 @LetterboxBackgroundType int backgroundType) { in letterboxBackgroundTypeToString()
276 switch (backgroundType) { in letterboxBackgroundTypeToString()
286 return "unknown=" + backgroundType; in letterboxBackgroundTypeToString()
292 int backgroundType = context.getResources().getInteger( in readLetterboxBackgroundTypeFromConfig() local
294 return backgroundType == LETTERBOX_BACKGROUND_SOLID_COLOR in readLetterboxBackgroundTypeFromConfig()
295 || backgroundType == LETTERBOX_BACKGROUND_APP_COLOR_BACKGROUND in readLetterboxBackgroundTypeFromConfig()
296 || backgroundType == LETTERBOX_BACKGROUND_APP_COLOR_BACKGROUND_FLOATING in readLetterboxBackgroundTypeFromConfig()
297 || backgroundType == LETTERBOX_BACKGROUND_WALLPAPER in readLetterboxBackgroundTypeFromConfig()
[all …]
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java216 final int labelFlags, final int backgroundType, final int x, final int y, in Key() argument
224 mBackgroundType = backgroundType; in Key()
549 private static String backgroundName(final int backgroundType) { in backgroundName() argument
550 switch (backgroundType) { in backgroundName()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardBuilder.java453 final int backgroundType = row.getDefaultBackgroundType(); in parseGridRows() local
459 null /* hintLabel */, labelFlags, backgroundType, x, y, width, height, in parseGridRows()