/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/ |
D | WifiConfigController.java | 246 mSsidScanButton = (ImageButton) mView.findViewById(R.id.ssid_scanner_button); in initWifiConfigController() 247 mPasswordScanButton = (ImageButton) mView.findViewById(R.id.password_scanner_button); in initWifiConfigController() 248 mDialogContainer = mView.findViewById(R.id.dialog_scrollview); in initWifiConfigController() 249 mIpSettingsSpinner = (Spinner) mView.findViewById(R.id.ip_settings); in initWifiConfigController() 251 mProxySettingsSpinner = (Spinner) mView.findViewById(R.id.proxy_settings); in initWifiConfigController() 253 mSharedCheckBox = (CheckBox) mView.findViewById(R.id.shared); in initWifiConfigController() 254 mMeteredSettingsSpinner = mView.findViewById(R.id.metered_settings); in initWifiConfigController() 255 mHiddenSettingsSpinner = mView.findViewById(R.id.hidden_settings); in initWifiConfigController() 256 mPrivacySettingsSpinner = mView.findViewById(R.id.privacy_settings); in initWifiConfigController() 259 View privacySettingsLayout = mView.findViewById(R.id.privacy_settings_fields); in initWifiConfigController() [all …]
|
D | WifiStatusTest.java | 133 updateButton = (Button) findViewById(R.id.update); in onCreate() 136 mWifiState = (TextView) findViewById(R.id.wifi_state); in onCreate() 137 mNetworkState = (TextView) findViewById(R.id.network_state); in onCreate() 138 mSupplicantState = (TextView) findViewById(R.id.supplicant_state); in onCreate() 139 mRSSI = (TextView) findViewById(R.id.rssi); in onCreate() 140 mBSSID = (TextView) findViewById(R.id.bssid); in onCreate() 141 mSSID = (TextView) findViewById(R.id.ssid); in onCreate() 142 mHiddenSSID = (TextView) findViewById(R.id.hidden_ssid); in onCreate() 143 mIPAddr = (TextView) findViewById(R.id.ipaddr); in onCreate() 144 mMACAddr = (TextView) findViewById(R.id.macaddr); in onCreate() [all …]
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiConfigController.java | 245 mSsidScanButton = (ImageButton) mView.findViewById(R.id.ssid_scanner_button); in initWifiConfigController() 246 mPasswordScanButton = (ImageButton) mView.findViewById(R.id.password_scanner_button); in initWifiConfigController() 247 mDialogContainer = mView.findViewById(R.id.dialog_scrollview); in initWifiConfigController() 248 mIpSettingsSpinner = (Spinner) mView.findViewById(R.id.ip_settings); in initWifiConfigController() 250 mProxySettingsSpinner = (Spinner) mView.findViewById(R.id.proxy_settings); in initWifiConfigController() 252 mSharedCheckBox = (CheckBox) mView.findViewById(R.id.shared); in initWifiConfigController() 253 mMeteredSettingsSpinner = mView.findViewById(R.id.metered_settings); in initWifiConfigController() 254 mHiddenSettingsSpinner = mView.findViewById(R.id.hidden_settings); in initWifiConfigController() 255 mPrivacySettingsSpinner = mView.findViewById(R.id.privacy_settings); in initWifiConfigController() 258 View privacySettingsLayout = mView.findViewById(R.id.privacy_settings_fields); in initWifiConfigController() [all …]
|
D | WifiStatusTest.java | 133 updateButton = (Button) findViewById(R.id.update); in onCreate() 136 mWifiState = (TextView) findViewById(R.id.wifi_state); in onCreate() 137 mNetworkState = (TextView) findViewById(R.id.network_state); in onCreate() 138 mSupplicantState = (TextView) findViewById(R.id.supplicant_state); in onCreate() 139 mRSSI = (TextView) findViewById(R.id.rssi); in onCreate() 140 mBSSID = (TextView) findViewById(R.id.bssid); in onCreate() 141 mSSID = (TextView) findViewById(R.id.ssid); in onCreate() 142 mHiddenSSID = (TextView) findViewById(R.id.hidden_ssid); in onCreate() 143 mIPAddr = (TextView) findViewById(R.id.ipaddr); in onCreate() 144 mMACAddr = (TextView) findViewById(R.id.macaddr); in onCreate() [all …]
|
/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/ |
D | SendTestBroadcastActivity.java | 59 EditText messageIdField = (EditText) findViewById(R.id.message_id); in getSerialNumber() 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 etwsEarthquakeTypeButton = (Button) findViewById(R.id.button_etws_earthquake_type); in onCreate() 117 Button etwsTsunamiTypeButton = (Button) findViewById(R.id.button_etws_tsunami_type); in onCreate() 132 findViewById(R.id.button_etws_earthquake_tsunami_type); in onCreate() 146 Button etwsOtherTypeButton = (Button) findViewById(R.id.button_etws_other_type); in onCreate() 160 Button etwsCancelTypeButton = (Button) findViewById(R.id.button_etws_cancel_type); in onCreate() 174 Button etwsTestTypeButton = (Button) findViewById(R.id.button_etws_test_type); in onCreate() [all …]
|
/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
D | DialpadView.java | 137 digits = (EditText) findViewById(R.id.digits); in onFinishInflate() 138 digitsHint = findViewById(R.id.digits_hint); in onFinishInflate() 139 delete = (ImageButton) findViewById(R.id.deleteButton); in onFinishInflate() 140 overflowMenuButton = findViewById(R.id.dialpad_overflow); in onFinishInflate() 141 rateContainer = (ViewGroup) findViewById(R.id.rate_container); in onFinishInflate() 142 ildCountry = (TextView) rateContainer.findViewById(R.id.ild_country); in onFinishInflate() 143 ildRate = (TextView) rateContainer.findViewById(R.id.ild_rate); in onFinishInflate() 163 DialpadKeyButton dialpadKey = (DialpadKeyButton) findViewById(BUTTON_IDS[i]); in setupKeypad() 164 TextView numberView = (TextView) dialpadKey.findViewById(R.id.dialpad_key_number); in setupKeypad() 204 TextView primaryLettersView = (TextView) dialpadKey.findViewById(R.id.dialpad_key_letters); in setupKeypad() [all …]
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
D | ConfigDialog.java | 105 mName = (TextView) mView.findViewById(R.id.name); in onCreate() 106 mType = (Spinner) mView.findViewById(R.id.type); in onCreate() 107 mServer = (TextView) mView.findViewById(R.id.server); in onCreate() 108 mUsername = (TextView) mView.findViewById(R.id.username); in onCreate() 109 mPassword = (TextView) mView.findViewById(R.id.password); in onCreate() 110 mSearchDomains = (TextView) mView.findViewById(R.id.search_domains); in onCreate() 111 mDnsServers = (TextView) mView.findViewById(R.id.dns_servers); in onCreate() 112 mRoutes = (TextView) mView.findViewById(R.id.routes); in onCreate() 113 mProxySettings = (Spinner) mView.findViewById(R.id.vpn_proxy_settings); in onCreate() 114 mProxyHost = (TextView) mView.findViewById(R.id.vpn_proxy_host); in onCreate() [all …]
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/vpn2/ |
D | ConfigDialog.java | 105 mName = (TextView) mView.findViewById(R.id.name); in onCreate() 106 mType = (Spinner) mView.findViewById(R.id.type); in onCreate() 107 mServer = (TextView) mView.findViewById(R.id.server); in onCreate() 108 mUsername = (TextView) mView.findViewById(R.id.username); in onCreate() 109 mPassword = (TextView) mView.findViewById(R.id.password); in onCreate() 110 mSearchDomains = (TextView) mView.findViewById(R.id.search_domains); in onCreate() 111 mDnsServers = (TextView) mView.findViewById(R.id.dns_servers); in onCreate() 112 mRoutes = (TextView) mView.findViewById(R.id.routes); in onCreate() 113 mProxySettings = (Spinner) mView.findViewById(R.id.vpn_proxy_settings); in onCreate() 114 mProxyHost = (TextView) mView.findViewById(R.id.vpn_proxy_host); in onCreate() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/ |
D | WifiConfigControllerTest.java | 90 final Spinner ipSettingsSpinner = mView.findViewById(R.id.ip_settings); in setUp() 91 mHiddenSettingsSpinner = mView.findViewById(R.id.hidden_settings); in setUp() 102 final TextView ssid = mView.findViewById(R.id.ssid); in ssidExceeds32Bytes_shouldShowSsidTooLongWarning() 107 assertThat(mView.findViewById(R.id.ssid_too_long_warning).getVisibility()) in ssidExceeds32Bytes_shouldShowSsidTooLongWarning() 116 final TextView ssid = mView.findViewById(R.id.ssid); in ssidShorterThan32Bytes_shouldNotShowSsidTooLongWarning() 121 assertThat(mView.findViewById(R.id.ssid_too_long_warning).getVisibility()) in ssidShorterThan32Bytes_shouldNotShowSsidTooLongWarning() 127 assertThat(mView.findViewById(R.id.ssid_too_long_warning).getVisibility()) in ssidShorterThan32Bytes_shouldNotShowSsidTooLongWarning() 133 final TextView ssid = mView.findViewById(R.id.ssid); in isSubmittable_noSSID_shouldReturnFalse() 141 final TextView password = mView.findViewById(R.id.password); in isSubmittable_longPsk_shouldReturnFalse() 149 final TextView password = mView.findViewById(R.id.password); in isSubmittable_shortPsk_shouldReturnFalse() [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/ |
D | AudioTestFragment.java | 226 view.findViewById(R.id.button_focus_request_selection), in onCreateView() 227 view.findViewById(R.id.button_audio_focus_request), in onCreateView() 228 view.findViewById(R.id.text_audio_focus_state)); in onCreateView() 229 view.findViewById(R.id.button_media_play_start).setOnClickListener(v -> { in onCreateView() 234 view.findViewById(R.id.button_media_play_once).setOnClickListener(v -> { in onCreateView() 239 view.findViewById(R.id.button_media_play_stop).setOnClickListener(v -> mMusicPlayer.stop()); in onCreateView() 240 view.findViewById(R.id.button_wav_play_start).setOnClickListener( in onCreateView() 242 view.findViewById(R.id.button_wav_play_stop).setOnClickListener(v -> mWavPlayer.stop()); in onCreateView() 243 view.findViewById(R.id.button_nav_play_once).setOnClickListener(v -> { in onCreateView() 260 view.findViewById(R.id.button_vr_play_once).setOnClickListener(v -> { in onCreateView() [all …]
|
/packages/apps/Car/Media/src/com/android/car/media/ |
D | PlaybackFragment.java | 120 mThumbnailContainer = itemView.findViewById(R.id.thumbnail_container); in QueueViewHolder() 121 mThumbnail = itemView.findViewById(R.id.thumbnail); in QueueViewHolder() 122 mSpacer = itemView.findViewById(R.id.spacer); in QueueViewHolder() 123 mTitle = itemView.findViewById(R.id.title); in QueueViewHolder() 124 mCurrentTime = itemView.findViewById(R.id.current_time); in QueueViewHolder() 125 mMaxTime = itemView.findViewById(R.id.max_time); in QueueViewHolder() 126 mTimeSeparator = itemView.findViewById(R.id.separator); in QueueViewHolder() 127 mActiveIcon = itemView.findViewById(R.id.now_playing_icon); in QueueViewHolder() 268 mAlbumBackground = view.findViewById(R.id.playback_background); in onCreateView() 269 mQueue = view.findViewById(R.id.queue_list); in onCreateView() [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/ |
D | NetworkListAdapter.java | 57 vh.netActive = convertView.findViewById(R.id.network_active); in getView() 58 vh.netId = convertView.findViewById(R.id.network_id); in getView() 59 vh.netType = convertView.findViewById(R.id.network_type); in getView() 60 vh.netState = convertView.findViewById(R.id.network_state); in getView() 61 vh.connected = convertView.findViewById(R.id.network_connected); in getView() 62 vh.available = convertView.findViewById(R.id.network_available); in getView() 63 vh.roaming = convertView.findViewById(R.id.network_roaming); in getView() 64 vh.netIface = convertView.findViewById(R.id.network_iface); in getView() 65 vh.hwAddress = convertView.findViewById(R.id.hw_address); in getView() 66 vh.ipAddresses = convertView.findViewById(R.id.network_ip_addresses); in getView() [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/ |
D | HvacTestFragment.java | 269 mTvFanSpeed = (TextView) mHvacView.findViewById(R.id.tvFanSpeed); in onCreateView() 271 mTvDTemp = (TextView) mHvacView.findViewById(R.id.tvDTemp); in onCreateView() 273 mTvPTemp = (TextView) mHvacView.findViewById(R.id.tvPTemp); in onCreateView() 275 mTvOutsideTemp = (TextView) mHvacView.findViewById(R.id.tvOutsideTemp); in onCreateView() 295 mTbDual = (ToggleButton) v.findViewById(R.id.tbDual); in configureDualOn() 306 mTbAc = (ToggleButton) v.findViewById(R.id.tbAc); in configureAcOn() 317 mTbAuto = (ToggleButton) v.findViewById(R.id.tbAuto); in configureAutoModeOn() 329 RadioGroup rg = (RadioGroup) v.findViewById(R.id.rgFanPosition); in configureFanPosition() 366 mRbFanPositionFace = (RadioButton) v.findViewById(R.id.rbPositionFace); in configureFanPosition() 368 mRbFanPositionFloor = (RadioButton) v.findViewById(R.id.rbPositionFloor); in configureFanPosition() [all …]
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
D | ActivityMusic.java | 276 final ViewGroup viewGroup = (ViewGroup) findViewById(R.id.contentSoundEffects); in onCreate() 279 findViewById(R.id.bBStrengthText).setLabelFor(R.id.bBStrengthSeekBar); in onCreate() 280 findViewById(R.id.vIStrengthText).setLabelFor(R.id.vIStrengthSeekBar); in onCreate() 322 findViewById(R.id.vILayout).setOnTouchListener(new OnTouchListener() { in onCreate() 333 final SeekBar seekbar = (SeekBar) findViewById(R.id.vIStrengthSeekBar); in onCreate() 369 final Switch sw = (Switch) findViewById(R.id.vIStrengthToggle); in onCreate() 384 findViewById(R.id.bBLayout).setOnTouchListener(new OnTouchListener() { in onCreate() 395 final SeekBar seekbar = (SeekBar) findViewById(R.id.bBStrengthSeekBar); in onCreate() 441 equalizerSpinnerInit((Spinner)findViewById(R.id.eqSpinner)); in onCreate() 442 equalizerBandsInit(findViewById(R.id.eqcontainer)); in onCreate() [all …]
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | ImportancePreference.java | 108 mSilenceButton = holder.findViewById(R.id.silence); in onBindViewHolder() 109 mAlertButton = holder.findViewById(R.id.alert); in onBindViewHolder() 176 parent.findViewById(R.id.silence_summary).setVisibility(GONE); in setImportanceSummary() 177 ((ImageView) parent.findViewById(R.id.silence_icon)).setImageTintList(colorNormal); in setImportanceSummary() 178 ((TextView) parent.findViewById(R.id.silence_label)).setTextColor(colorNormal); in setImportanceSummary() 180 ((ImageView) parent.findViewById(R.id.alert_icon)).setImageTintList(colorAccent); in setImportanceSummary() 181 ((TextView) parent.findViewById(R.id.alert_label)).setTextColor(colorAccent); in setImportanceSummary() 183 parent.findViewById(R.id.alert_summary).setVisibility(VISIBLE); in setImportanceSummary() 185 parent.findViewById(R.id.alert_summary).setVisibility(GONE); in setImportanceSummary() 186 ((ImageView) parent.findViewById(R.id.alert_icon)).setImageTintList(colorNormal); in setImportanceSummary() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | NotificationAppPreferenceTest.java | 65 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in setChecked_shouldUpdateButtonCheckedState() 67 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget); in setChecked_shouldUpdateButtonCheckedState() 83 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in setSwitchEnabled_shouldUpdateButtonEnabledState() 85 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget); in setSwitchEnabled_shouldUpdateButtonEnabledState() 101 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in setSwitchEnabled_shouldUpdateButtonEnabledState_beforeViewBound() 103 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget); in setSwitchEnabled_shouldUpdateButtonEnabledState_beforeViewBound() 116 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldToggleButton() 120 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget); in clickWidgetView_shouldToggleButton() 136 final LinearLayout widgetView = holder.itemView.findViewById(android.R.id.widget_frame); in clickWidgetView_shouldNotToggleButtonIfDisabled() 140 final Switch toggle = (Switch) holder.findViewById(R.id.switchWidget); in clickWidgetView_shouldNotToggleButtonIfDisabled() [all …]
|
D | ImportancePreferenceTest.java | 81 assertThat(holder.itemView.findViewById(R.id.silence).isEnabled()).isFalse(); in onBindViewHolder_nonConfigurable() 82 assertThat(holder.itemView.findViewById(R.id.alert).isEnabled()).isFalse(); in onBindViewHolder_nonConfigurable() 84 assertThat(holder.itemView.findViewById(R.id.alert).getBackground()).isEqualTo(selected); in onBindViewHolder_nonConfigurable() 85 assertThat(holder.itemView.findViewById(R.id.silence).getBackground()) in onBindViewHolder_nonConfigurable() 94 assertThat(holder.itemView.findViewById(R.id.alert).getBackground()).isEqualTo(unselected); in onBindViewHolder_nonConfigurable() 95 assertThat(holder.itemView.findViewById(R.id.silence).getBackground()).isEqualTo(selected); in onBindViewHolder_nonConfigurable() 114 assertThat(holder.itemView.findViewById(R.id.alert).getBackground()).isEqualTo(selected); in onBindViewHolder_selectButtonAndText() 115 assertThat(holder.itemView.findViewById(R.id.silence).getBackground()) in onBindViewHolder_selectButtonAndText() 117 assertThat(((TextView) holder.itemView.findViewById(R.id.alert_summary)).getText()) in onBindViewHolder_selectButtonAndText() 136 View silenceButton = holder.itemView.findViewById(R.id.silence); in onClick_changesUICallsListener() [all …]
|
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/ |
D | ThemePreviewPage.java | 62 TextView header = card.findViewById(R.id.theme_preview_card_header); in bindPreviewContent() 66 card.findViewById(R.id.theme_preview_top_bar).setVisibility(View.GONE); in bindPreviewContent() 67 card.findViewById(R.id.edit_label).setVisibility(View.GONE); in bindPreviewContent() 69 ViewGroup body = card.findViewById(R.id.theme_preview_card_body_container); in bindPreviewContent() 159 CompoundButton button = card.findViewById(mColorButtonIds[i]); in bindBody() 170 ImageView bg = card.findViewById(mColorTileIds[i]); in bindBody() 172 ImageView fg = card.findViewById(mColorTileIconIds[i][0]); in bindBody() 179 ImageView iconView = card.findViewById(mShapeIconIds[i]); in bindBody() 186 TextView header = card.findViewById(R.id.theme_preview_card_header); in bindPreviewContent() 191 card.findViewById(R.id.theme_preview_top_bar).setVisibility(View.VISIBLE); in bindPreviewContent() [all …]
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/anim/ |
D | BenefitsAnimation.java | 97 mActivity.findViewById(android.R.id.content).post(this::adjustToScreenSize); in BenefitsAnimation() 98 mActivity.findViewById(android.R.id.content).post(this::prepareAnimations); in BenefitsAnimation() 116 ImageView imageView = mActivity.findViewById(ID_ANIMATED_GRAPHIC); in setTopInfoDrawable() 142 ImageView animatedInfo = mActivity.findViewById(R.id.animated_info); in adjustToScreenSize() 155 int contentHeight = mActivity.findViewById(R.id.intro_po_content).getHeight() + offset; in adjustToScreenSize() 156 int viewportHeight = mActivity.findViewById(R.id.suc_layout_content).getHeight(); in adjustToScreenSize() 171 final ImageView animatedInfo = mActivity.findViewById(R.id.animated_info); in setupLabelDimensions() 174 mActivity.findViewById(R.id.text_animation_viewport); in setupLabelDimensions() 179 final FrameLayout textMasterContainer = mActivity.findViewById(R.id.text_master); in setupLabelDimensions() 187 final View textView = mActivity.findViewById(textViewId); in setupLabelDimensions() [all …]
|
/packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/layout/tests/ |
D | ScaledLayoutTest.java | 55 FrameLayout rootLayout = mActivityRule.getActivity().findViewById(R.id.root_layout); in testScaledLayout_layoutInXml() 59 View view1 = scaledLayout.findViewById(R.id.view1); in testScaledLayout_layoutInXml() 61 View view2 = scaledLayout.findViewById(R.id.view2); in testScaledLayout_layoutInXml() 63 View view3 = scaledLayout.findViewById(R.id.view3); in testScaledLayout_layoutInXml() 65 View view4 = scaledLayout.findViewById(R.id.view4); in testScaledLayout_layoutInXml() 89 FrameLayout rootLayout = mActivityRule.getActivity().findViewById(R.id.root_layout); in testScaledLayout_layoutThroughCode() 93 View view1 = scaledLayout.findViewById(R.id.view1); in testScaledLayout_layoutThroughCode() 95 View view2 = scaledLayout.findViewById(R.id.view2); in testScaledLayout_layoutThroughCode() 97 View view3 = scaledLayout.findViewById(R.id.view3); in testScaledLayout_layoutThroughCode() 99 View view4 = scaledLayout.findViewById(R.id.view4); in testScaledLayout_layoutThroughCode() [all …]
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
D | DevCameraActivity.java | 147 mLabel1 = (TextView) findViewById(R.id.label1); in onCreate() 149 mLabel2 = (TextView) findViewById(R.id.label2); in onCreate() 151 Button mAfTriggerButton = (Button) findViewById(R.id.af_trigger); in onCreate() 152 mToggleFrontCam = (ToggleButton) findViewById(R.id.toggle_front_cam); in onCreate() 154 mToggleYuvFull = (ToggleButton) findViewById(R.id.toggle_yuv_full); in onCreate() 155 mToggleYuvVga = (ToggleButton) findViewById(R.id.toggle_yuv_vga); in onCreate() 156 mToggleRaw = (ToggleButton) findViewById(R.id.toggle_raw); in onCreate() 157 mButtonNoiseMode = (Button) findViewById(R.id.button_noise); in onCreate() 158 mButtonEdgeMode = (Button) findViewById(R.id.button_edge); in onCreate() 159 mButtonNoiseModeReprocess = (Button) findViewById(R.id.button_noise_reprocess); in onCreate() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferActivity.java | 253 mProgressTransfer = (ProgressBar) mView.findViewById(R.id.progress_transfer); in createView() 254 mPercentView = (TextView) mView.findViewById(R.id.progress_percent); in createView() 273 mLine1View = (TextView) mView.findViewById(R.id.line1_view); in customizeViewContent() 276 mLine2View = (TextView) mView.findViewById(R.id.line2_view); in customizeViewContent() 279 mLine3View = (TextView) mView.findViewById(R.id.line3_view); in customizeViewContent() 283 mLine5View = (TextView) mView.findViewById(R.id.line5_view); in customizeViewContent() 292 mLine1View = (TextView) mView.findViewById(R.id.line1_view); in customizeViewContent() 295 mLine2View = (TextView) mView.findViewById(R.id.line2_view); in customizeViewContent() 298 mLine3View = (TextView) mView.findViewById(R.id.line3_view); in customizeViewContent() 302 mLine5View = (TextView) mView.findViewById(R.id.line5_view); in customizeViewContent() [all …]
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | AdvancedBluetoothDetailsHeaderController.java | 149 final TextView title = mLayoutPreference.findViewById(R.id.entity_header_title); in refresh() 151 final TextView summary = mLayoutPreference.findViewById(R.id.entity_header_summary); in refresh() 159 updateSubLayout(mLayoutPreference.findViewById(R.id.layout_left), in refresh() 165 updateSubLayout(mLayoutPreference.findViewById(R.id.layout_middle), in refresh() 171 updateSubLayout(mLayoutPreference.findViewById(R.id.layout_right), in refresh() 202 final ImageView imageView = linearLayout.findViewById(R.id.header_icon); in updateSubLayout() 210 final ImageView imageView = linearLayout.findViewById(R.id.bt_battery_icon); in updateSubLayout() 213 final TextView textView = linearLayout.findViewById(R.id.bt_battery_summary); in updateSubLayout() 221 final TextView textView = linearLayout.findViewById(R.id.header_title); in updateSubLayout() 227 mLayoutPreference.findViewById(R.id.layout_left).setVisibility(View.GONE); in updateDisconnectLayout() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
D | SetupWizardActivity.java | 130 mSetupWizard = findViewById(R.id.setup_wizard); in onCreate() 139 mWelcomeScreen = findViewById(R.id.setup_welcome_screen); in onCreate() 140 final TextView welcomeTitle = (TextView)findViewById(R.id.setup_welcome_title); in onCreate() 143 mSetupScreen = findViewById(R.id.setup_steps_screen); in onCreate() 144 final TextView stepsTitle = (TextView)findViewById(R.id.setup_title); in onCreate() 148 (SetupStepIndicatorView)findViewById(R.id.setup_step_indicator); in onCreate() 151 mStep1Bullet = (TextView)findViewById(R.id.setup_step1_bullet); in onCreate() 154 mStep1Bullet, findViewById(R.id.setup_step1), in onCreate() 169 (TextView)findViewById(R.id.setup_step2_bullet), findViewById(R.id.setup_step2), in onCreate() 182 (TextView)findViewById(R.id.setup_step3_bullet), findViewById(R.id.setup_step3), in onCreate() [all …]
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
D | EntityHeaderControllerTest.java | 119 final TextView label = header.findViewById(R.id.entity_header_title); in bindViews_shouldBindAllData() 120 final TextView summary = header.findViewById(R.id.entity_header_summary); in bindViews_shouldBindAllData() 121 final TextView secondSummary = header.findViewById(R.id.entity_header_second_summary); in bindViews_shouldBindAllData() 159 final ImageButton button1 = view.findViewById(android.R.id.button1); in bindButton_hasEditClickListener_shouldShowButton() 163 assertThat(view.findViewById(android.R.id.button2).getVisibility()).isEqualTo(View.GONE); in bindButton_hasEditClickListener_shouldShowButton() 181 assertThat(view.findViewById(android.R.id.button1).getVisibility()).isEqualTo(View.GONE); in bindButton_noEditClickListener_shouldNotShowButton() 182 assertThat(view.findViewById(android.R.id.button2).getVisibility()).isEqualTo(View.GONE); in bindButton_noEditClickListener_shouldNotShowButton() 201 assertThat(appLinks.findViewById(android.R.id.button1).getVisibility()) in bindButton_noAppInfo_shouldNotAttachClickListener() 203 assertThat(appLinks.findViewById(android.R.id.button2).getVisibility()) in bindButton_noAppInfo_shouldNotAttachClickListener() 206 appLinks.findViewById(R.id.entity_header_content).performClick(); in bindButton_noAppInfo_shouldNotAttachClickListener() [all …]
|