Searched defs:findViewById (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDialog.java411 public View findViewById(int id) { method in class:Dialog
412 return mWindow.findViewById(id);
H A DActivity.java88 * with a layout resource defining your UI, and using {@link #findViewById}
769 * activity's UI, using {@link #findViewById} to programmatically interact
1611 public View findViewById(int id) { method in class:Activity
1612 return getWindow().findViewById(id);
/frameworks/base/core/java/android/view/
H A DWindow.java725 public View findViewById(int id) { method in class:Window
726 return getDecorView().findViewById(id);
H A DView.java269 * Button myButton = (Button) findViewById(R.id.my_button);
3384 View result = root.findViewById(childViewId);
7553 public final View findViewById(int id) { method in class:View
7581 * @see #findViewById
7621 * @see #findViewById

Completed in 185 milliseconds