/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayArea.java | 105 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 D | PowerStatsCollector.cpp | 23 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 D | PowerStatsCollector.h | 38 virtual PowerStatCase typeOf() const = 0;
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayAreaTest.java | 39 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 D | PowerEntityResidencyDataProvider.h | 24 PowerStatCase typeOf() const override;
|
H A D | RailEnergyDataProvider.h | 29 PowerStatCase typeOf() const override;
|
H A D | PowerEntityResidencyDataProvider.cpp | 125 PowerStatCase PowerEntityResidencyDataProvider::typeOf() const { in typeOf() function in PowerEntityResidencyDataProvider
|
H A D | RailEnergyDataProvider.cpp | 121 PowerStatCase RailEnergyDataProvider::typeOf() const { in typeOf() function in RailEnergyDataProvider
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | javac-shaded-9-dev-r4023-3.jar | org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class
LoggingOutputStream.java
package ... |
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/frameworks/base/services/ |
H A D | art-profile | 45346 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…
|