Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DMaximizeMenu.kt971 private fun requireViewById(id: Int) = rootView.requireViewById<View>(id) in requireViewById() method
/frameworks/base/core/java/android/app/
DDialog.java591 public final <T extends View> T requireViewById(@IdRes int id) { in requireViewById() method in Dialog
DActivity.java3796 public final <T extends View> T requireViewById(@IdRes int id) { in requireViewById() method in Activity
/frameworks/base/core/java/android/service/dreams/
DDreamService.java848 public final <T extends View> T requireViewById(@IdRes int id) { in requireViewById() method in DreamService
/frameworks/base/core/java/android/view/
DWindow.java1753 public final <T extends View> T requireViewById(@IdRes int id) { in requireViewById() method in Window
DView.java27838 public final <T extends View> T requireViewById(@IdRes int id) { in requireViewById() method in View