Home
last modified time | relevance | path

Searched refs:mDialogView (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialog.java94 protected View mDialogView; field in InternetDialog
196 window.setContentView(mDialogView); in onCreate()
206 mDivider = mDialogView.requireViewById(R.id.divider); in onCreate()
208 mEthernetLayout = mDialogView.requireViewById(R.id.ethernet_layout); in onCreate()
220 mSeeAllLayout = mDialogView.requireViewById(R.id.see_all_layout); in onCreate()
221 mDoneButton = mDialogView.requireViewById(R.id.done_button); in onCreate()
222 mAirplaneModeButton = mDialogView.requireViewById(R.id.apm_button); in onCreate()
223 mSignalIcon = mDialogView.requireViewById(R.id.signal_icon); in onCreate()
224 mMobileTitleText = mDialogView.requireViewById(R.id.mobile_title); in onCreate()
228 mMobileDataToggle = mDialogView.requireViewById(R.id.mobile_toggle); in onCreate()
[all …]
/aosp12/packages/apps/TV/src/com/android/tv/dialog/
H A DFullscreenDialogFragment.java49 private DialogView mDialogView; field in FullscreenDialogFragment
61 mDialogView = (DialogView) v; in onCreateDialog()
62 mDialogView.initialize((MainActivity) getActivity(), dialog); in onCreateDialog()
69 mDialogView.onDestroy(); in onDestroy()
85 mDialogView = (DialogView) dialogView; in setContentView()
91 return handled || ((View) mDialogView).dispatchKeyEvent(event); in dispatchKeyEvent()
96 mDialogView.onBackPressed(); in onBackPressed()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBaseDialog.java65 View mDialogView; field in MediaOutputBaseDialog
103 mDialogView = LayoutInflater.from(mContext).inflate(R.layout.media_output_dialog, null); in onCreate()
112 window.setContentView(mDialogView); in onCreate()
117 mHeaderTitle = mDialogView.requireViewById(R.id.header_title); in onCreate()
118 mHeaderSubtitle = mDialogView.requireViewById(R.id.header_subtitle); in onCreate()
119 mHeaderIcon = mDialogView.requireViewById(R.id.header_icon); in onCreate()
120 mDevicesRecyclerView = mDialogView.requireViewById(R.id.list_result); in onCreate()
121 mDeviceListLayout = mDialogView.requireViewById(R.id.device_list); in onCreate()
122 mDoneButton = mDialogView.requireViewById(R.id.done); in onCreate()
123 mStopButton = mDialogView.requireViewById(R.id.stop); in onCreate()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
H A DMediaOutputBaseDialogTest.java92 final ImageView view = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_withIconRes_iconIsVisible()
102 final ImageView view = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_withIconCompat_iconIsVisible()
113 final ImageView view = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_noIcon_iconLayoutNotVisible()
124 final TextView titleView = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_checkTitle()
136 final TextView subtitleView = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_withSubtitle_checkSubtitle()
146 final TextView subtitleView = mMediaOutputBaseDialogImpl.mDialogView.requireViewById( in refresh_noSubtitle_checkSubtitle()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogTest.java74 private View mDialogView; field in InternetDialogTest
109 mDialogView = mInternetDialog.mDialogView; in setUp()
110 mSubTitle = mDialogView.requireViewById(R.id.internet_dialog_subtitle); in setUp()
111 mEthernet = mDialogView.requireViewById(R.id.ethernet_layout); in setUp()
112 mMobileDataToggle = mDialogView.requireViewById(R.id.mobile_network_layout); in setUp()
113 mWifiToggle = mDialogView.requireViewById(R.id.turn_on_wifi_layout); in setUp()
114 mConnectedWifi = mDialogView.requireViewById(R.id.wifi_connected_layout); in setUp()
115 mWifiList = mDialogView.requireViewById(R.id.wifi_list_layout); in setUp()
116 mSeeAll = mDialogView.requireViewById(R.id.see_all_layout); in setUp()
117 mWifiScanNotify = mDialogView.requireViewById(R.id.wifi_scan_notify_layout); in setUp()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java171 private ViewGroup mDialogView; field in VolumeDialogImpl
413 mDialogView.setAlpha(0); in initDialog()
418 mDialogView.setTranslationX(mDialogView.getWidth() / 2.0f); in initDialog()
420 mDialogView.setAlpha(0); in initDialog()
421 mDialogView.animate() in initDialog()
438 mDialogView in initDialog()
596 return mDialogView; in getDialogView()
800 mDialogView.setPadding( in setupRingerDrawer()
806 mDialogView.setPadding( in setupRingerDrawer()
1323 mDialogView.animate().cancel(); in dismissH()
[all …]
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
H A DActionDisabledByAdminDialogHelper.java51 private ViewGroup mDialogView; field in ActionDisabledByAdminDialogHelper
76 mDialogView = (ViewGroup) LayoutInflater.from(builder.getContext()).inflate( in prepareDialogBuilder()
78 initializeDialogViews(mDialogView, mEnforcedAdmin.component, getEnforcementAdminUserId(), in prepareDialogBuilder()
80 builder.setPositiveButton(R.string.okay, null).setView(mDialogView); in prepareDialogBuilder()
104 initializeDialogViews(mDialogView, mEnforcedAdmin.component, getEnforcementAdminUserId(), in updateDialog()
/aosp12/packages/apps/Settings/src/com/android/settings/enterprise/
H A DActionDisabledByAdminDialogHelper.java53 private ViewGroup mDialogView; field in ActionDisabledByAdminDialogHelper
64 mDialogView = (ViewGroup) LayoutInflater.from(mActivity).inflate( in ActionDisabledByAdminDialogHelper()
86 .setView(mDialogView); in prepareDialogBuilder()
99 initializeDialogViews(mDialogView, mEnforcedAdmin, getEnforcementAdminUserId(), in prepareDialogBuilder()
110 initializeDialogViews(mDialogView, mEnforcedAdmin, getEnforcementAdminUserId(), in updateDialog()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/dialog/
H A DCallSubjectDialog.java80 private View mDialogView; field in CallSubjectDialog
293 mDialogView = findViewById(R.id.dialog_view); in onCreate()
428 final int dialogStartingBottom = mDialogView.getBottom(); in showCallHistory()
450 int shiftAmount = dialogStartingBottom - mDialogView.getBottom(); in showCallHistory()
455 mDialogView.setTranslationY(shiftAmount); in showCallHistory()
456 mDialogView in showCallHistory()
/aosp12/packages/apps/Contacts/src/com/android/contacts/dialog/
H A DCallSubjectDialog.java90 private View mDialogView; field in CallSubjectDialog
290 mDialogView = findViewById(R.id.dialog_view); in onCreate()
490 final int dialogStartingBottom = mDialogView.getBottom(); in showCallHistory()
515 int shiftAmount = dialogStartingBottom - mDialogView.getBottom(); in showCallHistory()
520 mDialogView.setTranslationY(shiftAmount); in showCallHistory()
521 mDialogView.animate() in showCallHistory()