Home
last modified time | relevance | path

Searched defs:foreground (Results 1 – 25 of 63) sorted by relevance

123

/aosp14/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java390 private void threadFinished(boolean foreground) { in threadFinished()
445 void onInit(Context context, boolean foreground) { in onInit()
576 void onInit(Context context, boolean foreground) { in onInit()
601 void onInit(Context context, boolean foreground) { in onInit()
621 void onInit(Context context, boolean foreground) { in onInit()
666 void onInit(Context context, boolean foreground) { in onInit()
684 void onInit(Context context, boolean foreground) { in onInit()
702 void onInit(Context context, boolean foreground) { in onInit()
724 void onInit(Context context, boolean foreground) { in onInit()
746 void onInit(Context context, boolean foreground) { in onInit()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/location/injector/
H A DAppForegroundHelper.java38 void onAppForegroundChanged(int uid, boolean foreground); in onAppForegroundChanged()
69 protected final void notifyAppForeground(int uid, boolean foreground) { in notifyAppForeground()
H A DLocationUsageLogger.java54 boolean hasIntent, Geofence geofence, boolean foreground) { in logLocationApiUsage()
208 private static int categorizeActivityImportance(boolean foreground) { in categorizeActivityImportance()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/test_bundle/thumbnailTest/entry/src/main/resources/base/media/
H A Dlayered_image.json4 "foreground" : "$media:icon" string
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DContrastColorUtilTest.java179 public static void assertContrastIsWithinRange(int foreground, int background, in assertContrastIsWithinRange()
185 public static void assertContrastIsAtLeast(int foreground, int background, double minContrast) { in assertContrastIsAtLeast()
195 public static void assertContrastIsAtMost(int foreground, int background, double maxContrast) { in assertContrastIsAtMost()
/aosp14/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
H A DAdaptiveIcon.java47 public AdaptiveIcon(Context context, Drawable foreground) { in AdaptiveIcon()
51 public AdaptiveIcon(Context context, Drawable foreground, int insetResId) { in AdaptiveIcon()
/aosp14/frameworks/base/core/java/android/app/
H A DServiceStartNotAllowedException.java35 public static ServiceStartNotAllowedException newInstance(boolean foreground, in newInstance()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
H A DFakeAppForegroundHelper.java33 public void setAppForeground(int uid, boolean foreground) { in setAppForeground()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dimage_filter.cpp64 …std::shared_ptr<ImageFilter> background, std::shared_ptr<ImageFilter> foreground, const Rect& crop… in ImageFilter()
136 std::shared_ptr<ImageFilter> foreground, const Rect& cropRect) in CreateArithmeticImageFilter()
159 …std::shared_ptr<ImageFilter> background, std::shared_ptr<ImageFilter> foreground, const Rect& crop… in CreateBlendImageFilter()
165 std::shared_ptr<ImageFilter> foreground, const Rect& cropRect) noexcept in ImageFilter()
/aosp14/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java50 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors()
96 public static double calculateContrast(@ColorInt int foreground, @ColorInt int background) { in calculateContrast()
123 public static int calculateMinimumBackgroundAlpha(@ColorInt int foreground, in calculateMinimumBackgroundAlpha()
148 public static int calculateMinimumAlpha(@ColorInt int foreground, @ColorInt int background, in calculateMinimumAlpha()
180 private static int binaryAlphaSearch(@ColorInt int foreground, @ColorInt int background, in binaryAlphaSearch()
696 double calculateContrast(int foreground, int background, int alpha); in calculateContrast()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DCpuPowerCalculatorTest.java368 final BatteryConsumer.Key foreground = uidConsumer1.getKey( in testTimerBasedModel_byProcessState() local
475 final BatteryConsumer.Key foreground = uidConsumer1.getKey( in testMeasuredEnergyBasedModel_perProcessState() local
H A DWifiPowerCalculatorTest.java175 final BatteryConsumer.Key foreground = uidConsumer.getKey( in testPowerControllerBasedModel_powerProfile_byProcessState() local
263 final BatteryConsumer.Key foreground = uidConsumer.getKey( in testPowerControllerBasedModel_measured_byProcessState() local
H A DBluetoothPowerCalculatorTest.java141 final BatteryConsumer.Key foreground = uidConsumer.getKey( in testTimerBasedModel_byProcessState() local
261 final BatteryConsumer.Key foreground = uidConsumer.getKey( in testMeasuredEnergyBasedModel_byProcessState() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dnotifier_mgr.h36 bool foreground = true; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/bundle_resource/
H A Dlauncher_ability_resource_info.h33 std::vector<uint8_t> foreground; member
H A Dbundle_resource_info.h44 std::vector<uint8_t> foreground; member
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_image_filter.h60 std::shared_ptr<TestingImageFilter> foreground) in CreateArithmeticImageFilter()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.cpp322 …auto foreground = Media::ImageSource::CreateImageSource(foregroundInfo.first.get(), foregroundInfo… in InitLayeredParam() local
456 bool LayeredDrawableDescriptor::GetLayeredIconParm(std::shared_ptr<Rosen::Drawing::Bitmap>& foregro… in GetLayeredIconParm()
507 …d LayeredDrawableDescriptor::CompositeIconAdaptive(std::shared_ptr<Rosen::Drawing::Bitmap>& foregr… in CompositeIconAdaptive()
553 const std::shared_ptr<Rosen::Drawing::Bitmap>& foreground) in BlendForeground()
579 …ayeredDrawableDescriptor::CompositeIconNotAdaptive(std::shared_ptr<Rosen::Drawing::Bitmap>& foregr… in CompositeIconNotAdaptive()
647 std::shared_ptr<Rosen::Drawing::Bitmap> foreground; in CreatePixelMap() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/
H A Dbundle_resource_drawable_utils.cpp45 const std::vector<uint8_t> &foreground, const std::vector<uint8_t> &background) in ConvertToDrawableDescriptor()
/aosp14/frameworks/base/libs/androidfw/tests/data/system/
H A DR.h28 foreground = 0x01010001, // default enumerator
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_abstract_progress_unit_test.cpp27 const char* foreground = "D:/"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_modifier.h65const ImageSourceInfo& foreground, const ImageSourceInfo& secondary, const ImageSourceInfo& backgr… in UpdateImageSourceInfo()
72 bool JudgeImageSourceInfo(const ImageSourceInfo& foreground, const ImageSourceInfo& secondary, in JudgeImageSourceInfo()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H A Dtrace_collector.h36 int32_t foreground; // app foreground member
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssListenerMultiplexer.java160 boolean onForegroundChanged(int uid, boolean foreground) { in onForegroundChanged()
426 private void onAppForegroundChanged(int uid, boolean foreground) { in onAppForegroundChanged()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_image_filter.cpp116 sk_sp<SkImageFilter> foreground = nullptr; in InitWithArithmetic() local
188 std::shared_ptr<ImageFilter> background, std::shared_ptr<ImageFilter> foreground) in InitWithBlend()

123