Searched refs:findViewById (Results 151 - 175 of 394) sorted by relevance

1234567891011>>

/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java394 LinearLayout contentPanel = (LinearLayout) mWindow.findViewById(R.id.contentPanel);
398 LinearLayout topPanel = (LinearLayout) mWindow.findViewById(R.id.topPanel);
403 View buttonPanel = mWindow.findViewById(R.id.buttonPanel);
411 customPanel = (FrameLayout) mWindow.findViewById(R.id.customPanel);
412 FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom);
422 mWindow.findViewById(R.id.customPanel).setVisibility(View.GONE);
431 divider = mWindow.findViewById(R.id.titleDivider);
433 divider = mWindow.findViewById(R.id.titleDividerTop);
456 View titleTemplate = mWindow.findViewById(R.id.title_template);
461 mIconView = (ImageView) mWindow.findViewById(
[all...]
H A DMediaRouteChooserDialog.java136 mListView = (ListView)findViewById(R.id.media_route_list);
139 mListView.setEmptyView(findViewById(android.R.id.empty));
141 mExtendedSettingsButton = (Button)findViewById(R.id.media_route_extended_settings_button);
218 TextView text1 = (TextView)view.findViewById(android.R.id.text1);
219 TextView text2 = (TextView)view.findViewById(android.R.id.text2);
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/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java100 mScoStateTxt = (TextView) findViewById(R.id.scoStateTxt);
101 mVdStateTxt = (TextView) findViewById(R.id.vdStateTxt);
115 TextView name = (TextView) findViewById(R.id.playPause1Text);
118 mScoButton = (ToggleButton)findViewById(R.id.ForceScoButton);
123 mVoiceDialerButton = (ToggleButton)findViewById(R.id.VoiceDialerButton);
138 mSpeakText = (EditText) findViewById(R.id.speakTextEdit);
141 mTtsToFileButton = (ToggleButton)findViewById(R.id.TtsToFileButton);
146 mModeSpinner = (Spinner) findViewById(R.id.modeSpinner);
210 CheckBox box = (CheckBox) findViewById(R.id.useSecondAudioManager);
272 mPlayPauseButton = (ImageButton) findViewById(playPausebuttonI
[all...]
/frameworks/base/core/java/android/app/
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 DExpandableListActivity.java219 View emptyView = findViewById(com.android.internal.R.id.empty);
220 mList = (ExpandableListView)findViewById(com.android.internal.R.id.list);
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java99 mBenchmarkResult = (TextView) findViewById(R.id.benchmarkText);
121 TextureView displayView = (TextureView) findViewById(R.id.display);
127 displayView = (TextureView) findViewById(R.id.display2);
133 displayView = (TextureView) findViewById(R.id.display3);
139 displayView = (TextureView) findViewById(R.id.display4);
/frameworks/support/v4/java/android/support/v4/app/
H A DListFragment.java333 mStandardEmptyView = (TextView)root.findViewById(INTERNAL_EMPTY_ID);
335 mEmptyView = root.findViewById(android.R.id.empty);
339 mProgressContainer = root.findViewById(INTERNAL_PROGRESS_CONTAINER_ID);
340 mListContainer = root.findViewById(INTERNAL_LIST_CONTAINER_ID);
341 View rawListView = root.findViewById(android.R.id.list);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardStatusView.java91 mAlarmStatusView = (TextView) findViewById(R.id.alarm_status);
92 mDateView = (TextClock) findViewById(R.id.date_view);
93 mClockView = (TextClock) findViewById(R.id.clock_view);
H A DKeyguardTransportControlView.java325 mInfoContainer = (ViewGroup) findViewById(R.id.info_container);
326 mMetadataContainer = (ViewGroup) findViewById(R.id.metadata_container);
327 mBadge = (ImageView) findViewById(R.id.badge);
328 mTrackTitle = (TextView) findViewById(R.id.title);
329 mTrackArtistAlbum = (TextView) findViewById(R.id.artist_album);
330 mTransientSeek = findViewById(R.id.transient_seek);
331 mTransientSeekBar = (SeekBar) findViewById(R.id.transient_seek_bar);
333 mTransientSeekTimeElapsed = (TextView) findViewById(R.id.transient_seek_time_elapsed);
334 mTransientSeekTimeTotal = (TextView) findViewById(R.id.transient_seek_time_remaining);
335 mBtnPrev = (ImageView) findViewById(
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DToggleSlider.java64 mToggle = (CompoundButton)findViewById(R.id.toggle);
68 mSlider = (SeekBar)findViewById(R.id.slider);
71 mLabel = (TextView)findViewById(R.id.label);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java58 latestItems = (NotificationRowLayout) findViewById(R.id.latestItems);
59 mScrollView = (ScrollView) findViewById(R.id.scroll);
60 mNotificationPanel = (NotificationPanelView) findViewById(R.id.notification_panel);
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeBackupActivity.java74 mFillingGroup = (RadioGroup) findViewById(R.id.filling_group);
75 mAddMayoCheckbox = (CheckBox) findViewById(R.id.mayo);
76 mAddTomatoCheckbox = (CheckBox) findViewById(R.id.tomato);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java122 mIcon = (ImageView) findViewById(com.android.internal.R.id.icon);
123 mBanner = (TextView) findViewById(com.android.internal.R.id.banner);
124 mMessage = (TextView) findViewById(com.android.internal.R.id.message);
126 mMountButton = (Button) findViewById(com.android.internal.R.id.mount_button);
128 mUnmountButton = (Button) findViewById(com.android.internal.R.id.unmount_button);
130 mProgressBar = (ProgressBar) findViewById(com.android.internal.R.id.progress);
/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/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/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java123 ViewGroup contentParent = (ViewGroup) mActivity.findViewById(android.R.id.content);
136 ViewGroup contentParent = (ViewGroup) mActivity.findViewById(android.R.id.content);
149 ViewGroup contentParent = (ViewGroup) mActivity.findViewById(android.R.id.content);
162 ViewGroup contentParent = (ViewGroup) mActivity.findViewById(android.R.id.content);
182 mActionBarView = (ActionBarView) mActivity.findViewById(R.id.action_bar);
212 final ActionBarContainer splitView = (ActionBarContainer) mActivity.findViewById(
219 final ActionBarContextView cab = (ActionBarContextView) mActivity.findViewById(
228 View content = mActivity.findViewById(android.R.id.content);
230 View abcContent = mActivity.findViewById(R.id.action_bar_activity_content);
566 ProgressBarICS pb = (ProgressBarICS) mActionBarView.findViewById(
[all...]
/frameworks/base/core/java/android/preference/
H A DCheckBoxPreference.java61 View checkboxView = view.findViewById(com.android.internal.R.id.checkbox);
/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetEventsTest.java37 button = (Button) getActivity().findViewById(R.id.animatingButton);
/frameworks/base/core/tests/coretests/src/android/view/
H A DDisabledLongpressTest.java47 mSimpleView = a.findViewById(R.id.simple_view);
H A DLongpressTest.java46 mSimpleView = a.findViewById(R.id.simple_view);
H A DRunQueue.java44 final View view = findViewById(R.id.simple_view);
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListScrollListener.java49 mText = (TextView) findViewById(R.id.text);

Completed in 483 milliseconds

1234567891011>>