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

1 2 3 4 5 67 8 91011>>

  /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/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);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
AddColumn.java 38 final Button addRowButton = (Button) findViewById(R.id.add_row_button);
41 final TableLayout table = (TableLayout) findViewById(R.id.table);
AddColumnTest.java 46 mAddRow = (Button) activity.findViewById(R.id.add_row_button);
47 mTable = (TableLayout) activity.findViewById(R.id.table);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListRecyclerProfiling.java 41 ListView listView = (ListView) findViewById(R.id.list);
48 ImageButton stopProfiling = (ImageButton) findViewById(R.id.pause);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleTest.java 60 mScrollView = (ScrollView) a.findViewById(R.id.scrollView);
61 mClickToScrollFromAbove = (Button) a.findViewById(R.id.scrollToRectFromTop);
62 mClickToScrollToUpperBlob = (Button) a.findViewById(R.id.scrollToRectFromTop2);
63 mTopBlob = (TextView) a.findViewById(R.id.topBlob);
64 mChildToScrollTo = a.findViewById(R.id.childToMakeVisible);
65 mBottomBlob = (TextView) a.findViewById(R.id.bottomBlob);
66 mClickToScrollToBlobLowerBlob = (Button) a.findViewById(R.id.scrollToRectFromBottom2);
67 mClickToScrollFromBelow = (Button) a.findViewById(R.id.scrollToRectFromBottom);
RequestRectangleVisibleWithInternalScroll.java 56 mTextBlob = (TextView) findViewById(R.id.blob);
60 mScrollToBlob = (Button) findViewById(R.id.scrollToBlob);
ScrollViewButtonsAndLabels.java 69 mScrollView = (ScrollView) findViewById(R.id.scrollView);
70 mLinearLayout = (LinearLayout) findViewById(R.id.layout);
  /packages/apps/Calendar/src/com/android/calendar/
DayActivity.java 39 mViewSwitcher = (ViewSwitcher) findViewById(R.id.switcher);
42 mProgressBar = (ProgressBar) findViewById(R.id.progress_circular);
  /packages/apps/Mms/src/com/android/mms/ui/
AttachmentEditor.java 118 View view = findViewById(viewId);
120 ViewStub stub = (ViewStub) findViewById(stubId);
191 Button viewButton = (Button) view.findViewById(view_button_id);
192 Button replaceButton = (Button) view.findViewById(replace_button_id);
193 Button removeButton = (Button) view.findViewById(remove_button_id);
210 Button editBtn = (Button) view.findViewById(R.id.edit_slideshow_button);
211 mSendButton = (Button) view.findViewById(R.id.send_slideshow_button);
213 final ImageButton playBtn = (ImageButton) view.findViewById(
IconListAdapter.java 58 text = (TextView) view.findViewById(R.id.text1);
62 image = (ImageView) view.findViewById(R.id.icon);
  /packages/apps/Phone/src/com/android/phone/
FakePhoneActivity.java 46 mPlaceCall = (Button) findViewById(R.id.placeCall);
49 mPhoneNumber = (EditText) findViewById(R.id.phoneNumber);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ChoiceActivity.java 40 mTitleView = (TextView) findViewById(R.id.alertTitle);
41 mChoicesView = (ListView) findViewById(R.id.list);

Completed in 260 milliseconds

1 2 3 4 5 67 8 91011>>