Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DFragmentContainer.java38 public abstract <T extends View> T onFindViewById(@IdRes int id); in onFindViewById() method in FragmentContainer
H A DFragmentHostCallback.java216 public <T extends View> T onFindViewById(int id) { in onFindViewById() method in FragmentHostCallback
H A DFragmentTransition.java197 sceneRoot = fragmentManager.mContainer.onFindViewById(containerId); in configureTransitionsReordered()
269 sceneRoot = fragmentManager.mContainer.onFindViewById(containerId); in configureTransitionsOrdered()
H A DFragment.java2471 public <T extends View> T onFindViewById(int id) {
H A DFragmentManager.java1287 container = mContainer.onFindViewById(f.mContainerId); in moveToState()
H A DActivity.java9392 public <T extends View> T onFindViewById(int id) {
/aosp14/frameworks/base/tests/testables/src/android/testing/
H A DBaseFragmentTest.java254 public View onFindViewById(int id) { in onFindViewById() method in BaseFragmentTest.HostCallbacks
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentHostManager.java289 public <T extends View> T onFindViewById(int id) { in onFindViewById() method in FragmentHostManager.HostCallbacks
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt5691 …method @Deprecated @Nullable public abstract <T extends android.view.View> T onFindViewById(@IdRes…
5742 method @Deprecated @Nullable public <T extends android.view.View> T onFindViewById(int);