Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayAreaPolicyBuilder.java150 @Nullable private BiFunction<Integer, Bundle, RootDisplayArea> mSelectRootForWindowFunc; field in DisplayAreaPolicyBuilder
174 mSelectRootForWindowFunc = selectRootForWindowFunc; in setSelectRootForWindowFunc()
321 if (mSelectRootForWindowFunc == null) { in build()
322 mSelectRootForWindowFunc = new DefaultSelectRootForWindowFunction( in build()
326 mSelectRootForWindowFunc); in build()
724 final BiFunction<Integer, Bundle, RootDisplayArea> mSelectRootForWindowFunc; field in DisplayAreaPolicyBuilder.Result
732 mSelectRootForWindowFunc = selectRootForWindowFunc; in Result()
753 return mSelectRootForWindowFunc.apply(token.windowType, token.mOptions) in findAreaForToken()
760 return mSelectRootForWindowFunc.apply(type, options).findAreaForWindowTypeInLayer(type, in findAreaForWindowType()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTokenTests.java218 .mSelectRootForWindowFunc; in testWindowAttachedWithOptions()