Searched refs:onFindViewById (Results 1 – 9 of 9) sorted by relevance
38 public abstract <T extends View> T onFindViewById(@IdRes int id); in onFindViewById() method in FragmentContainer
216 public <T extends View> T onFindViewById(int id) { in onFindViewById() method in FragmentHostCallback
197 sceneRoot = fragmentManager.mContainer.onFindViewById(containerId); in configureTransitionsReordered()269 sceneRoot = fragmentManager.mContainer.onFindViewById(containerId); in configureTransitionsOrdered()
2471 public <T extends View> T onFindViewById(int id) {
1287 container = mContainer.onFindViewById(f.mContainerId); in moveToState()
9986 public <T extends View> T onFindViewById(int id) { in onFindViewById() method in Activity.HostCallbacks
254 public View onFindViewById(int id) { in onFindViewById() method in BaseFragmentTest.HostCallbacks
301 public <T extends View> T onFindViewById(int id) { in onFindViewById() method in FragmentHostManager.HostCallbacks
5970 …method @Deprecated @Nullable public abstract <T extends android.view.View> T onFindViewById(@IdRes…6021 method @Deprecated @Nullable public <T extends android.view.View> T onFindViewById(int);