Home
last modified time | relevance | path

Searched refs:onFindViewById (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/app/
DFragmentContainer.java38 public abstract <T extends View> T onFindViewById(@IdRes int id); in onFindViewById() method in FragmentContainer
DFragmentHostCallback.java216 public <T extends View> T onFindViewById(int id) { in onFindViewById() method in FragmentHostCallback
DFragmentTransition.java197 sceneRoot = fragmentManager.mContainer.onFindViewById(containerId); in configureTransitionsReordered()
269 sceneRoot = fragmentManager.mContainer.onFindViewById(containerId); in configureTransitionsOrdered()
DFragment.java2495 public <T extends View> T onFindViewById(int id) {
DFragmentManager.java1287 container = mContainer.onFindViewById(f.mContainerId); in moveToState()
DActivity.java8687 public <T extends View> T onFindViewById(int id) { in onFindViewById() method in Activity.HostCallbacks
/frameworks/base/tests/testables/src/android/testing/
DBaseFragmentTest.java254 public View onFindViewById(int id) { in onFindViewById() method in BaseFragmentTest.HostCallbacks
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNavigationBarFragmentTest.java243 public View onFindViewById(int id) { in onFindViewById() method in NavigationBarFragmentTest.HostCallbacksForExternalDisplay
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
DFragmentHostManager.java275 public <T extends View> T onFindViewById(int id) { in onFindViewById() method in FragmentHostManager.HostCallbacks
/frameworks/base/non-updatable-api/
Dcurrent.txt4856 …method @Deprecated @Nullable public abstract <T extends android.view.View> T onFindViewById(@IdRes…
4907 method @Deprecated @Nullable public <T extends android.view.View> T onFindViewById(int);
/frameworks/base/api/
Dcurrent.txt4856 …method @Deprecated @Nullable public abstract <T extends android.view.View> T onFindViewById(@IdRes…
4907 method @Deprecated @Nullable public <T extends android.view.View> T onFindViewById(int);
/frameworks/base/config/
Dboot-image-profile.txt450 HSPLandroid/app/Activity$HostCallbacks;->onFindViewById(I)Landroid/view/View;