HomeSort by relevance Sort by last modified time
    Searched refs:findViewById (Results 126 - 150 of 2359) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
EmptyShadeView.java 38 ((TextView) findViewById(R.id.no_notifications)).setText(R.string.empty_shade_text);
43 return findViewById(R.id.no_notifications);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ProjectionClippingActivity.java 24 findViewById(R.id.clickable1).setOnClickListener(listener);
25 findViewById(R.id.clickable2).setOnClickListener(listener);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
ConfirmationActivity.java 16 ((TextView)findViewById(R.id.text)).setText(getTextExtra(EXTRA_TEXT, "text"));
17 findViewById(R.id.ok).setOnClickListener(new View.OnClickListener() {
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
OverlayTest.java 35 mContainer = (ViewGroup) findViewById(R.id.container);
40 final Button fadingButton = (Button) findViewById(R.id.fadingButton);
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
TestAppWidgetConfigure.java 39 findViewById(R.id.save_button).setOnClickListener(mOnClickListener);
44 String text = ((EditText)findViewById(R.id.edit_text)).getText().toString();
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualActivity.java 35 mGLView = (GLSurfaceView) root.findViewById(R.id.gl1);
38 mGL2View = (GLDualGL2View) root.findViewById(R.id.gl2);
  /frameworks/opt/chips/sample/src/com/android/ex/chips/sample/
MainActivity.java 34 (RecipientEditTextView) findViewById(R.id.email_retv);
39 (RecipientEditTextView) findViewById(R.id.phone_retv);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/quickcontact/
QuickContactTestsActivity.java 58 mPickContact = (Button) findViewById(R.id.pick_contact);
59 mUriTextView = (TextView) findViewById(R.id.uri);
60 mSmallBadge1 = (QuickContactBadge) findViewById(R.id.small_badge1);
61 mSmallBadge2 = (QuickContactBadge) findViewById(R.id.small_badge2);
62 mMediumBadge1 = (QuickContactBadge) findViewById(R.id.medium_badge1);
63 mMediumBadge2 = (QuickContactBadge) findViewById(R.id.medium_badge2);
64 mLargeBadge1 = (QuickContactBadge) findViewById(R.id.large_badge1);
65 mLargeBadge2 = (QuickContactBadge) findViewById(R.id.large_badge2);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WpsScanningFragment.java 40 TextView titleView = (TextView) view.findViewById(R.id.title);
42 TextView descriptionView = (TextView) view.findViewById(R.id.description);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTableDream.java 31 BummerView bummer = (BummerView) findViewById(R.id.bummer);
39 PhotoTable table = (PhotoTable) findViewById(R.id.table);
  /sdk/testapps/libsTest/lib2Test/src/com/android/tests/libstest/lib2/
MainActivityTest.java 61 mTextView1 = (TextView) a.findViewById(R.id.lib2_text1);
62 mTextView2 = (TextView) a.findViewById(R.id.lib2_text2);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/widgets/
ProjectionWidgetActivity.java 63 button = (Button) view.findViewById(R.id.up_button);
67 button = (Button) view.findViewById(R.id.down_button);
71 button = (Button) view.findViewById(R.id.right_button);
75 button = (Button) view.findViewById(R.id.left_button);
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/notifications/
BasicNotificationDisplayActivity.java 36 ((TextView) findViewById(R.id.title)).setText(title);
  /developers/samples/android/wearable/wear/WatchViewStub/Wearable/src/main/java/com/example/android/watchviewstub/
MainActivity.java 43 WatchViewStub stub = (WatchViewStub) findViewById(R.id.stub);
47 mRectBackground = (RelativeLayout) findViewById(R.id.rect_layout);
48 mRoundBackground = (RelativeLayout) findViewById(R.id.round_layout);
52 mDismissOverlayView = (DismissOverlayView) findViewById(R.id.dismiss_overlay);
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo.java 47 mlocalaudio = (Button) findViewById(R.id.localaudio);
49 mresourcesaudio = (Button) findViewById(R.id.resourcesaudio);
52 mlocalvideo = (Button) findViewById(R.id.localvideo);
54 mstreamvideo = (Button) findViewById(R.id.streamvideo);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Hover.java 70 mMessageTextView = (TextView) findViewById(R.id.message);
71 mInterceptCheckBox = (CheckBox) findViewById(R.id.intercept_checkbox);
72 mInterceptor = (HoverInterceptorView) findViewById(R.id.interceptor);
74 View container = findViewById(R.id.container);
ScrollBar3.java 33 findViewById(R.id.view3).setScrollBarStyle(View.SCROLLBARS_INSIDE_INSET);
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayoutTest.java 15 FixedGridLayout grid = (FixedGridLayout)findViewById(R.id.grid);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
AddRssItem.java 38 String title = ((TextView) findViewById(R.id.title_textbox)).getText().toString();
39 String url = ((TextView) findViewById(R.id.url_textbox)).getText().toString();
68 Button btn = (Button) findViewById(R.id.cancel);
71 btn = (Button) findViewById(R.id.submit);
  /development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/
RequestDuringLayout.java 43 final MyLayout myLayout = (MyLayout) findViewById(R.id.container);
44 Button addViewButton = (Button) findViewById(R.id.addView);
45 Button removeViewButton = (Button) findViewById(R.id.removeView);
46 Button forceLayoutButton = (Button) findViewById(R.id.forceLayout);
  /development/samples/wearable/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
BasicNotificationDisplayActivity.java 36 ((TextView) findViewById(R.id.title)).setText(title);
  /development/samples/wearable/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
MainActivity.java 43 WatchViewStub stub = (WatchViewStub) findViewById(R.id.stub);
47 mRectBackground = (RelativeLayout) findViewById(R.id.rect_layout);
48 mRoundBackground = (RelativeLayout) findViewById(R.id.round_layout);
52 mDismissOverlayView = (DismissOverlayView) findViewById(R.id.dismiss_overlay);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DemoKitPhone.java 40 mInputLabel = (TextView) findViewById(R.id.inputLabel);
41 mOutputLabel = (TextView) findViewById(R.id.outputLabel);
42 mInputContainer = (LinearLayout) findViewById(R.id.inputContainer);
43 mOutputContainer = (LinearLayout) findViewById(R.id.outputContainer);
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
TranslateUtil.java 29 View view = infoBar.getContentWrapper().findViewById(R.id.infobar_message);
34 TextView text = (TextView) view.findViewById(R.id.infobar_message);
62 View view = infoBar.getContentWrapper().findViewById(R.id.infobar_message);
71 TextView text = (TextView) view.findViewById(R.id.infobar_message);
  /frameworks/base/core/tests/coretests/src/android/view/
ViewStubTest.java 42 final View stub = activity.findViewById(R.id.viewStub);
51 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStub);
62 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId);
75 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId);

Completed in 680 milliseconds

1 2 3 4 56 7 8 91011>>