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

/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java411 public View findViewById(int id) { method in class:DreamService
412 return getWindow().findViewById(id);
/frameworks/base/core/java/android/app/
H A DDialog.java460 public View findViewById(int id) { method in class:Dialog
461 return mWindow.findViewById(id);
H A DFragmentManager.java392 public View findViewById(int id); method in interface:FragmentContainer
875 container = (ViewGroup)mContainer.findViewById(f.mContainerId);
H A DActivity.java101 * with a layout resource defining your UI, and using {@link #findViewById}
722 public View findViewById(int id) {
723 return Activity.this.findViewById(id);
856 * activity's UI, using {@link #findViewById} to programmatically interact
1838 public View findViewById(int id) { method in class:Activity
1839 return getWindow().findViewById(id);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardStatusViewManager.java178 mCarrierView = (TextView) findViewById(R.id.carrier);
179 mDateView = (TextView) findViewById(R.id.date);
180 mStatus1View = (TextView) findViewById(R.id.status1);
181 mAlarmStatusView = (TextView) findViewById(R.id.alarm_status);
182 mOwnerInfoView = (TextView) findViewById(R.id.owner_info);
183 mTransportView = (TransportControlView) findViewById(R.id.transport);
184 mEmergencyCallButton = (Button) findViewById(R.id.emergencyCallButton);
186 mDigitalClock = (DigitalClock) findViewById(R.id.time);
550 private View findViewById(int id) { method in class:KeyguardStatusViewManager
551 return mContainer.findViewById(i
[all...]
/frameworks/base/core/java/android/view/
H A DWindow.java899 public View findViewById(int id) { method in class:Window
900 return getDecorView().findViewById(id);
H A DView.java287 * Button myButton = (Button) findViewById(R.id.my_button);
15095 public final View findViewById(int id) { method in class:View
15202 * @see #findViewById(int)
15245 * @see #findViewById(int)
18121 * View view = findViewById(R.id.view_id);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java378 public View findViewById(int id); method in interface:FragmentContainer
901 container = (ViewGroup)mContainer.findViewById(f.mContainerId);

Completed in 3306 milliseconds