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

<<11121314151617181920>>

  /packages/apps/Mms/src/com/android/mms/ui/
BasicSlideEditorView.java 64 mImageView = (ImageView) findViewById(R.id.image);
65 mAudioView = findViewById(R.id.audio);
66 mAudioNameView = (TextView) findViewById(R.id.audio_name);
67 mEditText = (EditText) findViewById(R.id.text_message);
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java 57 mRecipientsView = (TextView)a.findViewById(R.id.recipients_editor);
58 mTextEditor = (EditText)a.findViewById(R.id.embedded_text_editor);
59 mMsgListView = (MessageListView)a.findViewById(R.id.history);
146 Button send = (Button)a.findViewById(R.id.send_button);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallerActivity.java 126 TextView question = (TextView) findViewById(R.id.uninstall_question);
127 TextView confirm = (TextView) findViewById(R.id.uninstall_confirm_text);
137 mOk = (Button)findViewById(R.id.ok_button);
138 mCancel = (Button)findViewById(R.id.cancel_button);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
ContactSuggestionView.java 48 mQuickContact = (QuickContactBadge) findViewById(R.id.icon1);
DefaultSuggestionView.java 68 mText1 = (TextView) findViewById(R.id.text1);
69 mText2 = (TextView) findViewById(R.id.text2);
70 mIcon1 = (ImageView) findViewById(R.id.icon1);
71 mIcon2 = (ImageView) findViewById(R.id.icon2);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigInfo.java 49 mConfigList = (TextView) findViewById(R.id.config_list);
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 70 Button enable = (Button) findViewById(R.id.enable);
73 Button discoverable = (Button) findViewById(R.id.discoverable);
76 Button scanButton = (Button) findViewById(R.id.scan);
86 ListView listView = (ListView) findViewById(R.id.msg_container);
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PatternUnlockScreen.java 189 mCarrier = (TextView) findViewById(R.id.carrier);
190 mDate = (TextView) findViewById(R.id.date);
195 mStatus1 = (TextView) findViewById(R.id.status1);
196 mStatusSep = (TextView) findViewById(R.id.statusSep);
197 mStatus2 = (TextView) findViewById(R.id.status2);
202 mLockPatternView = (LockPatternView) findViewById(R.id.lockPattern);
204 mFooterNormal = (ViewGroup) findViewById(R.id.footerNormal);
205 mFooterForgotPattern = (ViewGroup) findViewById(R.id.footerForgotPattern);
214 mEmergencyAlone = (Button) findViewById(R.id.emergencyCallAlone);
217 mEmergencyTogether = (Button) findViewById(R.id.emergencyCallTogether)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncoming.java 101 mUsernameView = (EditText)findViewById(R.id.account_username);
102 mPasswordView = (EditText)findViewById(R.id.account_password);
103 TextView serverLabelView = (TextView) findViewById(R.id.account_server_label);
104 mServerView = (EditText)findViewById(R.id.account_server);
105 mPortView = (EditText)findViewById(R.id.account_port);
106 mSecurityTypeView = (Spinner)findViewById(R.id.account_security_type);
107 mDeletePolicyView = (Spinner)findViewById(R.id.account_delete_policy);
108 mImapPathPrefixView = (EditText)findViewById(R.id.imap_path_prefix);
109 mNextButton = (Button)findViewById(R.id.next);
216 findViewById(R.id.imap_path_prefix_section).setVisibility(View.GONE)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TabHost_TabSpecTest.java 79 TextView tvTitle = (TextView) currentTabView.findViewById(idTitle);
88 tvTitle = (TextView) currentTabView.findViewById(idTitle);
110 TextView tvTitle = (TextView) currentTabView.findViewById(idTitle);
111 ImageView ivIcon = ((ImageView) currentTabView.findViewById(idIcon));
122 tvTitle = (TextView) currentTabView.findViewById(idTitle);
123 ivIcon = ((ImageView) currentTabView.findViewById(idIcon));
133 tvTitle = (TextView) currentTabView.findViewById(idTitle);
134 ivIcon = ((ImageView) currentTabView.findViewById(idIcon));
  /development/apps/Development/src/com/android/development/
PermissionDetails.java 117 // to findViewById() on each row.
129 holder.pkgName = (TextView) convertView.findViewById(R.id.pkg_name);
148 ListView listView = (ListView)findViewById(android.R.id.list);
150 ListView lv= (ListView) findViewById(android.R.id.list);
214 LinearLayout sharedPanel = (LinearLayout) findViewById(R.id.shared_pkgs_panel);
219 TextView label = (TextView) sharedPanel.findViewById(R.id.shared_pkgs_label);
220 TextView sharedView = (TextView) sharedPanel.findViewById(R.id.shared_pkgs);
256 TextView view = (TextView)findViewById(viewId);
261 TextView view = (TextView)findViewById(viewId);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService.java 55 Button button = (Button)findViewById(R.id.start_alarm);
57 button = (Button)findViewById(R.id.stop_alarm);
AlertDialogSamples.java 259 Button twoButtonsTitle = (Button) findViewById(R.id.two_buttons);
267 Button twoButtons2Title = (Button) findViewById(R.id.two_buttons2);
276 Button selectButton = (Button) findViewById(R.id.select_button);
284 Button progressButton = (Button) findViewById(R.id.progress_button);
295 Button radioButton = (Button) findViewById(R.id.radio_button);
303 Button checkBox = (Button) findViewById(R.id.checkbox_button);
311 Button checkBox2 = (Button) findViewById(R.id.checkbox_button2);
319 Button textEntry = (Button) findViewById(R.id.text_entry_button);
IncomingMessage.java 41 Button button = (Button) findViewById(R.id.notify);
59 TextView tv = (TextView)view.findViewById(R.id.message);
VoiceRecognition.java 56 Button speakButton = (Button) findViewById(R.id.btn_speak);
58 mList = (ListView) findViewById(R.id.list);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Animation2.java 41 mFlipper = ((ViewFlipper) this.findViewById(R.id.flipper));
44 Spinner s = (Spinner) findViewById(R.id.spinner);
List14.java 38 * - It uses the ViewHolder pattern to avoid calling findViewById() when it is not necessary
42 * avoiding calls to findViewById() every time getView() is invoked.
99 // to findViewById() on each row.
111 holder.text = (TextView) convertView.findViewById(R.id.text);
112 holder.icon = (ImageView) convertView.findViewById(R.id.icon);
Spinner1.java 44 Spinner s1 = (Spinner) findViewById(R.id.spinner1);
61 Spinner s2 = (Spinner) findViewById(R.id.spinner2);
  /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);
  /frameworks/base/core/java/android/app/
ListActivity.java 242 View emptyView = findViewById(com.android.internal.R.id.empty);
243 mList = (ListView)findViewById(com.android.internal.R.id.list);
  /frameworks/base/core/java/android/widget/
ZoomControls.java 52 mZoomIn = (ZoomButton) findViewById(R.id.zoomIn);
53 mZoomOut = (ZoomButton) findViewById(R.id.zoomOut);
  /frameworks/base/core/tests/coretests/src/android/view/
GlobalFocusChangeTest.java 41 mLeft = mActivity.findViewById(R.id.left);
42 mRight = mActivity.findViewById(R.id.right);
  /packages/apps/Calculator/src/com/android/calculator2/
HistoryAdapter.java 70 TextView expr = (TextView) view.findViewById(R.id.historyExpr);
71 TextView result = (TextView) view.findViewById(R.id.historyResult);
  /packages/apps/Calendar/src/com/android/calendar/
WeekActivity.java 44 mViewSwitcher = (ViewSwitcher) findViewById(R.id.switcher);
47 mProgressBar = (ProgressBar) findViewById(R.id.progress_circular);
  /packages/apps/Email/src/com/android/email/activity/
MessageListItem.java 89 mCheckRight = findViewById(R.id.selected).getRight() + checkPadding;
90 mStarLeft = findViewById(R.id.favorite).getLeft() - starPadding;

Completed in 405 milliseconds

<<11121314151617181920>>