Home | History | Annotate | Download | only in app

Lines Matching defs:findViewById

89  *     with a layout resource defining your UI, and using {@link #findViewById}
777 * activity's UI, using {@link #findViewById} to programmatically interact
1636 public View findViewById(int id) {
1637 return getWindow().findViewById(id);