Home
last modified time | relevance | path

Searched refs:findViewById (Results 1 – 25 of 744) sorted by relevance

12345678910>>...30

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java179 mIpSettingsSpinner = (Spinner) mView.findViewById(R.id.ip_settings); in WifiConfigController()
181 mProxySettingsSpinner = (Spinner) mView.findViewById(R.id.proxy_settings); in WifiConfigController()
187 mSsidView = (TextView) mView.findViewById(R.id.ssid); in WifiConfigController()
189 mSecuritySpinner = ((Spinner) mView.findViewById(R.id.security)); in WifiConfigController()
192 mView.findViewById(R.id.type_ssid).setVisibility(View.VISIBLE); in WifiConfigController()
193 mView.findViewById(R.id.type_security).setVisibility(View.VISIBLE); in WifiConfigController()
201 mView.findViewById(R.id.type).setVisibility(View.VISIBLE); in WifiConfigController()
206 mView.findViewById(R.id.wifi_advanced_toggle).setVisibility(View.VISIBLE); in WifiConfigController()
207 ((CheckBox)mView.findViewById(R.id.wifi_advanced_togglebox)) in WifiConfigController()
215 ViewGroup group = (ViewGroup) mView.findViewById(R.id.info); in WifiConfigController()
[all …]
DWifiSettingsForSetupWizardXL.java163 final View layoutRoot = findViewById(R.id.layout_root); in initViews()
173 mTitleView = (TextView)findViewById(R.id.wifi_setup_title); in initViews()
174 mProgressBar = (ProgressBar)findViewById(R.id.scanning_progress_bar); in initViews()
176 mTopDividerNoProgress = findViewById(R.id.top_divider_no_progress); in initViews()
177 mBottomPadding = findViewById(R.id.bottom_padding); in initViews()
183 mAddNetworkButton = (Button)findViewById(R.id.wifi_setup_add_network); in initViews()
185 mRefreshButton = (Button)findViewById(R.id.wifi_setup_refresh_list); in initViews()
187 mSkipOrNextButton = (Button)findViewById(R.id.wifi_setup_skip_or_next); in initViews()
189 mConnectButton = (Button)findViewById(R.id.wifi_setup_connect); in initViews()
191 mBackButton = (Button)findViewById(R.id.wifi_setup_cancel); in initViews()
[all …]
DWifiStatusTest.java138 updateButton = (Button) findViewById(R.id.update); in onCreate()
141 mWifiState = (TextView) findViewById(R.id.wifi_state); in onCreate()
142 mNetworkState = (TextView) findViewById(R.id.network_state); in onCreate()
143 mSupplicantState = (TextView) findViewById(R.id.supplicant_state); in onCreate()
144 mRSSI = (TextView) findViewById(R.id.rssi); in onCreate()
145 mBSSID = (TextView) findViewById(R.id.bssid); in onCreate()
146 mSSID = (TextView) findViewById(R.id.ssid); in onCreate()
147 mHiddenSSID = (TextView) findViewById(R.id.hidden_ssid); in onCreate()
148 mIPAddr = (TextView) findViewById(R.id.ipaddr); in onCreate()
149 mMACAddr = (TextView) findViewById(R.id.macaddr); in onCreate()
[all …]
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventView.java535 View colorBar = view.findViewById(R.id.color); in bindView()
544 TextView name = (TextView) view.findViewById(R.id.calendar_name); in bindView()
549 TextView accountName = (TextView) view.findViewById(R.id.account_name); in bindView()
775 mLoadingMessage = (TextView) view.findViewById(R.id.loading_message); in EditEventView()
776 mScrollView = (ScrollView) view.findViewById(R.id.scroll_view); in EditEventView()
779 mCalendarsSpinner = (Spinner) view.findViewById(R.id.calendars_spinner); in EditEventView()
780 mTitleTextView = (TextView) view.findViewById(R.id.title); in EditEventView()
781 mLocationTextView = (AutoCompleteTextView) view.findViewById(R.id.location); in EditEventView()
782 mDescriptionTextView = (TextView) view.findViewById(R.id.description); in EditEventView()
783 mTimezoneLabel = (TextView) view.findViewById(R.id.timezone_label); in EditEventView()
[all …]
/packages/apps/Settings/src/com/android/settings/vpn2/
DVpnDialog.java85 mName = (TextView) mView.findViewById(R.id.name); in onCreate()
86 mType = (Spinner) mView.findViewById(R.id.type); in onCreate()
87 mServer = (TextView) mView.findViewById(R.id.server); in onCreate()
88 mUsername = (TextView) mView.findViewById(R.id.username); in onCreate()
89 mPassword = (TextView) mView.findViewById(R.id.password); in onCreate()
90 mSearchDomains = (TextView) mView.findViewById(R.id.search_domains); in onCreate()
91 mDnsServers = (TextView) mView.findViewById(R.id.dns_servers); in onCreate()
92 mRoutes = (TextView) mView.findViewById(R.id.routes); in onCreate()
93 mMppe = (CheckBox) mView.findViewById(R.id.mppe); in onCreate()
94 mL2tpSecret = (TextView) mView.findViewById(R.id.l2tp_secret); in onCreate()
[all …]
/packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
DSendTestBroadcastActivity.java59 EditText messageIdField = (EditText) findViewById(R.id.message_id); in getMessageId()
79 EditText categoryField = (EditText) findViewById(R.id.category_id); in getCategory()
95 EditText messageIdField = (EditText) findViewById(R.id.message_id); in onCreate()
99 EditText categoryIdField = (EditText) findViewById(R.id.category_id); in onCreate()
103 Button etwsNormalTypeButton = (Button) findViewById(R.id.button_etws_normal_type); in onCreate()
117 Button etwsCancelTypeButton = (Button) findViewById(R.id.button_etws_cancel_type); in onCreate()
131 Button etwsTestTypeButton = (Button) findViewById(R.id.button_etws_test_type); in onCreate()
145 Button cmasPresAlertButton = (Button) findViewById(R.id.button_cmas_pres_alert); in onCreate()
159 Button cmasExtremeAlertButton = (Button) findViewById(R.id.button_cmas_extreme_alert); in onCreate()
173 Button cmasSevereAlertButton = (Button) findViewById(R.id.button_cmas_severe_alert); in onCreate()
[all …]
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java265 mDeviceId= (TextView) findViewById(R.id.imei); in onCreate()
266 number = (TextView) findViewById(R.id.number); in onCreate()
267 callState = (TextView) findViewById(R.id.call); in onCreate()
268 operatorName = (TextView) findViewById(R.id.operator); in onCreate()
269 roamingState = (TextView) findViewById(R.id.roaming); in onCreate()
270 gsmState = (TextView) findViewById(R.id.gsm); in onCreate()
271 gprsState = (TextView) findViewById(R.id.gprs); in onCreate()
272 network = (TextView) findViewById(R.id.network); in onCreate()
273 dBm = (TextView) findViewById(R.id.dbm); in onCreate()
274 mMwi = (TextView) findViewById(R.id.mwi); in onCreate()
[all …]
DCryptKeeper.java171 View view = findViewById(id); in hide()
203 final TextView status = (TextView) findViewById(R.id.status); in onPostExecute()
228 final TextView status = (TextView) findViewById(R.id.status); in beginAttempt()
245 final TextView status = (TextView) findViewById(R.id.status); in handleBadAttempt()
509 final TextView status = (TextView) findViewById(R.id.status); in setupUi()
512 final TextView ownerInfo = (TextView) findViewById(R.id.owner_info); in setupUi()
582 ((ProgressBar) findViewById(R.id.progress_bar)).setIndeterminate(true); in encryptionProgressInit()
598 findViewById(R.id.encroid).setVisibility(View.GONE); in showFactoryReset()
601 final Button button = (Button) findViewById(R.id.factory_reset); in showFactoryReset()
617 ((TextView) findViewById(R.id.title)).setText(R.string.crypt_keeper_data_corrupt_title); in showFactoryReset()
[all …]
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
DStrictModeActivity.java109 final Button readButton = (Button) findViewById(R.id.read_button); in onCreate()
126 final Button writeButton = (Button) findViewById(R.id.write_button); in onCreate()
135 final Button writeLoopButton = (Button) findViewById(R.id.write_loop_button); in onCreate()
150 final Button dnsButton = (Button) findViewById(R.id.dns_button); in onCreate()
177 final Button httpButton = (Button) findViewById(R.id.http_button); in onCreate()
195 final Button http2Button = (Button) findViewById(R.id.http2_button); in onCreate()
211 final Button http3Button = (Button) findViewById(R.id.http3_button); in onCreate()
226 final Button binderLocalButton = (Button) findViewById(R.id.binder_local_button); in onCreate()
238 final Button binderRemoteButton = (Button) findViewById(R.id.binder_remote_button); in onCreate()
252 final Button binderOneWayButton = (Button) findViewById(R.id.binder_oneway_button); in onCreate()
[all …]
/packages/apps/MusicFX/src/com/android/musicfx/
DActivityMusic.java266 final ViewGroup viewGroup = (ViewGroup) findViewById(R.id.contentSoundEffects); in onCreate()
308 findViewById(R.id.vILayout).setOnTouchListener(new OnTouchListener() { in onCreate()
319 final SeekBar seekbar = (SeekBar) findViewById(R.id.vIStrengthSeekBar); in onCreate()
355 final Switch sw = (Switch) findViewById(R.id.vIStrengthToggle); in onCreate()
370 findViewById(R.id.bBLayout).setOnTouchListener(new OnTouchListener() { in onCreate()
381 final SeekBar seekbar = (SeekBar) findViewById(R.id.bBStrengthSeekBar); in onCreate()
427 equalizerSpinnerInit((Spinner)findViewById(R.id.eqSpinner)); in onCreate()
428 equalizerBandsInit(findViewById(R.id.eqcontainer)); in onCreate()
437 reverbSpinnerInit((Spinner)findViewById(R.id.prSpinner)); in onCreate()
442 ((TextView) findViewById(R.id.noEffectsTextView)).setVisibility(View.VISIBLE); in onCreate()
[all …]
/packages/apps/DeskClock/src/com/android/deskclock/
DTimerSetupView.java85 View v1 = findViewById(R.id.first); in onFinishInflate()
86 View v2 = findViewById(R.id.second); in onFinishInflate()
87 View v3 = findViewById(R.id.third); in onFinishInflate()
88 View v4 = findViewById(R.id.fourth); in onFinishInflate()
90 mEnteredTime = (TimerView)findViewById(R.id.timer_time_text); in onFinishInflate()
91 mDelete = (ImageButton)findViewById(R.id.delete); in onFinishInflate()
94 mDivider = findViewById(R.id.divider); in onFinishInflate()
96 mNumbers[1] = (Button)v1.findViewById(R.id.key_left); in onFinishInflate()
97 mNumbers[2] = (Button)v1.findViewById(R.id.key_middle); in onFinishInflate()
98 mNumbers[3] = (Button)v1.findViewById(R.id.key_right); in onFinishInflate()
[all …]
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppDetails.java462 final ViewGroup allDetails = (ViewGroup) view.findViewById(R.id.all_details); in onCreateView()
469 mTotalSize = (TextView) view.findViewById(R.id.total_size_text); in onCreateView()
470 mAppSize = (TextView) view.findViewById(R.id.application_size_text); in onCreateView()
471 mDataSize = (TextView) view.findViewById(R.id.data_size_text); in onCreateView()
472 mExternalCodeSize = (TextView) view.findViewById(R.id.external_code_size_text); in onCreateView()
473 mExternalDataSize = (TextView) view.findViewById(R.id.external_data_size_text); in onCreateView()
481 View btnPanel = view.findViewById(R.id.control_buttons_panel); in onCreateView()
482 mForceStopButton = (Button) btnPanel.findViewById(R.id.left_button); in onCreateView()
484 mUninstallButton = (Button) btnPanel.findViewById(R.id.right_button); in onCreateView()
488 mMoreControlButtons = view.findViewById(R.id.more_control_buttons_panel); in onCreateView()
[all …]
DProcessStatsDetail.java118 final TextView summary = (TextView) mRootView.findViewById(android.R.id.summary); in createDetails()
121 mTitleView = (TextView) mRootView.findViewById(android.R.id.title); in createDetails()
123 final TextView text1 = (TextView)mRootView.findViewById(android.R.id.text1); in createDetails()
125 final ProgressBar progress = (ProgressBar) mRootView.findViewById(android.R.id.progress); in createDetails()
127 final ImageView icon = (ImageView) mRootView.findViewById(android.R.id.icon); in createDetails()
132 mTwoButtonsPanel = (ViewGroup)mRootView.findViewById(R.id.two_buttons_panel); in createDetails()
133 mForceStopButton = (Button)mRootView.findViewById(R.id.right_button); in createDetails()
134 mReportButton = (Button)mRootView.findViewById(R.id.left_button); in createDetails()
138 mDetailsParent = (ViewGroup)mRootView.findViewById(R.id.details); in createDetails()
139 mServicesParent = (ViewGroup)mRootView.findViewById(R.id.services); in createDetails()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java246 mProgressTransfer = (ProgressBar)mView.findViewById(R.id.progress_transfer); in createView()
247 mPercentView = (TextView)mView.findViewById(R.id.progress_percent); in createView()
266 mLine1View = (TextView)mView.findViewById(R.id.line1_view); in customizeViewContent()
269 mLine2View = (TextView)mView.findViewById(R.id.line2_view); in customizeViewContent()
272 mLine3View = (TextView)mView.findViewById(R.id.line3_view); in customizeViewContent()
276 mLine5View = (TextView)mView.findViewById(R.id.line5_view); in customizeViewContent()
285 mLine1View = (TextView)mView.findViewById(R.id.line1_view); in customizeViewContent()
288 mLine2View = (TextView)mView.findViewById(R.id.line2_view); in customizeViewContent()
291 mLine3View = (TextView)mView.findViewById(R.id.line3_view); in customizeViewContent()
295 mLine5View = (TextView)mView.findViewById(R.id.line5_view); in customizeViewContent()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupWizardActivity.java126 mSetupWizard = findViewById(R.id.setup_wizard); in onCreate()
135 mWelcomeScreen = findViewById(R.id.setup_welcome_screen); in onCreate()
136 final TextView welcomeTitle = (TextView)findViewById(R.id.setup_welcome_title); in onCreate()
139 mSetupScreen = findViewById(R.id.setup_steps_screen); in onCreate()
140 final TextView stepsTitle = (TextView)findViewById(R.id.setup_title); in onCreate()
144 (SetupStepIndicatorView)findViewById(R.id.setup_step_indicator); in onCreate()
147 mStep1Bullet = (TextView)findViewById(R.id.setup_step1_bullet); in onCreate()
150 mStep1Bullet, findViewById(R.id.setup_step1), in onCreate()
165 (TextView)findViewById(R.id.setup_step2_bullet), findViewById(R.id.setup_step2), in onCreate()
178 (TextView)findViewById(R.id.setup_step3_bullet), findViewById(R.id.setup_step3), in onCreate()
[all …]
/packages/apps/InCallUI/src/com/android/incallui/
DCallCardFragment.java175 mPhoneNumber = (TextView) view.findViewById(R.id.phoneNumber); in onViewCreated()
176 mPrimaryName = (TextView) view.findViewById(R.id.name); in onViewCreated()
177 mNumberLabel = (TextView) view.findViewById(R.id.label); in onViewCreated()
178 mSecondaryCallInfo = view.findViewById(R.id.secondary_call_info); in onViewCreated()
179 mSecondaryCallProviderInfo = view.findViewById(R.id.secondary_call_provider_info); in onViewCreated()
180 mPhoto = (ImageView) view.findViewById(R.id.photo); in onViewCreated()
181 mCallStateIcon = (ImageView) view.findViewById(R.id.callStateIcon); in onViewCreated()
182 mCallStateVideoCallIcon = (ImageView) view.findViewById(R.id.videoCallIcon); in onViewCreated()
183 mCallStateLabel = (TextView) view.findViewById(R.id.callStateLabel); in onViewCreated()
184 mCallNumberAndLabel = view.findViewById(R.id.labelAndNumber); in onViewCreated()
[all …]
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
DVideoChatTestActivity.java55 FrameLayout fl = (FrameLayout)findViewById(R.id.previewFrame); in onCreate()
63 ((Button) findViewById(R.id.gobutton)).setOnClickListener(mGoListener); in onCreate()
65 ((TextView)findViewById(R.id.statushistory)).setVerticalScrollBarEnabled(true); in onCreate()
66 mTextStatusHistory = (TextView) findViewById(R.id.statushistory); in onCreate()
156 mTextStatus = (TextView) findViewById(R.id.status); in doInBackground()
158 ((CheckBox) findViewById(R.id.frontcameracheckbox)).isChecked(); in doInBackground()
159 boolean testBackCamera = ((CheckBox) findViewById(R.id.backcameracheckbox)).isChecked(); in doInBackground()
160 boolean testQVGA = ((CheckBox) findViewById(R.id.qvgacheckbox)).isChecked(); in doInBackground()
161 boolean testVGA = ((CheckBox) findViewById(R.id.vgacheckbox)).isChecked(); in doInBackground()
162 boolean test15fps = ((CheckBox) findViewById(R.id.fps15checkbox)).isChecked(); in doInBackground()
[all …]
/packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
DFillCallLogTestActivity.java97 mNumberTextView = (TextView) findViewById(R.id.number); in onCreate()
98 mAddButton = (Button) findViewById(R.id.add); in onCreate()
99 mProgressBar = (ProgressBar) findViewById(R.id.progress); in onCreate()
100 mUseRandomNumbers = (CheckBox) findViewById(R.id.use_random_numbers); in onCreate()
125 mCallTypeIncoming = (RadioButton) findViewById(R.id.call_type_incoming); in onCreate()
126 mCallTypeMissed = (RadioButton) findViewById(R.id.call_type_missed); in onCreate()
127 mCallTypeOutgoing = (RadioButton) findViewById(R.id.call_type_outgoing); in onCreate()
128 mCallTypeVideo = (CheckBox) findViewById(R.id.call_type_video); in onCreate()
129 mPresentationAllowed = (RadioButton) findViewById(R.id.presentation_allowed); in onCreate()
130 mPresentationPayphone = (RadioButton) findViewById(R.id.presentation_payphone); in onCreate()
[all …]
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DDialpadView.java110 mDigits = (EditText) findViewById(R.id.digits); in onFinishInflate()
111 mDelete = (ImageButton) findViewById(R.id.deleteButton); in onFinishInflate()
112 mOverflowMenuButton = findViewById(R.id.dialpad_overflow); in onFinishInflate()
113 mRateContainer = (ViewGroup) findViewById(R.id.rate_container); in onFinishInflate()
114 mIldCountry = (TextView) mRateContainer.findViewById(R.id.ild_country); in onFinishInflate()
115 mIldRate = (TextView) mRateContainer.findViewById(R.id.ild_rate); in onFinishInflate()
145 dialpadKey = (DialpadKeyButton) findViewById(mButtonIds[i]); in setupKeypad()
146 numberView = (TextView) dialpadKey.findViewById(R.id.dialpad_key_number); in setupKeypad()
147 lettersView = (TextView) dialpadKey.findViewById(R.id.dialpad_key_letters); in setupKeypad()
165 final DialpadKeyButton one = (DialpadKeyButton) findViewById(R.id.one); in setupKeypad()
[all …]
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java686 mCaptureLayout = (View) findViewById(R.id.pano_capture_layout); in createContentView()
687 mPanoProgressBar = (PanoProgressBar) findViewById(R.id.pano_pan_progress_bar); in createContentView()
703 mLeftIndicator = (ImageView) findViewById(R.id.pano_pan_left_indicator); in createContentView()
704 mRightIndicator = (ImageView) findViewById(R.id.pano_pan_right_indicator); in createContentView()
707 mTooFastPrompt = (TextView) findViewById(R.id.pano_capture_too_fast_textview); in createContentView()
708 mFastIndicationBorder = (View) findViewById(R.id.pano_speed_indication_border); in createContentView()
710 mSavingProgressBar = (PanoProgressBar) findViewById(R.id.pano_saving_progress_bar); in createContentView()
716 mCaptureIndicator = (RotateLayout) findViewById(R.id.pano_capture_indicator); in createContentView()
718 mThumbnailView = (RotateImageView) findViewById(R.id.thumbnail); in createContentView()
721 mReviewLayout = (View) findViewById(R.id.pano_review_layout); in createContentView()
[all …]
/packages/apps/Browser/src/com/android/browser/
DAddBookmarkPage.java543 TextView tv = (TextView) view.findViewById(android.R.id.text1); in onItemClick()
576 ((TextView) view.findViewById(android.R.id.text1)).setText( in bindView()
611 mFakeTitle = (TextView) findViewById(R.id.fake_title); in onCreate()
621 findViewById(R.id.row_address).setVisibility(View.GONE); in onCreate()
639 mTitle = (EditText) findViewById(R.id.title); in onCreate()
642 mAddress = (EditText) findViewById(R.id.address); in onCreate()
645 mButton = (TextView) findViewById(R.id.OK); in onCreate()
648 mCancelButton = findViewById(R.id.cancel); in onCreate()
651 mFolder = (FolderSpinner) findViewById(R.id.folder); in onCreate()
656 mDefaultView = findViewById(R.id.default_view); in onCreate()
[all …]
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java761 mFilmstripLayout = (FilmstripLayout) appRootView.findViewById(R.id.filmstrip_layout); in CameraAppUI()
762 mCameraRootView = (FrameLayout) appRootView.findViewById(R.id.camera_app_root); in CameraAppUI()
764 mAppRootView.findViewById(R.id.mode_transition_view); in CameraAppUI()
766 (ViewGroup) mAppRootView.findViewById(R.id.filmstrip_bottom_panel)); in CameraAppUI()
767 mFilmstripPanel = (FilmstripContentPanel) mAppRootView.findViewById(R.id.filmstrip_layout); in CameraAppUI()
775 mModeListView = (ModeListView) appRootView.findViewById(R.id.mode_list_layout); in CameraAppUI()
789 mPeekView = (PeekView) appRootView.findViewById(R.id.peek_view); in CameraAppUI()
792 mAccessibilityAffordances = mAppRootView.findViewById(R.id.accessibility_affordances); in CameraAppUI()
793 View modeListToggle = mAppRootView.findViewById(R.id.accessibility_mode_toggle_button); in CameraAppUI()
800 View filmstripToggle = mAppRootView.findViewById( in CameraAppUI()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorChanSat.java99 mButton = (SwapButton) accessoryViewList.findViewById(R.id.applyEffect); in openUtilityPanel()
190 mMainBar = (SeekBar) controls.findViewById(R.id.mainSeekbar); in setUtilityPanelUI()
193 mMainValue = (TextView) controls.findViewById(R.id.mainValue); in setUtilityPanelUI()
194 mRedBar = (SeekBar) controls.findViewById(R.id.redSeekBar); in setUtilityPanelUI()
197 mRedValue = (TextView) controls.findViewById(R.id.redValue); in setUtilityPanelUI()
198 mYellowBar = (SeekBar) controls.findViewById(R.id.yellowSeekBar); in setUtilityPanelUI()
201 mYellowValue = (TextView) controls.findViewById(R.id.yellowValue); in setUtilityPanelUI()
202 mGreenBar = (SeekBar) controls.findViewById(R.id.greenSeekBar); in setUtilityPanelUI()
205 mGreenValue = (TextView) controls.findViewById(R.id.greenValue); in setUtilityPanelUI()
206 mCyanBar = (SeekBar) controls.findViewById(R.id.cyanSeekBar); in setUtilityPanelUI()
[all …]
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageDetail.java389 final TextView summary = (TextView) mRootView.findViewById(android.R.id.summary); in createDetails()
396 mTitleView = (TextView) mRootView.findViewById(android.R.id.title); in createDetails()
399 final TextView text1 = (TextView)mRootView.findViewById(android.R.id.text1); in createDetails()
402 mTwoButtonsPanel = (ViewGroup)mRootView.findViewById(R.id.two_buttons_panel); in createDetails()
403 mForceStopButton = (Button)mRootView.findViewById(R.id.left_button); in createDetails()
404 mReportButton = (Button)mRootView.findViewById(R.id.right_button); in createDetails()
407 final ProgressBar progress = (ProgressBar) mRootView.findViewById(android.R.id.progress); in createDetails()
410 final ImageView icon = (ImageView) mRootView.findViewById(android.R.id.icon); in createDetails()
413 mDetailsParent = (ViewGroup)mRootView.findViewById(R.id.details); in createDetails()
414 mControlsParent = (ViewGroup)mRootView.findViewById(R.id.controls); in createDetails()
[all …]
/packages/apps/Dialer/src/com/android/dialer/widget/
DSearchEditTextLayout.java92 mCollapsed = findViewById(R.id.search_box_collapsed); in onFinishInflate()
93 mExpanded = findViewById(R.id.search_box_expanded); in onFinishInflate()
94 mSearchView = (EditText) mExpanded.findViewById(R.id.search_view); in onFinishInflate()
96 mSearchIcon = findViewById(R.id.search_magnifying_glass); in onFinishInflate()
97 mCollapsedSearchBox = findViewById(R.id.search_box_start_search); in onFinishInflate()
98 mVoiceSearchButtonView = findViewById(R.id.voice_search_button); in onFinishInflate()
99 mOverflowButtonView = findViewById(R.id.dialtacts_options_menu_button); in onFinishInflate()
100 mBackButtonView = findViewById(R.id.search_back_button); in onFinishInflate()
101 mExpandedSearchBox = findViewById(R.id.search_box_expanded); in onFinishInflate()
102 mClearButtonView = findViewById(R.id.search_close_button); in onFinishInflate()
[all …]

12345678910>>...30