Home
last modified time | relevance | path

Searched refs:mSelectRootForWindowFunc (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayAreaPolicyBuilder.java160 @Nullable private BiFunction<Integer, Bundle, RootDisplayArea> mSelectRootForWindowFunc; field in DisplayAreaPolicyBuilder
186 mSelectRootForWindowFunc = selectRootForWindowFunc; in setSelectRootForWindowFunc()
344 if (mSelectRootForWindowFunc == null) { in build()
345 mSelectRootForWindowFunc = new DefaultSelectRootForWindowFunction( in build()
349 mSelectRootForWindowFunc, mSelectTaskDisplayAreaFunc); in build()
792 final BiFunction<Integer, Bundle, RootDisplayArea> mSelectRootForWindowFunc; field in DisplayAreaPolicyBuilder.Result
802 mSelectRootForWindowFunc = selectRootForWindowFunc; in Result()
826 return mSelectRootForWindowFunc.apply(token.windowType, token.mOptions) in findAreaForToken()
833 return mSelectRootForWindowFunc.apply(type, options).findAreaForWindowTypeInLayer(type, in findAreaForWindowType()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTokenTests.java233 .mSelectRootForWindowFunc; in testWindowAttachedWithOptions()