Home | History | Annotate | Download | only in view

Lines Matching defs:requireViewById

1349     public static <T extends View> T requireViewById(@NonNull View view, @IdRes int id) {
1350 // TODO: use and link to View#requireViewById() directly, once available