Home
last modified time | relevance | path

Searched defs:onFindViewById (Results 1 – 10 of 10) sorted by relevance

/frameworks/support/fragment/src/main/java/androidx/fragment/app/
DFragmentContainer.java36 public abstract View onFindViewById(@IdRes int id); in onFindViewById() method in FragmentContainer
DFragmentHostCallback.java179 public View onFindViewById(int id) { in onFindViewById() method in FragmentHostCallback
DFragmentActivity.java1024 public View onFindViewById(int id) { in onFindViewById() method in FragmentActivity.HostCallbacks
/frameworks/base/core/java/android/app/
DFragmentContainer.java38 public abstract <T extends View> T onFindViewById(@IdRes int id); in onFindViewById() method in FragmentContainer
DFragmentHostCallback.java214 public <T extends View> T onFindViewById(int id) { in onFindViewById() method in FragmentHostCallback
DActivity.java7984 public <T extends View> T onFindViewById(int id) { in onFindViewById() method in Activity.HostCallbacks
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
DHostCallbacks.java36 public View onFindViewById(int id) { in onFindViewById() method in HostCallbacks
DFragmentLifecycleTest.java1477 public View onFindViewById(int id) { in onFindViewById() method in FragmentLifecycleTest.HostCallbacks
/frameworks/base/tests/testables/src/android/testing/
DBaseFragmentTest.java239 public View onFindViewById(int id) { in onFindViewById() method in BaseFragmentTest.HostCallbacks
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
DFragmentHostManager.java256 public <T extends View> T onFindViewById(int id) { in onFindViewById() method in FragmentHostManager.HostCallbacks