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

<<11121314151617181920>>

  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerListItem.java 55 mTimerText = (CountingTimerView) findViewById(R.id.timer_time_text);
56 mCircleView = (CircleTimerView) findViewById(R.id.timer_time);
57 mResetAddButton = (ImageView) findViewById(R.id.reset_add);
63 mCircleView = (CircleTimerView) findViewById(R.id.timer_time);
125 mResetAddButton = (ImageView) findViewById(R.id.reset_add);
136 mTimerText = (CountingTimerView) findViewById(R.id.timer_time_text);
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
FromAddressSpinnerAdapter.java 81 ((TextView) fromEntry.findViewById(R.id.spinner_account_name)).setText(fromItem.name);
83 ((TextView) fromEntry.findViewById(R.id.spinner_account_address))
86 ((TextView) fromEntry.findViewById(R.id.spinner_account_address))
99 ((TextView) fromEntry.findViewById(R.id.spinner_account_name)).setText(fromItem.name);
100 ((TextView) fromEntry.findViewById(R.id.spinner_account_address))
103 ((TextView) fromEntry.findViewById(R.id.spinner_account_address))
  /packages/services/Telephony/tests/src/com/android/phone/tests/
CallDialTest.java 58 mLabel = (TextView) findViewById(R.id.label1);
60 mNumber = (EditText) findViewById(R.id.number);
63 ((Button) findViewById(R.id.callButton)).setOnClickListener(this);
64 ((Button) findViewById(R.id.dialButton)).setOnClickListener(this);
65 ((Button) findViewById(R.id.itelephonyCallButton)).setOnClickListener(this);
66 ((Button) findViewById(R.id.itelephonyDialButton)).setOnClickListener(this);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MainActivity.java 58 mTextError = (TextView) findViewById(R.id.textError);
59 mTextStatus = (TextView) findViewById(R.id.textStatus);
61 WebView wv = (WebView) findViewById(R.id.webIntro);
109 mBtnOpenMultitouch = (Button) findViewById(R.id.btnOpenMultitouch);
110 mBtnOpenSensors = (Button) findViewById(R.id.btnOpenSensors);
130 mBtnToggleService = (ToggleButton) findViewById(R.id.toggleService);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
TestAdapter.java 88 ((ImageView) vg.findViewById(R.id.status)).setImageResource(R.drawable.fs_good);
90 ((ImageView) vg.findViewById(R.id.status)).
93 ((TextView) vg.findViewById(R.id.instructions)).setText(test.mInstructions);
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test1DetailFragment.java 52 ((EditText) rootView.findViewById(R.id.test1TextField)).setText(mItem.mName);
54 mSubmitButton = (Button) rootView.findViewById(R.id.test1SubmitButton);
55 mEditText = (EditText) rootView.findViewById(R.id.test1TextField);
  /developers/build/prebuilts/gradle/CardView/Application/src/main/java/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);
  /developers/build/prebuilts/gradle/Interpolator/Application/tests/src/com/example/android/interpolatorplayground/tests/
SampleTests.java 74 SeekBar durationBar = (SeekBar) getActivity().findViewById(R.id.durationSeek);
75 TextView durationLabel = (TextView) getActivity().findViewById(R.id.durationLabel);
76 Spinner interpolateSpinner = (Spinner) getActivity().findViewById(R.id.interpolatorSpinner);
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/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);
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/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);
  /developers/samples/android/ui/Interpolator/Application/tests/src/com/example/android/interpolatorplayground/tests/
SampleTests.java 74 SeekBar durationBar = (SeekBar) getActivity().findViewById(R.id.durationSeek);
75 TextView durationLabel = (TextView) getActivity().findViewById(R.id.durationLabel);
76 Spinner interpolateSpinner = (Spinner) getActivity().findViewById(R.id.interpolatorSpinner);
  /developers/samples/android/ui/views/CardView/Application/src/main/java/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);
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsBasic/Application/src/main/java/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);
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/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/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimations.java 78 ViewGroup parent = (ViewGroup) findViewById(R.id.parent);
81 Button addButton = (Button) findViewById(R.id.addNewButton);
95 CheckBox customAnimCB = (CheckBox) findViewById(R.id.customAnimCB);
103 CheckBox appearingCB = (CheckBox) findViewById(R.id.appearingCB);
109 CheckBox disappearingCB = (CheckBox) findViewById(R.id.disappearingCB);
115 CheckBox changingAppearingCB = (CheckBox) findViewById(R.id.changingAppearingCB);
121 CheckBox changingDisappearingCB = (CheckBox) findViewById(R.id.changingDisappearingCB);
130 CheckBox customAnimCB = (CheckBox) findViewById(R.id.customAnimCB);
131 CheckBox appearingCB = (CheckBox) findViewById(R.id.appearingCB);
132 CheckBox disappearingCB = (CheckBox) findViewById(R.id.disappearingCB)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RedirectMain.java 44 Button clearButton = (Button)findViewById(R.id.clear);
46 Button newButton = (Button)findViewById(R.id.newView);
96 TextView text = (TextView)findViewById(R.id.text);
SearchQueryResults.java 48 mQueryText = (TextView) findViewById(R.id.txt_query);
49 mAppDataText = (TextView) findViewById(R.id.txt_appdata);
50 mDeliveredByText = (TextView) findViewById(R.id.txt_deliveredby);
SetWallpaperActivity.java 62 final ImageView imageView = (ImageView) findViewById(R.id.imageview);
66 Button randomize = (Button) findViewById(R.id.randomize);
76 Button setWallpaper = (Button) findViewById(R.id.setwallpaper);
  /development/samples/ApiDemos/src/com/example/android/apis/hardware/
ConsumerIr.java 76 findViewById(R.id.send_button).setOnClickListener(mSendClickListener);
77 findViewById(R.id.get_freqs_button).setOnClickListener(mGetFreqsClickListener);
78 mFreqsText = (TextView) findViewById(R.id.freqs_text);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
RadioGroup1.java 42 mRadioGroup = (RadioGroup) findViewById(R.id.menu);
56 mChoice = (TextView) findViewById(R.id.choice);
60 Button clearButton = (Button) findViewById(R.id.clear);
TableLayout7.java 41 final TableLayout table = (TableLayout) findViewById(R.id.menu);
42 Button button = (Button) findViewById(R.id.toggle1);
49 button = (Button) findViewById(R.id.toggle2);
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2AndroidTest.java 80 mLeftButton = (Button) mRoot.findViewById(R.id.leftButton);
81 mCenterButton = (Button) mRoot.findViewById(R.id.centerButton);
82 mRightButton = (Button) mRoot.findViewById(R.id.rightButton);
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 59 Button pickContact = (Button)findViewById(R.id.pick_contact_button);
119 TextView displayNameView = (TextView) findViewById(R.id.display_name_text_view);
122 TextView phoneNumberView = (TextView) findViewById(R.id.phone_number_text_view);
  /development/samples/MultiResolution/src/com/example/android/multires/
MultiRes.java 43 Button nextButton = (Button) findViewById(R.id.next_button);
67 ImageView imageView = (ImageView) findViewById(R.id.image_view);
70 TextView statusText = (TextView) findViewById(R.id.status_text);
  /development/samples/SkeletonApp/src/com/example/android/skeletonapp/
SkeletonActivity.java 54 mEditor = (EditText) findViewById(R.id.editor);
57 ((Button) findViewById(R.id.back)).setOnClickListener(mBackListener);
58 ((Button) findViewById(R.id.clear)).setOnClickListener(mClearListener);

Completed in 537 milliseconds

<<11121314151617181920>>