Searched refs:findViewById (Results 251 - 275 of 394) sorted by relevance

<<111213141516

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettings.java337 ImageView iv = (ImageView) view.findViewById(R.id.user_imageview);
338 TextView tv = (TextView) view.findViewById(R.id.user_textview);
418 ImageView iv = (ImageView) view.findViewById(R.id.image);
421 TextView tv = (TextView) view.findViewById(R.id.text);
450 ImageView iv = (ImageView) view.findViewById(R.id.rssi_image);
451 ImageView iov = (ImageView) view.findViewById(R.id.rssi_overlay_image);
452 TextView tv = (TextView) view.findViewById(R.id.rssi_textview);
532 ((TextView)batteryTile.findViewById(R.id.text)).setText(t);
907 setVisibility(view.findViewById(R.id.activity_in), state.activityIn);
908 setVisibility(view.findViewById(
[all...]
H A DTicker.java160 mTickerView = sb.findViewById(R.id.ticker);
162 mIconSwitcher = (ImageSwitcher)sb.findViewById(R.id.tickerIcon);
170 mTextSwitcher = (TextSwitcher)sb.findViewById(R.id.tickerText);
H A DNavigationBarTransitions.java141 final View navButtons = mView.getCurrentView().findViewById(R.id.nav_buttons);
142 final View lowLights = mView.getCurrentView().findViewById(R.id.lights_out);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintJobConfigActivity.java539 TextView messageView = (TextView) findViewById(R.id.message);
645 TextView messageView = (TextView) findViewById(R.id.message);
1741 Button advancedOptionsButton = (Button) findViewById(R.id.advanced_settings_button);
1779 Button printButton = (Button) findViewById(R.id.print_button);
1799 Button cancelButton = (Button) findViewById(R.id.cancel_button);
1812 Button okButton = (Button) findViewById(R.id.ok_button);
1835 ViewGroup contentContainer = (ViewGroup) findViewById(R.id.content_container);
1843 final ViewGroup contentContainer = (ViewGroup) findViewById(R.id.content_container);
1967 mContentContainer = findViewById(R.id.content_container);
1970 mCopiesEditText = (EditText) findViewById(
[all...]
/frameworks/base/core/java/android/widget/
H A DTabHost.java117 * <p>Call setup() before adding tabs if loading TabHost using findViewById().
121 <pre>mTabHost = (TabHost)findViewById(R.id.tabhost);
126 mTabWidget = (TabWidget) findViewById(com.android.internal.R.id.tabs);
161 mTabContent = (FrameLayout) findViewById(com.android.internal.R.id.tabcontent);
602 final TextView tv = (TextView) tabIndicator.findViewById(R.id.title);
636 final TextView tv = (TextView) tabIndicator.findViewById(R.id.title);
637 final ImageView iconView = (ImageView) tabIndicator.findViewById(R.id.icon);
684 mView = mTabContent.findViewById(viewId);
H A DDialerFilter.java55 mHint = (EditText) findViewById(com.android.internal.R.id.hint);
67 mPrimary = (EditText) findViewById(com.android.internal.R.id.primary);
79 mIcon = (ImageView) findViewById(com.android.internal.R.id.icon);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java91 findViewById(id).setOnClickListener(mClickListener);
441 final CompoundButton b = (CompoundButton)findViewById(id);
446 final RadioGroup g = (RadioGroup)findViewById(id);
451 final RadioGroup g = (RadioGroup)findViewById(id);
452 final View v = findViewById(g.getCheckedRadioButtonId());
486 final CompoundButton b = (CompoundButton)findViewById(id);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java357 View deleteDropTarget = findViewById(R.id.keyguard_widget_pager_delete_target);
358 mAppWidgetContainer = (KeyguardWidgetPager) findViewById(R.id.app_widget_container);
364 mSlidingChallengeLayout = (SlidingChallengeLayout) findViewById(R.id.sliding_layout);
372 (MultiPaneChallengeLayout) findViewById(R.id.multi_pane_challenge);
379 mSecurityViewContainer = (KeyguardSecurityViewFlipper) findViewById(R.id.view_flipper);
380 mKeyguardSelectorView = (KeyguardSelectorView) findViewById(R.id.keyguard_selector_view);
957 View carrierText = selectorView.findViewById(R.id.keyguard_selector_fade_container);
1171 (SlidingChallengeLayout) findViewById(R.id.sliding_layout);
1211 View addWidgetButton = addWidget.findViewById(R.id.keyguard_add_widget_view);
1253 View addWidget = mAppWidgetContainer.findViewById(
[all...]
H A DNumPadKey.java45 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);
H A DKeyguardMultiUserAvatar.java122 mUserImage = (ImageView) findViewById(R.id.keyguard_user_avatar);
123 mUserName = (TextView) findViewById(R.id.keyguard_user_name);
H A DKeyguardSelectorView.java154 mGlowPadView = (GlowPadView) findViewById(R.id.glow_pad_view);
159 View bouncerFrameView = findViewById(R.id.keyguard_selector_view_frame);
H A DKeyguardSimPinView.java101 final View ok = findViewById(R.id.key_enter);
114 View pinDelete = findViewById(R.id.delete_button);
/frameworks/base/core/java/android/app/
H A DTimePickerDialog.java105 mTimePicker = (TimePicker) view.findViewById(R.id.timePicker);
/frameworks/base/core/java/android/preference/
H A DSwitchPreference.java104 View checkableView = view.findViewById(com.android.internal.R.id.switchWidget);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java398 mContent = findViewById(com.android.internal.R.id.content);
399 mActionBarTop = (ActionBarContainer)findViewById(
401 mActionBarView = (ActionBarView) findViewById(com.android.internal.R.id.action_bar);
402 mActionBarBottom = findViewById(com.android.internal.R.id.split_action_bar);
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListWithFooterViewAndNewLabels.java57 Button topButton = (Button) findViewById(R.id.button);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListThrasher.java115 mText = (TextView) findViewById(R.id.text);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DLoginActivityFromResources.java39 View container = findViewById(R.id.container);
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DMusicDemoActivity.java86 mView = (CarouselView) findViewById(R.id.carousel);
/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DActionBarDrawerToggleHoneycomb.java110 final View home = activity.findViewById(android.R.id.home);
/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java55 mEditText = (EditText) mCustomView.findViewById(
60 mMatches = (TextView) mCustomView.findViewById(
H A DJsDialogHelper.java117 EditText edit = ((EditText) view.findViewById(com.android.internal.R.id.value));
120 ((TextView) view.findViewById(com.android.internal.R.id.message)).setText(mMessage);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DListMenuItemView.java85 mTitleView = (TextView) findViewById(com.android.internal.R.id.title);
91 mShortcutView = (TextView) findViewById(com.android.internal.R.id.shortcut);
/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
H A DAccessoryChat.java91 mLog = (TextView)findViewById(R.id.log);
92 mEditText = (EditText)findViewById(R.id.message);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpNotificationView.java133 mContentHolder = (ViewGroup) findViewById(R.id.content_holder);
134 mContentSlider = (ViewGroup) findViewById(R.id.content_slider);

Completed in 800 milliseconds

<<111213141516