Home
last modified time | relevance | path

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

12345678910>>...53

/aosp_15_r20/external/libchrome/base/memory/
H A Dweak_ptr_unittest.cc427 BackgroundThread background; in TEST() local
458 BackgroundThread background; in TEST() local
486 BackgroundThread background; in TEST() local
513 BackgroundThread background; in TEST() local
531 BackgroundThread background; in TEST() local
551 BackgroundThread background; in TEST() local
572 BackgroundThread background; in TEST() local
586 BackgroundThread background; in TEST() local
600 BackgroundThread background; in TEST() local
610 BackgroundThread background; in TEST() local
[all …]
/aosp_15_r20/external/cronet/base/memory/
H A Dweak_ptr_unittest.cc580 BackgroundThread background; in TEST() local
611 BackgroundThread background; in TEST() local
639 BackgroundThread background; in TEST() local
666 BackgroundThread background; in TEST() local
684 BackgroundThread background; in TEST() local
704 BackgroundThread background; in TEST() local
725 BackgroundThread background; in TEST() local
739 BackgroundThread background; in TEST() local
753 BackgroundThread background; in TEST() local
804 BackgroundThread background; in TEST() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/model/
H A DColorsModel.kt28 fun background(context: Context): ColorStateList in background() method
35 override fun background(context: Context): ColorStateList = in background() method
47 override fun background(context: Context): ColorStateList = in background() method in com.android.systemui.statusbar.chips.ui.model.ColorsModel.Custom
62 override fun background(context: Context): ColorStateList { in background() method
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dwebbrowser.py210 background = False variable in UnixBrowser
292 background = True variable in Mozilla
303 background = True variable in Netscape
313 background = True variable in Galeon
323 background = True variable in Chrome
335 background = True variable in Opera
345 background = False variable in Elinks
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dwebbrowser.py210 background = False variable in UnixBrowser
292 background = True variable in Mozilla
303 background = True variable in Netscape
313 background = True variable in Galeon
323 background = True variable in Chrome
335 background = True variable in Opera
345 background = False variable in Elinks
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dwebbrowser.py210 background = False variable in UnixBrowser
292 background = True variable in Mozilla
303 background = True variable in Netscape
313 background = True variable in Galeon
323 background = True variable in Chrome
335 background = True variable in Opera
345 background = False variable in Elinks
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dwebbrowser.py210 background = False variable in UnixBrowser
292 background = True variable in Mozilla
303 background = True variable in Netscape
313 background = True variable in Galeon
323 background = True variable in Chrome
335 background = True variable in Opera
345 background = False variable in Elinks
/aosp_15_r20/external/python/cpython3/Lib/
Dwebbrowser.py210 background = False variable in UnixBrowser
292 background = True variable in Mozilla
303 background = True variable in Netscape
313 background = True variable in Galeon
323 background = True variable in Chrome
335 background = True variable in Opera
345 background = False variable in Elinks
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dwebbrowser.py210 background = False variable in UnixBrowser
292 background = True variable in Mozilla
303 background = True variable in Netscape
313 background = True variable in Galeon
323 background = True variable in Chrome
335 background = True variable in Opera
345 background = False variable in Elinks
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DResizeVeil.kt191 val background = backgroundSurface in showVeil() constant
263 val background = backgroundSurface in updateTransactionWithShowVeil() constant
362 val background = backgroundSurface in hideVeil() constant
409 backgroundSurface?.let { background -> t.remove(background) } in dispose() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/chips/ui/model/
DColorsModel.java19 … public abstract android.content.res.ColorStateList background(@org.jetbrains.annotations.NotNull() in background() method
47 public android.content.res.ColorStateList background(@org.jetbrains.annotations.NotNull() in background() method in ColorsModel.Custom
99 public android.content.res.ColorStateList background(@org.jetbrains.annotations.NotNull() in background() method in ColorsModel.Red
142 public android.content.res.ColorStateList background(@org.jetbrains.annotations.NotNull() in background() method in ColorsModel.Themed
/aosp_15_r20/external/python/cpython2/Lib/
Dwebbrowser.py212 background = False variable in UnixBrowser
292 background = True variable in Mozilla
304 background = True variable in Galeon
314 background = True variable in Chrome
326 background = True variable in Opera
336 background = False variable in Elinks
/aosp_15_r20/external/autotest/docs/
H A Dwifi-basics-codelab.md254 ##### Authentication and Association
266 ##### Class 1 frames
287 ##### Class 2 frames
295 ##### Class 3 frames
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DContrastColorUtilTest.java132 int background = 0xFFFF0101; // Slightly lighter red in testBuilder_ensureColorSpanContrast_partialLength_adjusted() local
187 public static void assertContrastIsWithinRange(int foreground, int background, in assertContrastIsWithinRange()
193 public static void assertContrastIsAtLeast(int foreground, int background, double minContrast) { in assertContrastIsAtLeast()
203 public static void assertContrastIsAtMost(int foreground, int background, double maxContrast) { in assertContrastIsAtMost()
/aosp_15_r20/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/data/repository/
DWeatherEffectsRepository.kt63 val background = bgBitmap!! in <lambda>() constant
132 val background = _wallpaperImage.value?.background in <lambda>() constant
/aosp_15_r20/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java51 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors()
97 public static double calculateContrast(@ColorInt int foreground, @ColorInt int background) { in calculateContrast()
125 @ColorInt int background, float minContrastRatio) { in calculateMinimumBackgroundAlpha()
149 public static int calculateMinimumAlpha(@ColorInt int foreground, @ColorInt int background, in calculateMinimumAlpha()
181 private static int binaryAlphaSearch(@ColorInt int foreground, @ColorInt int background, in binaryAlphaSearch()
697 double calculateContrast(int foreground, int background, int alpha); in calculateContrast()
/aosp_15_r20/cts/tests/tests/systemui/src/android/systemui/cts/
H A DLightBarTests.java334 private void requestLightBars(final int background) { in requestLightBars()
368 private Stats evaluateLightBarBitmap(Bitmap bitmap, int background, int shiftY) { in evaluateLightBarBitmap()
388 private Stats evaluateDarkBarBitmap(Bitmap bitmap, int background, int shiftY) { in evaluateDarkBarBitmap()
392 private Stats evaluateBarBitmap(Bitmap bitmap, int background, int shiftY, int iconColor, in evaluateBarBitmap()
456 private int mixSrcOver(int background, int foreground) { in mixSrcOver()
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DSystemPaletteTest.kt161 val background = palette[shadeToArrayIndex(shades.first)] in <lambda>() constant
697 mBgGroups.forEach { background -> in <lambda>() method
720 val background = mContext.getColor(bgRes) in <lambda>() constant
746 val background = context.getColor(bgRes) in <lambda>() constant
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowThemeTest.java46 ColorDrawable background = (ColorDrawable) theButton.getBackground(); in whenExplicitlySetOnActivity_afterSetContentView_activityGetsThemeFromActivityInManifest() local
59 ColorDrawable background = (ColorDrawable) theButton.getBackground(); in whenExplicitlySetOnActivity_beforeSetContentView_activityUsesNewTheme() local
70 ColorDrawable background = (ColorDrawable) theButton.getBackground(); in whenSetOnActivityInManifest_activityGetsThemeFromActivityInManifest() local
80 ColorDrawable background = (ColorDrawable) theButton.getBackground(); in whenNotSetOnActivityInManifest_activityGetsThemeFromApplicationInManifest() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/shared/model/
DMediaAction.java23 private final android.graphics.drawable.Drawable background = null; field in MediaAction
31 android.graphics.drawable.Drawable background, @org.jetbrains.annotations.Nullable() in MediaAction()
91 android.graphics.drawable.Drawable background, @org.jetbrains.annotations.Nullable() in copy()
/aosp_15_r20/external/skia/src/effects/imagefilters/
H A DSkBlendImageFilter.cpp100 sk_sp<SkImageFilter> background, in make_blend()
135 sk_sp<SkImageFilter> background, in Blend()
145 sk_sp<SkImageFilter> background, in Blend()
156 sk_sp<SkImageFilter> background, in Arithmetic()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/
DDualToneHandler.java81 private final int background = 0; field in DualToneHandler.Color
84 public Color(int single, int background, int fill) { in Color()
113 …public final com.android.systemui.DualToneHandler.Color copy(int single, int background, int fill)… in copy()
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dsynchronized_allocator_test.cc160 Background background(synchronized); in TestGetCapacity() local
179 Background background(synchronized); in TestAllocate() local
209 Background background(synchronized); in TestResize() local
256 Background background(synchronized); in TestReallocate() local
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/
DAnimatorUtils.kt53 var background = view.background in <lambda>() variable
76 var background = view.background in <lambda>() variable
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/bluetooth/qsdialog/
DDeviceItem.java19 private final java.lang.Integer background = null; field in DeviceItem
30 …ics.drawable.Drawable, java.lang.String> iconWithDescription, @org.jetbrains.annotations.Nullable() in DeviceItem()
138 …ics.drawable.Drawable, java.lang.String> iconWithDescription, @org.jetbrains.annotations.Nullable() in copy()

12345678910>>...53