Home
last modified time | relevance | path

Searched defs:findViewById (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SettingsLib/LayoutPreference/src/com/android/settingslib/widget/
DLayoutPreference.java157 public <T extends View> T findViewById(int id) { in findViewById() method in LayoutPreference
/frameworks/base/tests/testables/src/android/testing/
DBaseFragmentTest.java200 private View findViewById(int id) { in findViewById() method in BaseFragmentTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
DFragmentHostManager.java169 private <T extends View> T findViewById(int id) { in findViewById() method in FragmentHostManager
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java81 public <T extends View> T findViewById(int id); in findViewById() method
402 protected View findViewById(int id) { in findViewById() method in PhotoViewController
/frameworks/base/core/java/android/service/dreams/
DDreamService.java475 public <T extends View> T findViewById(@IdRes int id) { in findViewById() method in DreamService
/frameworks/base/core/java/android/app/
DDialog.java536 public <T extends View> T findViewById(@IdRes int id) { in findViewById() method in Dialog
DActivity.java3208 public <T extends View> T findViewById(@IdRes int id) { in findViewById() method in Activity
/frameworks/base/core/java/android/view/
DWindow.java1390 public <T extends View> T findViewById(@IdRes int id) { in findViewById() method in Window
DView.java24013 public final <T extends View> T findViewById(@IdRes int id) { in findViewById() method in View