Home
last modified time | relevance | path

Searched defs:heavy (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto43 optional int32 heavy = 4; field
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java809 final WindowProcessController heavy = mService.mHeavyWeightProcess; in resolveToHeavyWeightSwitcherIfNeeded() local
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java2721 public void cloneInto(Notification that, boolean heavy) { in cloneInto()