[go: nahoru, domu]

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

<<11121314151617181920>>

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DOnboardingFragment.java261 mPageIndicator = (PagingIndicator) view.findViewById(R.id.page_indicator);
264 mStartButton = view.findViewById(R.id.button_start);
267 mLogoView = (ImageView) view.findViewById(R.id.logo);
268 mTitleView = (TextView) view.findViewById(R.id.title);
269 mDescriptionView = (TextView) view.findViewById(R.id.description);
415 ViewGroup backgroundContainer = (ViewGroup) container.findViewById(
422 ViewGroup contentContainer = (ViewGroup) container.findViewById(R.id.content_container);
428 ViewGroup foregroundContainer = (ViewGroup) container.findViewById(
436 container.findViewById(R.id.page_container).setVisibility(View.VISIBLE);
437 container.findViewById(
[all...]
H A DOnboardingSupportFragment.java263 mPageIndicator = (PagingIndicator) view.findViewById(R.id.page_indicator);
266 mStartButton = view.findViewById(R.id.button_start);
269 mLogoView = (ImageView) view.findViewById(R.id.logo);
270 mTitleView = (TextView) view.findViewById(R.id.title);
271 mDescriptionView = (TextView) view.findViewById(R.id.description);
417 ViewGroup backgroundContainer = (ViewGroup) container.findViewById(
424 ViewGroup contentContainer = (ViewGroup) container.findViewById(R.id.content_container);
430 ViewGroup foregroundContainer = (ViewGroup) container.findViewById(
438 container.findViewById(R.id.page_container).setVisibility(View.VISIBLE);
439 container.findViewById(
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DTitleView.java107 mBadgeView = (ImageView) rootView.findViewById(R.id.title_badge);
108 mTextView = (TextView) rootView.findViewById(R.id.title_text);
109 mSearchOrbView = (SearchOrbView) rootView.findViewById(R.id.title_orb);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatSpinnerTest.java64 final AppCompatSpinner spinner = (AppCompatSpinner) mContainer.findViewById(spinnerId);
95 (AppCompatSpinner) mContainer.findViewById(R.id.view_unthemed_popup);
108 (AppCompatSpinner) mContainer.findViewById(R.id.view_ocean_themed_popup);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DSwitchPreferenceCompat.java137 View switchView = holder.findViewById(R.id.switchWidget);
214 View switchView = view.findViewById(R.id.switchWidget);
217 View summaryView = view.findViewById(android.R.id.summary);
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
H A DLeanbackListPreferenceDialogFragment.java79 (VerticalGridView) view.findViewById(android.R.id.list);
89 final TextView titleView = (TextView) view.findViewById(R.id.decor_title);
95 final TextView messageView = (TextView) view.findViewById(android.R.id.message);
253 mWidgetView = (Checkable) view.findViewById(R.id.button);
254 mContainer = (ViewGroup) view.findViewById(R.id.container);
255 mTitleView = (TextView) view.findViewById(android.R.id.title);
/frameworks/base/core/tests/coretests/src/android/view/
H A DViewCaptureTest.java58 mViewToCapture = (ViewGroup) mActivity.findViewById(R.id.capture);
80 View child = mViewToCapture.findViewById(id);
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListWithMailMessages.java135 TextView subject = (TextView) messageUi.findViewById(R.id.subject);
138 WebView body = (WebView) messageUi.findViewById(R.id.body);
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridThrasher.java118 mText = (TextView) findViewById(R.id.text);
120 GridView g = (GridView) findViewById(R.id.grid);
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/java/android/media/filterfw/samples/
H A DCameraEffectsRecordingSample.java48 mRunButton = (Button) findViewById(R.id.runbutton);
49 mCameraView = (SurfaceView) findViewById(R.id.cameraview);
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoDialog.java81 ((ImageView) holder.itemView.findViewById(R.id.icon))
83 ((TextView) holder.itemView.findViewById(R.id.text))
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileView.java88 mLabel = (TextView) view.findViewById(R.id.tile_label);
89 mPadLock = (ImageView) view.findViewById(R.id.restricted_padlock);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSplitClockView.java62 mTimeView = (TextClock) findViewById(R.id.time_view);
63 mAmPmView = (TextClock) findViewById(R.id.am_pm_view);
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
H A DMainActivity.java46 ListView lv = (ListView) findViewById(android.R.id.list);
58 ListView lv = (ListView) findViewById(android.R.id.list);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DListViewAddRemoveNoTransition.java42 final LinearLayout container = (LinearLayout) findViewById(R.id.container);
44 final ListView listview = (ListView) findViewById(R.id.listview);
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DActivityTransition.java97 GridLayout gridLayout = (GridLayout) findViewById(R.id.transition_grid_layout);
108 mHero = (ImageView) findViewById(getIdForKey(name));
H A DBitmapUploadActivity.java83 UploadView uploadView = (UploadView) findViewById(R.id.upload_view);
90 View uploadRoot = findViewById(R.id.upload_root);
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/util/
H A DGlifPreferenceDelegate.java80 final View titleView = header.findViewById(R.id.suw_layout_title);
89 final View iconView = header.findViewById(R.id.suw_layout_icon);
/frameworks/support/design/tests/src/android/support/design/widget/
H A DAppBarWithToolbarTest.java90 final View scrollingContent = mCoordinatorLayout.findViewById(R.id.scrolling_content);
117 final View scrollingContent = mCoordinatorLayout.findViewById(R.id.scrolling_content);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDialog.java95 public View findViewById(@IdRes int id) { method in class:AppCompatDialog
96 return getDelegate().findViewById(id);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java173 mVpn = (ImageView) findViewById(R.id.vpn);
174 mEthernetGroup = (ViewGroup) findViewById(R.id.ethernet_combo);
175 mEthernet = (ImageView) findViewById(R.id.ethernet);
176 mEthernetDark = (ImageView) findViewById(R.id.ethernet_dark);
177 mWifiGroup = (ViewGroup) findViewById(R.id.wifi_combo);
178 mWifi = (ImageView) findViewById(R.id.wifi_signal);
179 mWifiDark = (ImageView) findViewById(R.id.wifi_signal_dark);
180 mAirplane = (ImageView) findViewById(R.id.airplane);
181 mNoSims = (ImageView) findViewById(R.id.no_sims);
182 mNoSimsDark = (ImageView) findViewById(
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DNavBarTuner.java88 inflatePreview((ViewGroup) view.findViewById(R.id.nav_preview_frame));
118 mPreview.findViewById(R.id.rot0).setVisibility(View.GONE);
119 final View rot90 = mPreview.findViewById(R.id.rot90);
121 mPreview.findViewById(R.id.rot90).setVisibility(View.GONE);
122 final View rot0 = mPreview.findViewById(R.id.rot0);
133 RecyclerView recyclerView = (RecyclerView) view.findViewById(android.R.id.list);
230 title = (TextView) itemView.findViewById(android.R.id.title);
378 (ViewGroup) view.findViewById(android.R.id.widget_frame));
404 final ImageView icon = (ImageView) holder.itemView.findViewById(android.R.id.icon);
407 holder.itemView.findViewById(androi
[all...]
/frameworks/base/core/java/android/preference/
H A DCheckBoxPreference.java66 View checkboxView = view.findViewById(com.android.internal.R.id.checkbox);
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteControllerDialog.java141 mVolumeLayout = (LinearLayout)findViewById(R.id.media_route_volume_layout);
142 mVolumeSlider = (SeekBar)findViewById(R.id.media_route_volume_slider);
179 mDisconnectButton = (Button)findViewById(R.id.media_route_disconnect_button);
194 (FrameLayout)findViewById(R.id.media_route_control_frame);
/frameworks/base/core/java/com/android/internal/widget/
H A DMediaNotificationView.java155 mRightIcon = (ImageView) findViewById(com.android.internal.R.id.right_icon);
156 mActions = findViewById(com.android.internal.R.id.media_actions);
157 mHeader = findViewById(com.android.internal.R.id.notification_header);
158 mMainColumn = findViewById(com.android.internal.R.id.notification_main_column);

Completed in 2868 milliseconds

<<11121314151617181920>>