Searched refs:mSelectRootForWindowFunc (Results 1 – 2 of 2) sorted by relevance
160 @Nullable private BiFunction<Integer, Bundle, RootDisplayArea> mSelectRootForWindowFunc; field in DisplayAreaPolicyBuilder186 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.Result802 mSelectRootForWindowFunc = selectRootForWindowFunc; in Result()826 return mSelectRootForWindowFunc.apply(token.windowType, token.mOptions) in findAreaForToken()833 return mSelectRootForWindowFunc.apply(type, options).findAreaForWindowTypeInLayer(type, in findAreaForWindowType()
233 .mSelectRootForWindowFunc; in testWindowAttachedWithOptions()