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

<<11121314151617181920>>

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOptions.java 80 mCheckFrequencyView = (Spinner)findViewById(R.id.account_check_frequency);
81 mSyncWindowView = (Spinner) findViewById(R.id.account_sync_window);
82 mDefaultView = (CheckBox)findViewById(R.id.account_default);
83 mNotifyView = (CheckBox)findViewById(R.id.account_notify);
84 mSyncContactsView = (CheckBox) findViewById(R.id.account_sync_contacts);
85 mSyncCalendarView = (CheckBox) findViewById(R.id.account_sync_calendar);
87 findViewById(R.id.next).setOnClickListener(this);
248 findViewById(R.id.account_sync_window_label).setVisibility(View.VISIBLE);
AccountSetupOutgoing.java 91 mUsernameView = (EditText)findViewById(R.id.account_username);
92 mPasswordView = (EditText)findViewById(R.id.account_password);
93 mServerView = (EditText)findViewById(R.id.account_server);
94 mPortView = (EditText)findViewById(R.id.account_port);
95 mRequireLoginView = (CheckBox)findViewById(R.id.account_require_login);
96 mRequireLoginSettingsView = (ViewGroup)findViewById(R.id.account_require_login_settings);
97 mSecurityTypeView = (Spinner)findViewById(R.id.account_security_type);
98 mNextButton = (Button)findViewById(R.id.next);
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupIncomingTests.java 139 mServerView = (EditText) mActivity.findViewById(R.id.account_server);
140 mNextButton = (Button) mActivity.findViewById(R.id.next);
AccountSetupOutgoingTests.java 133 mServerView = (EditText) mActivity.findViewById(R.id.account_server);
134 mNextButton = (Button) mActivity.findViewById(R.id.next);
  /packages/apps/Phone/src/com/android/phone/
IccPinUnlockPanel.java 156 mUnlockPane = (LinearLayout) findViewById(R.id.simPINPane);
157 mUnlockInProgressPane = (LinearLayout) findViewById(R.id.progress);
159 mEntry = (EditText) findViewById(R.id.entry);
170 mFailure = (TextView) findViewById(R.id.failure);
171 mLabel = (TextView) findViewById(R.id.label);
172 mStatus = (TextView) findViewById(R.id.status);
174 mUnlockButton = (Button) findViewById(R.id.unlock);
177 mDismissButton = (Button) findViewById(R.id.dismiss);
IccNetworkDepersonalizationPanel.java 122 mPinEntry = (EditText) findViewById(R.id.pin_entry);
131 mEntryPanel = (LinearLayout) findViewById(R.id.entry_panel);
133 mUnlockButton = (Button) findViewById(R.id.ndp_unlock);
138 mDismissButton = (Button) findViewById(R.id.ndp_dismiss);
149 mStatusPanel = (LinearLayout) findViewById(R.id.status_panel);
150 mStatusText = (TextView) findViewById(R.id.status_text);
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsAdapter.java 41 ImageView icon1 = (ImageView) view.findViewById(R.id.icon1);
42 TextView text1 = (TextView) view.findViewById(R.id.text1);
  /packages/apps/Browser/src/com/android/browser/
FindDialog.java 109 mEditText = (EditText) findViewById(R.id.edit);
111 View button = findViewById(R.id.next);
115 button = findViewById(R.id.previous);
119 button = findViewById(R.id.done);
122 mMatches = (TextView) findViewById(R.id.matches);
123 mMatchesView = findViewById(R.id.matches_view);
  /packages/apps/Contacts/src/com/android/contacts/
ContactOptionsActivity.java 65 View ringtoneLayout = findViewById(R.id.ringtone);
68 TextView label = (TextView)findViewById(R.id.label);
71 mRingtoneTitle = (TextView)ringtoneLayout.findViewById(R.id.data);
73 View sendToVoicemailLayout = findViewById(R.id.voicemail);
75 label = (TextView)sendToVoicemailLayout.findViewById(R.id.label);
78 mSendToVoicemailCheckbox = (CheckBox)sendToVoicemailLayout.findViewById(R.id.checkbox);
CallDetailActivity.java 104 mCallType = (TextView) findViewById(R.id.type);
105 mCallTypeIcon = (ImageView) findViewById(R.id.icon);
106 mCallTime = (TextView) findViewById(R.id.time);
107 mCallDuration = (TextView) findViewById(R.id.duration);
192 TextView emptyText = (TextView) findViewById(R.id.emptyText);
330 ImageView icon = (ImageView) convertView.findViewById(R.id.icon);
331 TextView text = (TextView) convertView.findViewById(android.R.id.text1);
336 View line2 = convertView.findViewById(R.id.line2);
344 TextView label = (TextView) convertView.findViewById(R.id.label);
352 TextView number = (TextView) convertView.findViewById(R.id.number)
    [all...]
TwelveKeyDialer.java 206 mDigits = (EditText) findViewById(R.id.digits);
214 View view = findViewById(R.id.one);
219 mVoicemailDialAndDeleteRow = findViewById(R.id.voicemailAndDialAndDelete);
224 mDialButton = mVoicemailDialAndDeleteRow.findViewById(R.id.dialButton);
233 view = mVoicemailDialAndDeleteRow.findViewById(R.id.deleteButton);
238 mDialpad = findViewById(R.id.dialpad); // This is null in landscape mode.
250 mDialpadChooser = (ListView) findViewById(R.id.dialpadChooser);
383 View view = findViewById(R.id.one);
387 findViewById(R.id.two).setOnClickListener(this);
388 findViewById(R.id.three).setOnClickListener(this)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 232 final View saver_view = findViewById(R.id.saver_view);
302 final View oldTimeDate = findViewById(R.id.time_date);
318 mTime = (DigitalClock) findViewById(R.id.time);
319 mDate = (TextView) findViewById(R.id.date);
320 mNextAlarm = (TextView) findViewById(R.id.nextAlarm);
324 ((TextView)findViewById(R.id.timeDisplay)).setTextColor(color);
325 ((TextView)findViewById(R.id.am_pm)).setTextColor(color);
536 View tintView = findViewById(R.id.window_tint);
691 mTime = (DigitalClock) findViewById(R.id.time);
692 mDate = (TextView) findViewById(R.id.date)
    [all...]
  /packages/apps/IM/src/com/android/im/app/
ContactPresenceActivity.java 49 ImageView imgAvatar = (ImageView) findViewById(R.id.imgAvatar);
50 TextView labelName = (TextView) findViewById(R.id.labelName);
51 TextView txtName = (TextView) findViewById(R.id.txtName);
52 TextView txtStatus = (TextView) findViewById(R.id.txtStatus);
53 TextView txtClientType = (TextView) findViewById(R.id.txtClientType);
54 TextView txtCustomStatus = (TextView) findViewById(R.id.txtStatusText);
ProviderListItem.java 66 mProviderIcon = (ImageView) findViewById(R.id.providerIcon);
67 mStatusIcon = (ImageView) findViewById(R.id.statusIcon);
68 mProviderName = (TextView) findViewById(R.id.providerName);
69 mLoginName = (TextView) findViewById(R.id.loginName);
70 mChatView = (TextView) findViewById(R.id.conversations);
71 mUnderBubble = findViewById(R.id.underBubble);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 98 View appSnippet = pContext.findViewById(snippetId);
103 ((ImageView)appSnippet.findViewById(R.id.app_icon)).setImageDrawable(icon);
104 ((TextView)appSnippet.findViewById(R.id.app_name)).setText(label);
120 View appSnippet = pContext.findViewById(snippetId);
121 ((ImageView)appSnippet.findViewById(R.id.app_icon)).setImageDrawable(as.icon);
122 ((TextView)appSnippet.findViewById(R.id.app_name)).setText(as.label);
  /development/apps/Development/src/com/android/development/
DevelopmentSettings.java 93 mDebugAppButton = (Button)findViewById(R.id.debug_app);
95 mWaitForDebuggerCB = (CheckBox)findViewById(R.id.wait_for_debugger);
97 mAlwaysFinishCB = (CheckBox)findViewById(R.id.always_finish);
99 mPointerLocationSpinner = (Spinner)findViewById(R.id.pointer_location);
109 mShowLoadCB = (CheckBox)findViewById(R.id.show_load);
111 mShowCpuCB = (CheckBox)findViewById(R.id.show_cpu);
113 mEnableGLCB = (CheckBox)findViewById(R.id.enable_gl);
116 mShowUpdatesCB = (CheckBox)findViewById(R.id.show_updates);
118 mShowBackgroundCB = (CheckBox)findViewById(R.id.show_background);
120 mShowSleepCB = (CheckBox)findViewById(R.id.show_sleep)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java 92 RelativeLayout relativeLayout = (RelativeLayout) activity.findViewById(
97 View view1 = activity.findViewById(R.id.relative_view1);
106 View view2 = activity.findViewById(R.id.relative_view2);
117 View view3 = activity.findViewById(R.id.relative_view3);
129 View view4 = activity.findViewById(R.id.relative_view4);
139 View view5 = activity.findViewById(R.id.relative_view5);
149 View view6 = activity.findViewById(R.id.relative_view6);
159 View view7 = activity.findViewById(R.id.relative_view7);
169 View view8 = activity.findViewById(R.id.relative_view8);
180 View view9 = activity.findViewById(R.id.relative_view9)
    [all...]
SlidingDrawerTest.java 106 SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer);
118 SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer);
143 SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer);
180 final SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer);
241 final SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer);
298 SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer);
326 SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer);
358 SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer);
375 SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer);
394 final SlidingDrawer drawer = (SlidingDrawer) mActivity.findViewById(R.id.drawer)
    [all...]
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 79 mAccountSpinner = (Spinner) findViewById(R.id.accountSpinner);
80 mContactNameEditText = (EditText) findViewById(R.id.contactNameEditText);
81 mContactPhoneEditText = (EditText) findViewById(R.id.contactPhoneEditText);
82 mContactEmailEditText = (EditText) findViewById(R.id.contactEmailEditText);
83 mContactPhoneTypeSpinner = (Spinner) findViewById(R.id.contactPhoneTypeSpinner);
84 mContactEmailTypeSpinner = (Spinner) findViewById(R.id.contactEmailTypeSpinner);
85 mContactSaveButton = (Button) findViewById(R.id.contactSaveButton);
374 TextView firstAccountLine = (TextView) convertView.findViewById(R.id.firstAccountLine);
375 TextView secondAccountLine = (TextView) convertView.findViewById(R.id.secondAccountLine);
376 ImageView accountIcon = (ImageView) convertView.findViewById(R.id.accountIcon)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
AccountFolderList.java 159 mProgressIcon = (ProgressBar) findViewById(R.id.title_progress_icon);
172 ((TextView) findViewById(R.id.title_left_text)).setText(R.string.app_name);
765 view.findViewById(R.id.chip).setVisibility(View.INVISIBLE);
769 TextView nameView = (TextView) view.findViewById(R.id.name);
775 TextView statusView = (TextView) view.findViewById(R.id.status);
788 TextView unreadCountView = (TextView) view.findViewById(R.id.new_message_count);
789 TextView allCountView = (TextView) view.findViewById(R.id.all_message_count);
809 view.findViewById(R.id.folder_button).setVisibility(View.GONE);
810 view.findViewById(R.id.folder_separator).setVisibility(View.GONE);
811 view.findViewById(R.id.default_sender).setVisibility(View.GONE)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 171 mTableLayout = (TableLayout)findViewById(R.id.user_dictionary_tools_table);
173 Button b = (Button)findViewById(R.id.user_dictionary_left_button);
180 mTableLayout.findViewById(1).requestFocus();
186 b = (Button)findViewById(R.id.user_dictionary_right_button);
193 mTableLayout.findViewById(1).requestFocus();
209 final TextView leftText = (TextView) findViewById(R.id.user_dictionary_tools_list_title_words_count);
406 TextView leftText = (TextView) findViewById(R.id.user_dictionary_tools_list_title_words_count);
435 TextView leftText = (TextView) findViewById(R.id.user_dictionary_tools_list_title_words_count);
685 TextView t = (TextView)findViewById(R.id.user_dictionary_position_indicator);
702 mTableLayout.findViewById(i).requestFocus()
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
MonthView.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 144 Button mInsertRecord = (Button)findViewById(R.id.insert_record);
145 Button mDeleteRecord = (Button)findViewById(R.id.delete_record);
146 Button mUpdateRecord = (Button)findViewById(R.id.update_record);
148 Button mAckRecord = (Button)findViewById(R.id.ack_record);
150 Button mDeleteAllRecord = (Button)findViewById(R.id.deleteAll_record);
151 mUpdateView = (EditText)findViewById(R.id.update_text);
152 mAckView = (EditText)findViewById(R.id.ack_text);
153 mDeleteView = (EditText)findViewById(R.id.delete_text);
154 mInsertView = (EditText)findViewById(R.id.insert_text);
156 mAddressView = (EditText)findViewById(R.id.address_text)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ServiceStartArguments.java 217 Button button = (Button)findViewById(R.id.start1);
219 button = (Button)findViewById(R.id.start2);
221 button = (Button)findViewById(R.id.start3);
223 button = (Button)findViewById(R.id.startfail);
225 button = (Button)findViewById(R.id.kill);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 98 mTitleBar = findViewById(R.id.title_bar);
99 mTitle = (TextView) findViewById(R.id.title);
100 mProgress = (ProgressBar) findViewById(R.id.progress);
101 mWebView = (WebView) findViewById(R.id.webview);
201 TextView textView = (TextView) messageView.findViewById(R.id.about_credits);

Completed in 3509 milliseconds

<<11121314151617181920>>