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

<<11121314151617181920>>

  /development/samples/browseable/CardView/src/com.example.android.cardview/
CardViewFragment.java 82 mCardView = (CardView) view.findViewById(R.id.cardview);
83 mRadiusSeekBar = (SeekBar) view.findViewById(R.id.cardview_radius_seekbar);
101 mElevationSeekBar = (SeekBar) view.findViewById(R.id.cardview_elevation_seekbar);
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.slidingtabsbasic/
SlidingTabsBasicFragment.java 75 mViewPager = (ViewPager) view.findViewById(R.id.viewpager);
82 mSlidingTabLayout = (SlidingTabLayout) view.findViewById(R.id.sliding_tabs);
140 TextView title = (TextView) view.findViewById(R.id.item_title);
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
ContentFragment.java 66 TextView title = (TextView) view.findViewById(R.id.item_title);
70 TextView indicatorColorView = (TextView) view.findViewById(R.id.item_indicator_color);
75 TextView dividerColorView = (TextView) view.findViewById(R.id.item_divider_color);
  /development/samples/devbytes/animation/LayoutTransChanging/src/com/example/android/layouttranschanging/
LayoutTransChanging.java 44 (Button) findViewById(R.id.addButton);
46 (Button) findViewById(R.id.removeButton);
48 (LinearLayout) findViewById(R.id.container);
  /development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
BitmapAllocation.java 55 final CheckBox checkbox = (CheckBox) findViewById(R.id.checkbox);
56 final TextView durationTextview = (TextView) findViewById(R.id.loadDuration);
57 final ImageView imageview = (ImageView) findViewById(R.id.imageview);
  /development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson4/
LaunchActivityTest.java 55 final Button launchNextButton = (Button) getActivity().findViewById(R.id.launch_next_activity_button);
65 final Button launchNextButton = (Button) getActivity().findViewById(R.id.launch_next_activity_button);
75 final Button launchNextButton = (Button) getActivity().findViewById(R.id.launch_next_activity_button);
  /development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson5/
SenderActivityTest.java 66 .findViewById(R.id.send_message_button);
68 .findViewById(R.id.message_input_edit_text);
104 .findViewById(R.id.received_message_text_view);
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
NoteEdit.java 38 mTitleText = (EditText) findViewById(R.id.title);
39 mBodyText = (EditText) findViewById(R.id.body);
41 Button confirmButton = (Button) findViewById(R.id.confirm);
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
NoteEdit.java 38 mTitleText = (EditText) findViewById(R.id.title);
39 mBodyText = (EditText) findViewById(R.id.body);
41 Button confirmButton = (Button) findViewById(R.id.confirm);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerAdvancedComponent.java 48 mGradientView = rootView.findViewById(R.id.gradient);
49 mText = (TextView) rootView.findViewById(R.id.text);
52 mSeekBar = (SeekBar) rootView.findViewById(R.id.seek_bar);
  /external/replicaisland/src/com/replica/replicaisland/
DiaryActivity.java 54 TextView text = (TextView)findViewById(R.id.diarytext);
56 ImageView image = (ImageView)findViewById(R.id.diarybackground);
65 ImageView okArrow = (ImageView)findViewById(R.id.ok);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentCenterGravityTest.java 43 mButton1 = (Button) activity.findViewById(R.id.button1);
44 mButton2 = (Button) activity.findViewById(R.id.button2);
45 mButton3 = (Button) activity.findViewById(R.id.button3);
  /frameworks/base/services/core/java/com/android/server/am/
BaseErrorDialog.java 62 Button b = (Button)findViewById(R.id.button1);
66 b = (Button)findViewById(R.id.button2);
70 b = (Button)findViewById(R.id.button3);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayersActivity4.java 42 findViewById(R.id.list1).setAlpha(0.5f);
46 findViewById(R.id.list1).setAlpha(1.0f);
50 final ListView list = (ListView) findViewById(listId);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
Reparenting.java 37 ViewGroup container = (ViewGroup) findViewById(R.id.container);
38 mContainer1 = (ViewGroup) findViewById(R.id.container1);
39 mContainer2 = (ViewGroup) findViewById(R.id.container2);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
TitleView.java 50 mBadgeView = (ImageView) rootView.findViewById(R.id.browse_badge);
51 mTextView = (TextView) rootView.findViewById(R.id.browse_title);
52 mSearchOrbView = (SearchOrbView) rootView.findViewById(R.id.browse_orb);
  /frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
ActionBarTestActivity.java 44 ((Button) findViewById(R.id.show_contextual_action_bar)).setOnClickListener(
51 ((Button) findViewById(R.id.hide_contextual_action_bar)).setOnClickListener(
75 TextView text = (TextView) findViewById(R.id.text_action_bar_result);
  /packages/apps/Calendar/src/com/android/calendar/
EmailAddressAdapter.java 56 TextView text1 = (TextView)view.findViewById(R.id.text1);
57 TextView text2 = (TextView)view.findViewById(R.id.text2);
64 TextView text1 = (TextView)view.findViewById(R.id.text1);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastListItem.java 54 mChannelView = (TextView) findViewById(R.id.channel);
55 mDateView = (TextView) findViewById(R.id.date);
56 mMessageView = (TextView) findViewById(R.id.message);
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteSquareTileView.java 51 final TextView nameView = (TextView) findViewById(R.id.contact_tile_name);
53 final TextView phoneTypeView = (TextView) findViewById(R.id.contact_tile_phone_type);
55 mSecondaryButton = (ImageButton) findViewById(R.id.contact_tile_secondary_button);
  /packages/apps/Email/src/com/android/email/activity/
UiUtilities.java 70 * Same as {@link View#findViewById}, but crashes if there's no view.
74 return (T) checkView(parent.findViewById(viewId));
97 setVisibilitySafe(parent.findViewById(viewId), visibility);
104 setVisibilitySafe(parent.findViewById(viewId), visibility);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
PresetManagementDialog.java 41 mEditText = (EditText) view.findViewById(R.id.editView);
42 view.findViewById(R.id.cancel).setOnClickListener(this);
43 view.findViewById(R.id.ok).setOnClickListener(this);
  /packages/apps/Gallery2/src/com/android/photos/adapters/
AlbumSetCursorAdapter.java 51 TextView titleTextView = (TextView) v.findViewById(
55 TextView countTextView = (TextView) v.findViewById(
61 ImageView thumbImageView = (ImageView) v.findViewById(
  /packages/apps/Music/src/com/android/music/
WeekSelector.java 41 mWeeks = (VerticalTextSpinner)findViewById(R.id.weeks);
50 ((Button) findViewById(R.id.set)).setOnClickListener(mListener);
52 ((Button) findViewById(R.id.cancel)).setOnClickListener(new View.OnClickListener() {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryContentFragment.java 55 TextView title = (TextView) mView.findViewById(
61 TextView instructions = (TextView) mView.findViewById(
67 TextView autopair = (TextView) mView.findViewById(

Completed in 698 milliseconds

<<11121314151617181920>>