Searched refs:findViewById (Results 276 - 300 of 394) sorted by relevance

<<111213141516

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNotificationRowLayout.java148 final View veto = v.findViewById(R.id.veto);
171 final View veto = v.findViewById(R.id.veto);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbConfirmActivity.java89 mAlwaysUse = (CheckBox)ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
96 mClearDefaultHint = (TextView)ap.mView.findViewById(
H A DUsbPermissionActivity.java102 mAlwaysUse = (CheckBox)ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
109 mClearDefaultHint = (TextView)ap.mView.findViewById(
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java161 WebView myWebView = (WebView) findViewById(R.id.webview);
208 WebView myWebView = (WebView) findViewById(R.id.webview);
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DInputTypeActivity.java147 EditText editText = (EditText) view.findViewById(R.id.data);
150 TextView textView = (TextView) view.findViewById(R.id.label);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DSurfaceAndTextureViews.java51 final ViewGroup container = (ViewGroup) findViewById(R.id.container);
52 Button toggleButton = (Button) findViewById(R.id.toggleButton);
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java65 findViewById(R.id.add_appwidget).setOnClickListener(mOnClickListener);
66 mAppWidgetContainer = (AppWidgetContainerView)findViewById(R.id.appwidget_container);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DListMenuItemView.java90 mTitleView = (TextView) findViewById(R.id.title);
96 mShortcutView = (TextView) findViewById(R.id.shortcut);
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java348 final View view = root.findViewById(viewId);
353 final View emptyView = root.findViewById(emptyViewId);
383 final View target = root.findViewById(viewId);
458 final View target = root.findViewById(viewId);
554 final View target = root.findViewById(viewId);
617 final View target = root.findViewById(viewId);
690 final View target = root.findViewById(viewId);
854 final View target = root.findViewById(viewId);
916 final View view = root.findViewById(viewId);
1259 final View view = root.findViewById(viewI
[all...]
H A DSuggestionsAdapter.java299 mText1 = (TextView) v.findViewById(com.android.internal.R.id.text1);
300 mText2 = (TextView) v.findViewById(com.android.internal.R.id.text2);
301 mIcon1 = (ImageView) v.findViewById(com.android.internal.R.id.icon1);
302 mIcon2 = (ImageView) v.findViewById(com.android.internal.R.id.icon2);
303 mIconRefine = (ImageView) v.findViewById(com.android.internal.R.id.edit_query);
H A DSearchView.java251 mSearchButton = findViewById(R.id.search_button);
252 mQueryTextView = (SearchAutoComplete) findViewById(R.id.search_src_text);
255 mSearchEditFrame = findViewById(R.id.search_edit_frame);
256 mSearchPlate = findViewById(R.id.search_plate);
257 mSubmitArea = findViewById(R.id.submit_area);
258 mSubmitButton = findViewById(R.id.search_go_btn);
259 mCloseButton = (ImageView) findViewById(R.id.search_close_btn);
260 mVoiceButton = findViewById(R.id.search_voice_btn);
261 mSearchHintIcon = (ImageView) findViewById(R.id.search_mag_icon);
321 mDropDownAnchor = findViewById(mQueryTextVie
[all...]
H A DAppSecurityPermissions.java159 ImageView permGrpIcon = (ImageView) findViewById(R.id.perm_icon);
160 TextView permNameView = (TextView) findViewById(R.id.perm_name);
469 LinearLayout displayList = (LinearLayout) permsView.findViewById(R.id.perms_list);
470 View noPermsView = permsView.findViewById(R.id.no_permissions);
535 TextView permGrpView = (TextView) permView.findViewById(R.id.permission_group);
536 TextView permDescView = (TextView) permView.findViewById(R.id.permission_list);
538 ImageView imgView = (ImageView)permView.findViewById(R.id.perm_icon);
H A DSimpleCursorAdapter.java142 final View v = view.findViewById(to[i]);
H A DSimpleCursorTreeAdapter.java216 View v = view.findViewById(to[i]);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java259 mText1 = (TextView) v.findViewById(android.R.id.text1);
260 mText2 = (TextView) v.findViewById(android.R.id.text2);
261 mIcon1 = (ImageView) v.findViewById(android.R.id.icon1);
262 mIcon2 = (ImageView) v.findViewById(android.R.id.icon2);
263 mIconRefine = (ImageView) v.findViewById(R.id.edit_query);
H A DSearchView.java264 mSearchButton = findViewById(R.id.search_button);
265 mQueryTextView = (SearchAutoComplete) findViewById(R.id.search_src_text);
268 mSearchEditFrame = findViewById(R.id.search_edit_frame);
269 mSearchPlate = findViewById(R.id.search_plate);
270 mSubmitArea = findViewById(R.id.submit_area);
271 mSubmitButton = findViewById(R.id.search_go_btn);
272 mCloseButton = (ImageView) findViewById(R.id.search_close_btn);
273 mVoiceButton = findViewById(R.id.search_voice_btn);
274 mSearchHintIcon = (ImageView) findViewById(R.id.search_mag_icon);
334 mDropDownAnchor = findViewById(mQueryTextVie
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java155 mListView = (ListView) ap.mView.findViewById(R.id.resolver_list);
176 final ViewGroup buttonLayout = (ViewGroup) findViewById(R.id.button_bar);
179 mAlwaysButton = (Button) buttonLayout.findViewById(R.id.button_always);
180 mOnceButton = (Button) buttonLayout.findViewById(R.id.button_once);
728 text = (TextView) view.findViewById(com.android.internal.R.id.text1);
729 text2 = (TextView) view.findViewById(com.android.internal.R.id.text2);
730 icon = (ImageView) view.findViewById(R.id.icon);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java586 ImageView icon = (ImageView) v.findViewById(R.id.icon);
587 TextView messageView = (TextView) v.findViewById(R.id.message);
589 v.findViewById(R.id.status).setVisibility(View.GONE);
672 ImageView icon = (ImageView) v.findViewById(R.id.icon);
673 TextView messageView = (TextView) v.findViewById(R.id.message);
674 TextView statusView = (TextView) v.findViewById(R.id.status);
791 View itemView = v.findViewById(ITEM_IDS[i]);
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DSizeAdaptiveLayoutTest.java57 mSmallView = mSizeAdaptiveLayout.findViewById(R.id.one_u);
58 mMediumView = mSizeAdaptiveLayout.findViewById(R.id.two_u);
59 mLargeView = mSizeAdaptiveLayout.findViewById(R.id.four_u);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewManager.java321 View v = mKeyguardHost.findViewById(R.id.keyguard_host_view);
327 mKeyguardView = (KeyguardHostView) view.findViewById(R.id.keyguard_host_view);
337 KeyguardPasswordView kpv = (KeyguardPasswordView) mKeyguardView.findViewById(
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java98 mLogTextView = (TextView) findViewById(R.id.logTextView);
102 mFpsTextView = (TextView) findViewById(R.id.fpsTextView);
104 mSurfaceView = (SurfaceView) findViewById(R.id.surfaceView);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContextView.java171 mTitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_title);
172 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
202 View closeButton = mClose.findViewById(R.id.action_mode_close_button);
/frameworks/base/core/java/android/app/
H A DDatePickerDialog.java110 mDatePicker = (DatePicker) view.findViewById(R.id.datePicker);
/frameworks/base/core/java/android/preference/
H A DEditTextPreference.java128 .findViewById(com.android.internal.R.id.edittext_container);
H A DPreferenceScreen.java169 mListView = (ListView) childPrefScreen.findViewById(android.R.id.list);

Completed in 795 milliseconds

<<111213141516