Home
last modified time | relevance | path

Searched refs:Dimensions (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
H A DShadeScene.kt60 object Dimensions { regex
67 topStart = Dimensions.ScrimCornerSize,
68 topEnd = Dimensions.ScrimCornerSize,
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryConsumer.java207 public static final class Dimensions { class in BatteryConsumer
211 public Dimensions(int powerComponent, int processState) { in Dimensions() method in BatteryConsumer.Dimensions
238 public static final Dimensions UNSPECIFIED_DIMENSIONS =
239 new Dimensions(POWER_COMPONENT_ANY, PROCESS_STATE_ANY);
327 public double getConsumedPower(Dimensions dimensions) { in getConsumedPower()
H A DUidBatteryConsumer.java133 Dimensions dimensions = new Dimensions(POWER_COMPONENT_ANY, processState); in appendProcessStateData()
H A DPowerComponents.java56 public double getConsumedPower(@NonNull BatteryConsumer.Dimensions dimensions) { in getConsumedPower()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppBatteryTracker.java55 import android.os.BatteryConsumer.Dimensions;
911 static final Dimensions[] BATT_DIMENS = new Dimensions[] {
912 new Dimensions(AppBatteryPolicy.DEFAULT_BG_CURRENT_DRAIN_POWER_COMPONENTS,
914 new Dimensions(AppBatteryPolicy.DEFAULT_BG_CURRENT_DRAIN_POWER_COMPONENTS,
916 new Dimensions(AppBatteryPolicy.DEFAULT_BG_CURRENT_DRAIN_POWER_COMPONENTS,
918 new Dimensions(AppBatteryPolicy.DEFAULT_BG_CURRENT_DRAIN_POWER_COMPONENTS,
920 new Dimensions(AppBatteryPolicy.DEFAULT_BG_CURRENT_DRAIN_POWER_COMPONENTS,
951 final Dimensions[] dims = policy.mBatteryDimensions; in BatteryUsage()
1105 final Dimensions dimens) { in getConsumedPowerNoThrow()
1470 volatile Dimensions[] mBatteryDimensions;
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryUsageStatsTest.java536 new BatteryConsumer.Dimensions(POWER_COMPONENT_ANY, in assertUidBatteryConsumer()
540 new BatteryConsumer.Dimensions(POWER_COMPONENT_ANY, in assertUidBatteryConsumer()
544 new BatteryConsumer.Dimensions(POWER_COMPONENT_ANY, in assertUidBatteryConsumer()
548 new BatteryConsumer.Dimensions(POWER_COMPONENT_ANY, in assertUidBatteryConsumer()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes5788 android.os.BatteryConsumer$Dimensions
13933 [Landroid.os.BatteryConsumer$Dimensions;
H A Dboot-image-profile.txt28575 Landroid/os/BatteryConsumer$Dimensions;
36742 [Landroid/os/BatteryConsumer$Dimensions;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes5792 android.os.BatteryConsumer$Dimensions
16925 [Landroid.os.BatteryConsumer$Dimensions;
H A Dboot-image-profile.txt38682 Landroid/os/BatteryConsumer$Dimensions;
49842 [Landroid/os/BatteryConsumer$Dimensions;
/aosp14/frameworks/base/services/
H A Dart-profile1133 …owerNoThrow(Landroid/os/UidBatteryConsumer;Landroid/os/BatteryConsumer$Dimensions;)D+]Landroid/os/…