Searched refs:findAreaForWindowType (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayAreaPolicy.java | 78 public abstract DisplayArea.Tokens findAreaForWindowType(int type, Bundle options, in findAreaForWindowType() method in DisplayAreaPolicy
|
H A D | DisplayAreaPolicyBuilder.java | 831 public DisplayArea.Tokens findAreaForWindowType(int type, Bundle options, in findAreaForWindowType() method in DisplayAreaPolicyBuilder.Result
|
H A D | DisplayContent.java | 7025 DisplayArea findAreaForWindowType(int windowType, Bundle options, in findAreaForWindowType() method 7036 return mDisplayAreaPolicy.findAreaForWindowType(windowType, options, in findAreaForWindowType() 7054 return findAreaForWindowType(windowToken.getWindowType(), windowToken.mOptions, in findAreaForToken()
|
H A D | WindowManagerService.java | 2755 final DisplayArea<?> da = dc.findAreaForWindowType(type, options, in attachWindowContextToDisplayArea()
|