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

1 2 3 4 5 6 78 91011>>

  /packages/apps/Settings/src/com/android/settings/
ChooseLockPatternTutorial.java 47 mNextButton = findViewById(R.id.next_button);
49 mSkipButton = findViewById(R.id.skip_button);
RadioInfo.java 250 mDeviceId= (TextView) findViewById(R.id.imei);
251 number = (TextView) findViewById(R.id.number);
252 callState = (TextView) findViewById(R.id.call);
253 operatorName = (TextView) findViewById(R.id.operator);
254 roamingState = (TextView) findViewById(R.id.roaming);
255 gsmState = (TextView) findViewById(R.id.gsm);
256 gprsState = (TextView) findViewById(R.id.gprs);
257 network = (TextView) findViewById(R.id.network);
258 dBm = (TextView) findViewById(R.id.dbm);
259 mMwi = (TextView) findViewById(R.id.mwi)
    [all...]
ConfirmLockPassword.java 61 findViewById(R.id.cancel_button).setOnClickListener(this);
62 findViewById(R.id.next_button).setOnClickListener(this);
63 mPasswordEntry = (TextView) findViewById(R.id.password_entry);
65 mKeyboardView = (PasswordEntryKeyboardView) findViewById(R.id.keyboard);
66 mHeaderText = (TextView) findViewById(R.id.headerText);
DeviceAdminAdd.java 137 mTitle = (TextView)findViewById(R.id.title);
138 mAdminIcon = (ImageView)findViewById(R.id.admin_icon);
139 mAdminName = (TextView)findViewById(R.id.admin_name);
140 mAdminDescription = (TextView)findViewById(R.id.admin_description);
141 mAddMsg = (TextView)findViewById(R.id.add_msg);
142 mAdminWarning = (TextView)findViewById(R.id.admin_warning);
143 mAdminPolicies = (ViewGroup)findViewById(R.id.admin_policies);
144 mCancelButton = (Button)findViewById(R.id.cancel_button);
150 mActionButton = (Button)findViewById(R.id.action_button);
  /packages/apps/Settings/src/com/android/settings/vpn/
AuthenticationActor.java 69 TextView usernameView = (TextView) d.findViewById(R.id.username_value);
70 TextView passwordView = (TextView) d.findViewById(R.id.password_value);
83 TextView usernameView = (TextView) d.findViewById(R.id.username_value);
84 TextView passwordView = (TextView) d.findViewById(R.id.password_value);
85 CheckBox saveUsername = (CheckBox) d.findViewById(R.id.save_username);
103 TextView usernameView = (TextView) v.findViewById(R.id.username_value);
104 TextView passwordView = (TextView) v.findViewById(R.id.password_value);
105 CheckBox saveUsername = (CheckBox) v.findViewById(R.id.save_username);
  /packages/apps/Stk/src/com/android/stk/
StkMenuAdapter.java 55 ((TextView) convertView.findViewById(R.id.text)).setText(item.text);
57 ImageView imageView = ((ImageView) convertView.findViewById(R.id.icon));
StkInputActivity.java 120 mTextIn = (EditText) this.findViewById(R.id.in_text);
121 mPromptView = (TextView) this.findViewById(R.id.prompt);
124 Button okButton = (Button) findViewById(R.id.button_ok);
125 Button yesButton = (Button) findViewById(R.id.button_yes);
126 Button noButton = (Button) findViewById(R.id.button_no);
132 mYesNoLayout = findViewById(R.id.yes_no_layout);
133 mNormalLayout = findViewById(R.id.normal_layout);
266 TextView numOfCharsView = (TextView) findViewById(R.id.num_of_chars);
267 TextView inTypeView = (TextView) findViewById(R.id.input_type);
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayoutTest.java 108 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById(
111 View view12 = mActivity.findViewById(R.id.relative_view12);
112 View view13 = mActivity.findViewById(R.id.relative_view13);
145 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById(
148 View view10 = mActivity.findViewById(R.id.relative_view10);
149 View view11 = mActivity.findViewById(R.id.relative_view11);
216 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById(
219 View view10 = mActivity.findViewById(R.id.relative_view10);
220 View view11 = mActivity.findViewById(R.id.relative_view11);
261 final RelativeLayout relativeLayout = (RelativeLayout) mActivity.findViewById(
    [all...]
RemoteViewsTest.java 144 View view = mResult.findViewById(R.id.remoteView_chronometer);
169 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text);
196 ImageView image = (ImageView) mResult.findViewById(R.id.remoteView_image);
232 ImageView image = (ImageView) mResult.findViewById(R.id.remoteView_image);
267 Chronometer chronometer = (Chronometer) mResult.findViewById(R.id.remoteView_chronometer);
305 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress);
340 assertNotNull(mResult.findViewById(R.id.remoteViews_good));
341 assertNotNull(mResult.findViewById(R.id.remoteView_absolute));
342 assertNotNull(mResult.findViewById(R.id.remoteView_chronometer));
343 assertNotNull(mResult.findViewById(R.id.remoteView_frame))
    [all...]
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmClock.java 98 ((TextView) ret.findViewById(R.id.am)).setText(mAm);
99 ((TextView) ret.findViewById(R.id.pm)).setText(mPm);
102 (DigitalClock) ret.findViewById(R.id.digitalClock);
110 CheckBox onButton = (CheckBox) view.findViewById(R.id.alarmButton);
125 (DigitalClock) view.findViewById(R.id.digitalClock);
135 (TextView) digitalClock.findViewById(R.id.daysOfWeek);
147 (TextView) digitalClock.findViewById(R.id.label);
229 mAlarmsList = (ListView) findViewById(R.id.alarms_list);
235 mClockLayout = (ViewGroup) findViewById(R.id.clock_layout);
274 mClock = findViewById(R.id.clock)
    [all...]
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 71 Button scanButton = (Button) findViewById(R.id.button_scan);
85 ListView pairedListView = (ListView) findViewById(R.id.paired_devices);
90 ListView newDevicesListView = (ListView) findViewById(R.id.new_devices);
110 findViewById(R.id.title_paired_devices).setVisibility(View.VISIBLE);
144 findViewById(R.id.title_new_devices).setVisibility(View.VISIBLE);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferAdapter.java 70 ImageView iv = (ImageView)view.findViewById(R.id.transfer_icon);
84 TextView tv = (TextView)view.findViewById(R.id.transfer_title);
93 tv = (TextView)view.findViewById(R.id.targetdevice);
104 tv = (TextView)view.findViewById(R.id.complete_text);
125 tv = (TextView)view.findViewById(R.id.complete_date);
  /packages/apps/Browser/src/com/android/browser/
ActiveTabsPage.java 47 mListView = (ListView) findViewById(R.id.list);
149 (TextView) convertView.findViewById(R.id.title);
150 TextView url = (TextView) convertView.findViewById(R.id.url);
152 (ImageView) convertView.findViewById(R.id.favicon);
153 View close = convertView.findViewById(R.id.close);
ErrorConsoleView.java 80 mConsoleHeader = (TextView) findViewById(R.id.error_console_header_id);
81 mErrorList = (ErrorConsoleListView) findViewById(R.id.error_console_list_id);
82 mEvalJsViewGroup = (LinearLayout) findViewById(R.id.error_console_eval_view_group_id);
83 mEvalEditText = (EditText) findViewById(R.id.error_console_eval_text_id);
84 mEvalButton = (Button) findViewById(R.id.error_console_eval_button_id);
305 TextView headline = (TextView) view.findViewById(android.R.id.text1);
306 TextView subText = (TextView) view.findViewById(android.R.id.text2);
  /packages/apps/Calendar/src/com/android/calendar/
SelectCalendarsActivity.java 59 mView = findViewById(R.id.calendars);
74 findViewById(R.id.btn_done).setOnClickListener(this);
75 findViewById(R.id.btn_discard).setOnClickListener(this);
134 MultiStateButton button = (MultiStateButton) view.findViewById(R.id.multiStateButton);
139 MultiStateButton button = (MultiStateButton) view.findViewById(R.id.multiStateButton);
  /packages/apps/Email/src/com/android/email/activity/
Debug.java 53 mVersionView = (TextView)findViewById(R.id.version);
54 mEnableDebugLoggingView = (CheckBox)findViewById(R.id.debug_logging);
55 mEnableSensitiveLoggingView = (CheckBox)findViewById(R.id.sensitive_logging);
67 mEnableExchangeLoggingView = (CheckBox)findViewById(R.id.exchange_logging);
68 mEnableExchangeFileLoggingView = (CheckBox)findViewById(R.id.exchange_file_logging);
  /packages/apps/Phone/src/com/android/phone/
ChangeIccPinScreen.java 101 mOldPin = (EditText) findViewById(R.id.old_pin);
106 mNewPin1 = (EditText) findViewById(R.id.new_pin1);
111 mNewPin2 = (EditText) findViewById(R.id.new_pin2);
116 mBadPinError = (TextView) findViewById(R.id.bad_pin);
117 mMismatchError = (TextView) findViewById(R.id.mismatch);
119 mButton = (Button) findViewById(R.id.button);
122 mScrollView = (ScrollView) findViewById(R.id.scroll);
124 mPUKCode = (EditText) findViewById(R.id.puk_code);
129 mPUKSubmit = (Button) findViewById(R.id.puk_submit);
132 mIccPUKPanel = (LinearLayout) findViewById(R.id.puk_panel)
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 172 ((TextView)findViewById(R.id.summary)).setText(summary);
177 mTitleView = (TextView) findViewById(R.id.name);
179 ((TextView)findViewById(R.id.battery_percentage))
182 mTwoButtonsPanel = (ViewGroup) findViewById(R.id.two_buttons_panel);
183 mForceStopButton = (Button) findViewById(R.id.left_button);
184 mReportButton = (Button) findViewById(R.id.right_button);
187 ImageView gaugeImage = (ImageView) findViewById(R.id.gauge);
193 ImageView iconImage = (ImageView) findViewById(R.id.icon);
196 mDetailsParent = (ViewGroup) findViewById(R.id.details);
197 mControlsParent = (ViewGroup) findViewById(R.id.controls)
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiDialog.java 180 mView.findViewById(R.id.type).setVisibility(View.VISIBLE);
181 mSsid = (TextView) mView.findViewById(R.id.ssid);
183 ((Spinner) mView.findViewById(R.id.security)).setOnItemSelectedListener(this);
187 ViewGroup group = (ViewGroup) mView.findViewById(R.id.info);
241 ((TextView) row.findViewById(R.id.name)).setText(name);
242 ((TextView) row.findViewById(R.id.value)).setText(value);
286 mView.findViewById(R.id.fields).setVisibility(View.GONE);
289 mView.findViewById(R.id.fields).setVisibility(View.VISIBLE);
292 mPassword = (TextView) mView.findViewById(R.id.password);
294 ((CheckBox) mView.findViewById(R.id.show_password)).setOnClickListener(this)
    [all...]
WifiApDialog.java 103 Spinner mSecurity = ((Spinner) mView.findViewById(R.id.security));
111 mView.findViewById(R.id.type).setVisibility(View.VISIBLE);
112 mSsid = (TextView) mView.findViewById(R.id.ssid);
113 mPassword = (EditText) mView.findViewById(R.id.password);
135 ((CheckBox) mView.findViewById(R.id.show_password)).setOnClickListener(this);
184 mView.findViewById(R.id.fields).setVisibility(View.GONE);
187 mView.findViewById(R.id.fields).setVisibility(View.VISIBLE);
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
RecentApplicationsDialog.java 92 mButtons[0] = findViewById(com.android.internal.R.id.button1);
93 mButtons[1] = findViewById(com.android.internal.R.id.button2);
94 mButtons[2] = findViewById(com.android.internal.R.id.button3);
95 mButtons[3] = findViewById(com.android.internal.R.id.button4);
96 mButtons[4] = findViewById(com.android.internal.R.id.button5);
97 mButtons[5] = findViewById(com.android.internal.R.id.button6);
98 mNoAppsText = findViewById(com.android.internal.R.id.no_applications_message);
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListItem.java 89 mFromView = (TextView) findViewById(R.id.from);
90 mSubjectView = (TextView) findViewById(R.id.subject);
92 mDateView = (TextView) findViewById(R.id.date);
93 mAttachmentView = findViewById(R.id.attachment);
94 mErrorIndicator = findViewById(R.id.error);
95 mPresenceView = (ImageView) findViewById(R.id.presence);
96 mAvatarView = (QuickContactBadge) findViewById(R.id.avatar);
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
RecentApplicationsDialog.java 96 mIcons[0] = (TextView)findViewById(com.android.internal.R.id.button0);
97 mIcons[1] = (TextView)findViewById(com.android.internal.R.id.button1);
98 mIcons[2] = (TextView)findViewById(com.android.internal.R.id.button2);
99 mIcons[3] = (TextView)findViewById(com.android.internal.R.id.button3);
100 mIcons[4] = (TextView)findViewById(com.android.internal.R.id.button4);
101 mIcons[5] = (TextView)findViewById(com.android.internal.R.id.button5);
102 mIcons[6] = (TextView)findViewById(com.android.internal.R.id.button6);
103 mIcons[7] = (TextView)findViewById(com.android.internal.R.id.button7);
104 mNoAppsText = findViewById(com.android.internal.R.id.no_applications_message);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java 147 mEnableButton = (Button)findViewById(R.id.enable);
149 mDisableButton = (Button)findViewById(R.id.disable);
152 mPasswordQuality = (Spinner)findViewById(R.id.password_quality);
168 mPasswordLength = (EditText)findViewById(R.id.password_length);
181 mSetPasswordButton = (Button)findViewById(R.id.set_password);
184 mPassword = (EditText)findViewById(R.id.password);
185 mResetPasswordButton = (Button)findViewById(R.id.reset_password);
188 mMaxFailedPw = (EditText)findViewById(R.id.max_failed_pw);
207 mForceLockButton = (Button)findViewById(R.id.force_lock);
209 mWipeDataButton = (Button)findViewById(R.id.wipe_data)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List8.java 51 getListView().setEmptyView(findViewById(R.id.empty));
58 Button clear = (Button) findViewById(R.id.clear);
66 Button add = (Button) findViewById(R.id.add);

Completed in 1402 milliseconds

1 2 3 4 5 6 78 91011>>