Home
last modified time | relevance | path

Searched defs:background (Results 1 – 25 of 37) sorted by relevance

12

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsQuickstep.java203 final Background background = getAndAssertBackground(); in testBackground() local
211 final Background background = mLauncher.getBackground(); in getAndAssertBackground() local
246 Background background = getAndAssertBackground(); in testQuickSwitchFromApp() local
DViewInflationDuringSwipeUp.java214 Background background = mLauncher.getBackground(); in executeSwipeUpTestWithWidget() local
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDetailsViewBackgroundHelper.java37 LoadBackgroundRunnable(Drawable background) { in LoadBackgroundRunnable()
64 public void setBackground(Drawable background) { in setBackground()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DRoundedCornerEnforcement.java70 public static boolean hasAppWidgetOptedOut(@NonNull View appWidget, @NonNull View background) { in hasAppWidgetOptedOut()
88 public static void computeRoundedRectangle(@NonNull View appWidget, @NonNull View background, in computeRoundedRectangle()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyPreviewView.java80 final Drawable background = getBackground(); in setTextAndScaleX() local
132 final Drawable background = getBackground(); in setPreviewBackground() local
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutView.java80 public void setBackground(Drawable background) { in setBackground()
98 GradientDrawable background = (GradientDrawable) getBackground(); in tryUpdateTextBackground() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DViews.java54 public static void setBackground(View testView, Drawable background) { in setBackground()
/packages/apps/DeskClock/src/com/android/deskclock/
DAnimatorUtils.kt53 var background = view.background in <lambda>() variable
76 var background = view.background in <lambda>() variable
/packages/apps/TV/src/com/android/tv/dvr/ui/
DFadeBackground.java56 Drawable background = endValues.view.getBackground(); in createAnimator() local
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
DFanSpeedBar.java182 GradientDrawable background = (GradientDrawable) mMaxButton.getBackground(); in setMaxButtonEnabled() local
194 GradientDrawable background = (GradientDrawable) mOffButton.getBackground(); in setOffButtonEnabled() local
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/
DTopLevelIconTest.java60 GradientDrawable background = mock(GradientDrawable.class); in setBackgroundColor_shouldUpdateTintList() local
/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DIoStatsEntry.java77 public final IoStatsEntry.Metrics background; field in IoStatsEntry
80 long runtimeMillis, IoStatsEntry.Metrics foreground, IoStatsEntry.Metrics background) { in IoStatsEntry()
DIoStats.java189 IoStatsEntry.Metrics background = getBackgroundTotals(); in getTotals() local
/packages/apps/Car/Radio/src/com/android/car/radio/widget/
DPlayPauseButton.java128 Drawable background = getBackground(); in onCreateDrawableState() local
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationInfo.java119 public Drawable getIconForBackground(Context context, int background) { in getIconForBackground()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java288 final Drawable background = getBackground(); in onDrawKeyboard() local
338 final Drawable background = key.selectBackgroundDrawable( in onDrawKey() local
351 @Nonnull final Drawable background) { in onDrawKeyBackground()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DSmsBottomSheetFragment.java97 Drawable background = typedArray.getDrawable(0); in newTextViewItem() local
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconPalette.java68 public static int resolveContrastColor(Context context, int color, int background) { in resolveContrastColor()
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationSbnViewHolder.java75 void setIconBackground(Drawable background) { in setIconBackground()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/livedatatypes/
DLightAppPermGroup.kt85 val background = AppPermSubGroup(permissions.filter { it.key in backgroundPermNames }, in <lambda>() constant
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DFolderAdaptiveIcon.java142 ShiftedBitmapDrawable background = new ShiftedBitmapDrawable(bgBitmap, 0, 0); in createDrawableOnUiThread() local
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DAnimatedTemperatureView.java131 ImageView background = new ImageView(context); in AnimatedTemperatureView() local
/packages/apps/DocumentsUI/src/com/android/documentsui/
DItemDragListener.java103 Drawable background = v.getBackground(); in handleLocationEvent() local
/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
DThemeComponentOption.java483 Drawable background = shapeDrawable.getConstantState().newDrawable(); in ShapeOption() local
497 Drawable background = mShape.getDrawable(0); in bindThumbnailTile() local
/packages/services/Car/tools/ioanalyze/
Danalyzer.py121 def plot(self, foreground=True, background=True, total=True): argument

12