Home
last modified time | relevance | path

Searched defs:requireViewById (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DMaximizeMenu.kt603 private fun requireViewById(id: Int) = rootView.requireViewById<View>(id) in requireViewById() method
/frameworks/base/core/java/android/app/
DDialog.java589 public final <T extends View> T requireViewById(@IdRes int id) { in requireViewById() method in Dialog
DActivity.java3725 public final <T extends View> T requireViewById(@IdRes int id) { in requireViewById() method in Activity
/frameworks/base/core/java/android/service/dreams/
DDreamService.java764 public final <T extends View> T requireViewById(@IdRes int id) { in requireViewById() method in DreamService
/frameworks/base/core/java/android/view/
DWindow.java1745 public final <T extends View> T requireViewById(@IdRes int id) { in requireViewById() method in Window
DView.java27560 public final <T extends View> T requireViewById(@IdRes int id) { in requireViewById() method
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...