Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayArea.java105 Type.checkChild(mType, Type.typeOf(child)); in onChildPositionChanged()
117 Type.checkSiblings(Type.typeOf(top), Type.typeOf(bottom)); in onChildPositionChanged()
233 final Type childType = Type.typeOf(child); in findMaxPositionForChildDisplayArea()
235 if (Type.typeOf(getChildAt(i)) == childType) { in findMaxPositionForChildDisplayArea()
243 final Type childType = Type.typeOf(child); in findMinPositionForChildDisplayArea()
245 if (Type.typeOf(getChildAt(i)) == childType) { in findMinPositionForChildDisplayArea()
687 static Type typeOf(WindowContainer c) { in typeOf() method in DisplayArea.Type
691 return typeOf((WindowToken) c); in typeOf()
699 private static Type typeOf(WindowToken c) { in typeOf() method in DisplayArea.Type
/aosp12/hardware/google/pixel/pwrstats_util/
H A DPowerStatsCollector.cpp23 mStatProviders.emplace(p->typeOf(), std::move(p)); in addDataProvider()
106 if (typeOf() != start.power_stat_case()) { in get()
125 if (typeOf() != stat.power_stat_case()) { in dump()
H A DPowerStatsCollector.h38 virtual PowerStatCase typeOf() const = 0;
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayAreaTest.java39 import static com.android.server.wm.DisplayArea.Type.typeOf;
100 assertEquals(ABOVE_TASKS, typeOf(new DisplayArea<>(mWm, ABOVE_TASKS, "test"))); in testType_typeOf()
101 assertEquals(ANY, typeOf(new DisplayArea<>(mWm, ANY, "test"))); in testType_typeOf()
102 assertEquals(BELOW_TASKS, typeOf(new DisplayArea<>(mWm, BELOW_TASKS, "test"))); in testType_typeOf()
104 assertEquals(ABOVE_TASKS, typeOf(createWindowToken(TYPE_APPLICATION_OVERLAY))); in testType_typeOf()
105 assertEquals(ABOVE_TASKS, typeOf(createWindowToken(TYPE_PRESENTATION))); in testType_typeOf()
106 assertEquals(BELOW_TASKS, typeOf(createWindowToken(TYPE_WALLPAPER))); in testType_typeOf()
108 assertThrows(IllegalArgumentException.class, () -> typeOf(mock(ActivityRecord.class))); in testType_typeOf()
109 assertThrows(IllegalArgumentException.class, () -> typeOf(mock(WindowContainer.class))); in testType_typeOf()
/aosp12/hardware/google/pixel/pwrstats_util/dataproviders/
H A DPowerEntityResidencyDataProvider.h24 PowerStatCase typeOf() const override;
H A DRailEnergyDataProvider.h29 PowerStatCase typeOf() const override;
H A DPowerEntityResidencyDataProvider.cpp125 PowerStatCase PowerEntityResidencyDataProvider::typeOf() const { in typeOf() function in PowerEntityResidencyDataProvider
H A DRailEnergyDataProvider.cpp121 PowerStatCase RailEnergyDataProvider::typeOf() const { in typeOf() function in RailEnergyDataProvider
/aosp12/packages/apps/TV/libs/m2/
H A Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/frameworks/base/services/
H A Dart-profile45346 HSPLcom/android/server/wm/DisplayArea$Type;->typeOf(Lcom/android/server/wm/WindowContainer;)Lcom/an…
45347 HSPLcom/android/server/wm/DisplayArea$Type;->typeOf(Lcom/android/server/wm/WindowToken;)Lcom/androi…