Home
last modified time | relevance | path

Searched refs:onFindViewById (Results 1 – 10 of 10) 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.java2471 public <T extends View> T onFindViewById(int id) {
DFragmentManager.java1287 container = mContainer.onFindViewById(f.mContainerId); in moveToState()
DActivity.java9819 public <T extends View> T onFindViewById(int id) {
/frameworks/base/tests/testables/src/android/testing/
DBaseFragmentTest.java254 public View onFindViewById(int id) { in onFindViewById() method in BaseFragmentTest.HostCallbacks
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
DFragmentHostManager.java289 public <T extends View> T onFindViewById(int id) { in onFindViewById() method in FragmentHostManager.HostCallbacks
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt5882 …method @Deprecated @Nullable public abstract <T extends android.view.View> T onFindViewById(@IdRes…
5933 method @Deprecated @Nullable public <T extends android.view.View> T onFindViewById(int);