Searched refs:mDialogView (Results 1 – 7 of 7) sorted by relevance
108 protected View mDialogView; field in InternetDialogDelegate241 mDialogView = LayoutInflater.from(context).inflate( in onCreate()243 mDialogView.setAccessibilityPaneTitle( in onCreate()246 window.setContentView(mDialogView); in onCreate()253 mInternetDialogTitle = mDialogView.requireViewById(R.id.internet_dialog_title); in onCreate()254 mInternetDialogSubTitle = mDialogView.requireViewById(R.id.internet_dialog_subtitle); in onCreate()255 mDivider = mDialogView.requireViewById(R.id.divider); in onCreate()256 mProgressBar = mDialogView.requireViewById(R.id.wifi_searching_progress); in onCreate()257 mEthernetLayout = mDialogView.requireViewById(R.id.ethernet_layout); in onCreate()258 mMobileNetworkLayout = mDialogView.requireViewById(R.id.mobile_network_layout); in onCreate()[all …]
42 private View mDialogView; field in MediaSessionReleaseDialog66 mDialogView = LayoutInflater.from(mContext).inflate(R.layout.media_session_end_dialog, in onCreate()70 window.setContentView(mDialogView); in onCreate()76 ImageView headerIcon = mDialogView.requireViewById(R.id.end_icon); in onCreate()81 Button stopButton = mDialogView.requireViewById(R.id.stop_button); in onCreate()85 Button cancelButton = mDialogView.requireViewById(R.id.cancel_button); in onCreate()
96 View mDialogView; field in MediaOutputBaseDialog246 mDialogView = LayoutInflater.from(mContext).inflate(R.layout.media_output_dialog, null); in onCreate()255 window.setContentView(mDialogView); in onCreate()259 mHeaderTitle = mDialogView.requireViewById(R.id.header_title); in onCreate()260 mHeaderSubtitle = mDialogView.requireViewById(R.id.header_subtitle); in onCreate()261 mHeaderIcon = mDialogView.requireViewById(R.id.header_icon); in onCreate()262 mDevicesRecyclerView = mDialogView.requireViewById(R.id.list_result); in onCreate()263 mMediaMetadataSectionLayout = mDialogView.requireViewById(R.id.media_metadata_section); in onCreate()264 mDeviceListLayout = mDialogView.requireViewById(R.id.device_list); in onCreate()265 mDoneButton = mDialogView.requireViewById(R.id.done); in onCreate()[all …]
93 private View mDialogView; field in InternetDialogDelegateTest153 mDialogView = mInternetDialogDelegate.mDialogView; in createInternetDialog()154 mSubTitle = mDialogView.requireViewById(R.id.internet_dialog_subtitle); in createInternetDialog()155 mEthernet = mDialogView.requireViewById(R.id.ethernet_layout); in createInternetDialog()156 mMobileDataLayout = mDialogView.requireViewById(R.id.mobile_network_layout); in createInternetDialog()157 mMobileToggleSwitch = mDialogView.requireViewById(R.id.mobile_toggle); in createInternetDialog()158 mWifiToggle = mDialogView.requireViewById(R.id.turn_on_wifi_layout); in createInternetDialog()159 mWifiToggleSwitch = mDialogView.requireViewById(R.id.wifi_toggle); in createInternetDialog()160 mWifiToggleSummary = mDialogView.requireViewById(R.id.wifi_toggle_summary); in createInternetDialog()161 mConnectedWifi = mDialogView.requireViewById(R.id.wifi_connected_layout); in createInternetDialog()[all …]
238 final TextView broadcastName = mMediaOutputBroadcastDialog.mDialogView in handleLeBroadcastMetadataChanged_checkBroadcastName()251 final TextView broadcastCode = mMediaOutputBroadcastDialog.mDialogView in handleLeBroadcastMetadataChanged_checkBroadcastCode()261 ImageView broadcastCodeEdit = mMediaOutputBroadcastDialog.mDialogView in updateBroadcastInfo_stopBroadcastFailed_handleFailedUi()263 TextView broadcastCode = mMediaOutputBroadcastDialog.mDialogView.requireViewById( in updateBroadcastInfo_stopBroadcastFailed_handleFailedUi()282 ImageView broadcastNameEdit = mMediaOutputBroadcastDialog.mDialogView in afterTextChanged_nameLengthMoreThanMax_showErrorMessage()284 TextView broadcastName = mMediaOutputBroadcastDialog.mDialogView.requireViewById( in afterTextChanged_nameLengthMoreThanMax_showErrorMessage()306 ImageView broadcastNameEdit = mMediaOutputBroadcastDialog.mDialogView in afterTextChanged_enterValidNameAfterLengthMoreThanMax_noErrorMessage()308 TextView broadcastName = mMediaOutputBroadcastDialog.mDialogView.requireViewById( in afterTextChanged_enterValidNameAfterLengthMoreThanMax_noErrorMessage()336 ImageView broadcastCodeEdit = mMediaOutputBroadcastDialog.mDialogView in afterTextChanged_codeLengthMoreThanMax_showErrorMessage()338 TextView broadcastCode = mMediaOutputBroadcastDialog.mDialogView.requireViewById( in afterTextChanged_codeLengthMoreThanMax_showErrorMessage()[all …]
159 final ImageView view = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_withIconRes_iconIsVisible()172 final ImageView view = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_withIconCompat_iconIsVisible()183 final ImageView view = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_noIcon_iconLayoutNotVisible()194 final ImageView view = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_broadcastIconVisibilityOff_broadcastIconLayoutNotVisible()204 final ImageView view = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_broadcastIconVisibilityOn_broadcastIconLayoutVisible()215 final TextView titleView = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_checkTitle()227 final TextView subtitleView = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_withSubtitle_checkSubtitle()237 final TextView subtitleView = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_noSubtitle_checkSubtitle()321 final Button stop = mMediaOutputBaseDialogImpl.mDialogView.requireViewById(R.id.stop); in refresh_checkStopText()
207 private ViewGroup mDialogView; field in VolumeDialogImpl463 for (int i = 0; i < mDialogView.getChildCount(); i++) { in onComputeInternalInsets()464 unionViewBoundstoTouchableRegion(mDialogView.getChildAt(i)); in onComputeInternalInsets()535 mDialogView = mDialog.findViewById(R.id.volume_dialog); in initDialog()536 mDialogView.setAlpha(0); in initDialog()541 mDialogView.getViewTreeObserver().addOnComputeInternalInsetsListener(this); in initDialog()543 mDialogView.setTranslationX( in initDialog()544 (isWindowGravityLeft() ? -1 : 1) * mDialogView.getWidth() / 2.0f); in initDialog()546 mDialogView.setAlpha(0); in initDialog()547 mDialogView.animate() in initDialog()[all …]