[go: nahoru, domu]

Searched refs:findViewById (Results 1 - 25 of 717) sorted by path

1234567891011>>

/frameworks/base/core/java/android/accounts/
H A DChooseAccountActivity.java78 ListView list = (ListView) findViewById(android.R.id.list);
173 holder.text = (TextView) convertView.findViewById(R.id.account_row_text);
174 holder.icon = (ImageView) convertView.findViewById(R.id.account_row_icon);
H A DChooseAccountTypeActivity.java102 ListView list = (ListView) findViewById(android.R.id.list);
190 holder.text = (TextView) convertView.findViewById(R.id.account_row_text);
191 holder.icon = (ImageView) convertView.findViewById(R.id.account_row_icon);
H A DChooseTypeAndAccountActivity.java233 mOkButton = (Button) findViewById(android.R.id.button2);
544 TextView descriptionView = (TextView) findViewById(R.id.description);
557 ListView list = (ListView) findViewById(android.R.id.list);
H A DGrantCredentialsPermissionActivity.java89 final TextView authTokenTypeView = (TextView) findViewById(R.id.authtoken_type);
114 findViewById(R.id.allow_button).setOnClickListener(this);
115 findViewById(R.id.deny_button).setOnClickListener(this);
117 LinearLayout packagesListView = (LinearLayout) findViewById(R.id.packages_list);
129 ((TextView) findViewById(R.id.account_name)).setText(mAccount.name);
130 ((TextView) findViewById(R.id.account_type)).setText(accountTypeLabel);
153 ((TextView) view.findViewById(R.id.package_label)).setText(packageLabel);
/frameworks/base/core/java/android/app/
H A DActivity.java145 * with a layout resource defining your UI, and using {@link #findViewById}
918 * activity's UI, using {@link #findViewById} to programmatically interact
2322 public View findViewById(@IdRes int id) { method in class:Activity
2323 return getWindow().findViewById(id);
7168 return Activity.this.findViewById(id);
H A DDatePickerDialog.java132 mDatePicker = (DatePicker) view.findViewById(R.id.datePicker);
H A DDialog.java495 public @Nullable View findViewById(@IdRes int id) { method in class:Dialog
496 return mWindow.findViewById(id);
H A DExpandableListActivity.java218 View emptyView = findViewById(com.android.internal.R.id.empty);
219 mList = (ExpandableListView)findViewById(com.android.internal.R.id.list);
H A DFragment.java2319 return mView.findViewById(id);
H A DFragmentBreadCrumbs.java323 final TextView text = (TextView) item.findViewById(com.android.internal.R.id.title);
328 item.findViewById(com.android.internal.R.id.left_icon).setVisibility(View.GONE);
344 child.findViewById(com.android.internal.R.id.title).setEnabled(i < numViews - 1);
348 final View leftIcon = child.findViewById(com.android.internal.R.id.left_icon);
H A DLauncherActivity.java368 TextView alertTitle = (TextView) findViewById(com.android.internal.R.id.alertTitle);
375 Button cancelButton = (Button) findViewById(com.android.internal.R.id.button1);
H A DListActivity.java240 View emptyView = findViewById(com.android.internal.R.id.empty);
241 mList = (ListView)findViewById(com.android.internal.R.id.list);
H A DListFragment.java391 mStandardEmptyView = (TextView)root.findViewById(
394 mEmptyView = root.findViewById(android.R.id.empty);
398 mProgressContainer = root.findViewById(com.android.internal.R.id.progressContainer);
399 mListContainer = root.findViewById(com.android.internal.R.id.listContainer);
400 View rawListView = root.findViewById(android.R.id.list);
H A DProgressDialog.java159 mProgress = (ProgressBar) view.findViewById(R.id.progress);
160 mProgressNumber = (TextView) view.findViewById(R.id.progress_number);
161 mProgressPercent = (TextView) view.findViewById(R.id.progress_percent);
167 mProgress = (ProgressBar) view.findViewById(R.id.progress);
168 mMessageView = (TextView) view.findViewById(R.id.message);
H A DSearchDialog.java168 mSearchView = (SearchView) findViewById(com.android.internal.R.id.search_view);
175 mCloseSearch = findViewById(com.android.internal.R.id.closeButton);
184 mBadgeLabel = (TextView) mSearchView.findViewById(com.android.internal.R.id.search_badge);
186 mSearchView.findViewById(com.android.internal.R.id.search_src_text);
187 mAppIcon = (ImageView) findViewById(com.android.internal.R.id.search_app_icon);
188 mSearchPlate = mSearchView.findViewById(com.android.internal.R.id.search_plate);
H A DTabActivity.java128 mTabHost = (TabHost) findViewById(com.android.internal.R.id.tabhost);
H A DTimePickerDialog.java124 mTimePicker = (TimePicker) view.findViewById(R.id.timePicker);
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java581 View v = findViewById(viewId);
/frameworks/base/core/java/android/inputmethodservice/
H A DCompactExtractEditLayout.java57 mInputExtractEditText = findViewById(com.android.internal.R.id.inputExtractEditText);
58 mInputExtractAccessories = findViewById(com.android.internal.R.id.inputExtractAccessories);
59 mInputExtractAction = findViewById(com.android.internal.R.id.inputExtractAction);
H A DExtractEditLayout.java44 mExtractActionButton = (Button) findViewById(com.android.internal.R.id.inputExtractAction);
H A DInputMethodService.java836 mFullscreenArea = (ViewGroup)mRootView.findViewById(com.android.internal.R.id.fullscreenArea);
838 mExtractFrame = (FrameLayout)mRootView.findViewById(android.R.id.extractArea);
845 mCandidatesFrame = (FrameLayout)mRootView.findViewById(android.R.id.candidatesArea);
846 mInputFrame = (FrameLayout)mRootView.findViewById(android.R.id.inputArea);
1345 mExtractEditText = (ExtractEditText)view.findViewById(
1348 mExtractAction = view.findViewById(
1351 mExtractAccessories = (ViewGroup)view.findViewById(
H A DKeyboardView.java1107 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(
1109 View closeButton = mMiniKeyboardContainer.findViewById(
1150 mMiniKeyboard = (KeyboardView) mMiniKeyboardContainer.findViewById(
/frameworks/base/core/java/android/net/http/
H A DSslCertificate.java459 ((TextView) certificateView.findViewById(com.android.internal.R.id.to_common))
461 ((TextView) certificateView.findViewById(com.android.internal.R.id.to_org))
463 ((TextView) certificateView.findViewById(com.android.internal.R.id.to_org_unit))
467 ((TextView) certificateView.findViewById(com.android.internal.R.id.serial_number))
473 ((TextView) certificateView.findViewById(com.android.internal.R.id.by_common))
475 ((TextView) certificateView.findViewById(com.android.internal.R.id.by_org))
477 ((TextView) certificateView.findViewById(com.android.internal.R.id.by_org_unit))
483 ((TextView) certificateView.findViewById(com.android.internal.R.id.issued_on))
488 ((TextView) certificateView.findViewById(com.android.internal.R.id.expires_on))
492 ((TextView) certificateView.findViewById(co
[all...]
/frameworks/base/core/java/android/preference/
H A DCheckBoxPreference.java66 View checkboxView = view.findViewById(com.android.internal.R.id.checkbox);
H A DDialogPreference.java366 View dialogMessageView = view.findViewById(com.android.internal.R.id.message);

Completed in 402 milliseconds

1234567891011>>