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