HomeSort by relevance Sort by last modified time
    Searched refs:findViewById (Results 151 - 175 of 728) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tests/src/android/widget/cts/
ViewGroupStubActivity.java 39 TextView textView = (TextView)findViewById(com.android.cts.stub.R.id.viewgrouptest_stub);
52 (MockLinearLayout) findViewById(com.android.cts.stub.R.id.
  /development/apps/Development/src/com/android/development/
ProcessInfo.java 38 TextView processNameView = (TextView) findViewById(R.id.process_name);
39 LinearLayout pkgListView = (LinearLayout) findViewById(R.id.package_list);
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmActivity.java 74 Button button = (Button)findViewById(R.id.start_alarm);
80 button = (Button)findViewById(R.id.stop_alarm);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
Animation.java 47 Button button = (Button)findViewById(R.id.fade_animation);
49 button = (Button)findViewById(R.id.zoom_animation);
NotifyWithText.java 46 button = (Button) findViewById(R.id.short_notify);
67 button = (Button) findViewById(R.id.long_notify);
NotifyingController.java 43 Button button = (Button) findViewById(R.id.notifyStart);
45 button = (Button) findViewById(R.id.notifyStop);
PersistentState.java 85 ((TextView)findViewById(R.id.msg)).setText(R.string.persistent_msg);
88 mSaved = (EditText)findViewById(R.id.saved);
ReceiveResult.java 92 mResults = (TextView)findViewById(R.id.results);
98 Button getButton = (Button)findViewById(R.id.get);
RedirectGetter.java 43 Button applyButton = (Button)findViewById(R.id.apply);
47 mText = (TextView)findViewById(R.id.text);
SendResult.java 53 Button button = (Button)findViewById(R.id.corky);
55 button = (Button)findViewById(R.id.violet);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DateWidgets2.java 38 TimePicker timePicker = (TimePicker) findViewById(R.id.timePicker);
42 mTimeDisplay = (TextView) findViewById(R.id.dateDisplay);
ProgressBar3.java 48 Button button = (Button) findViewById(R.id.showIndeterminate);
55 button = (Button) findViewById(R.id.showIndeterminateNoTitle);
TableLayout8.java 40 final TableLayout table = (TableLayout) findViewById(R.id.menu);
41 Button button = (Button) findViewById(R.id.toggle);
TextSwitcher1.java 48 mSwitcher = (TextSwitcher) findViewById(R.id.switcher);
58 Button nextButton = (Button) findViewById(R.id.next);
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
ForwardingTest.java 75 mButton = (Button) getActivity().findViewById(R.id.go);
88 mButton = (Button) activity.findViewById(R.id.go);
  /development/samples/NotePad/src/com/example/android/notepad/
TitleEditor.java 80 mText = (EditText) this.findViewById(R.id.title);
83 Button b = (Button) findViewById(R.id.ok);
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 46 TextView word = (TextView) findViewById(R.id.word);
47 TextView definition = (TextView) findViewById(R.id.definition);
  /development/samples/TicTacToeMain/src/com/example/android/tictactoe/
MainActivity.java 35 findViewById(R.id.start_player).setOnClickListener(
42 findViewById(R.id.start_comp).setOnClickListener(
  /frameworks/base/core/java/android/preference/
SeekBarPreference.java 51 final ImageView iconView = (ImageView) view.findViewById(android.R.id.icon);
60 return (SeekBar) dialogView.findViewById(com.android.internal.R.id.seekbar);
  /frameworks/base/core/java/android/widget/
TwoLineListItem.java 70 mText1 = (TextView) findViewById(com.android.internal.R.id.text1);
71 mText2 = (TextView) findViewById(com.android.internal.R.id.text2);
  /frameworks/base/core/tests/coretests/src/android/view/
BigCacheTest.java 46 mTiny = activity.findViewById(R.id.a);
47 mLarge = activity.findViewById(R.id.b);
DisabledTest.java 47 mDisabled = (Button) a.findViewById(R.id.disabledButton);
54 mDisabledParent = a.findViewById(R.id.clickableParent);
PreDrawListener.java 78 mFrame = (MyLinearLayout) findViewById(R.id.frame);
80 Button mGoButton = (Button) findViewById(R.id.go);
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridScrollListener.java 49 mText = (TextView) findViewById(R.id.text);
50 mGridView = (GridView) findViewById(R.id.grid);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentZeroWidthAndWeightTest.java 41 mShowButton = (Button) activity.findViewById(R.id.show);
59 .findViewById(R.id.routeToField);

Completed in 213 milliseconds

1 2 3 4 5 67 8 91011>>