Home
last modified time | relevance | path

Searched refs:getDialogView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialog.java342 mBroadcastQrCodeView = getDialogView().requireViewById(R.id.qrcode_view); in initBtQrCodeUI()
344 mBroadcastNotify = getDialogView().requireViewById(R.id.broadcast_info); in initBtQrCodeUI()
352 mBroadcastName = getDialogView().requireViewById(R.id.broadcast_name_summary); in initBtQrCodeUI()
353 mBroadcastNameEdit = getDialogView().requireViewById(R.id.broadcast_name_edit); in initBtQrCodeUI()
357 mBroadcastCode = getDialogView().requireViewById(R.id.broadcast_code_summary); in initBtQrCodeUI()
359 mBroadcastCodeEye = getDialogView().requireViewById(R.id.broadcast_code_eye); in initBtQrCodeUI()
363 mBroadcastCodeEdit = getDialogView().requireViewById(R.id.broadcast_code_edit); in initBtQrCodeUI()
382 mBroadcastInfoArea = getDialogView().requireViewById(R.id.broadcast_qrcode); in inflateBroadcastInfoArea()
DMediaOutputBaseDialog.java442 getDialogView().getBackground().setTint(mMediaOutputController.getColorDialogBackground()); in updateDialogBackgroundColor()
608 View getDialogView() { in getDialogView() method in MediaOutputBaseDialog
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
DVolumeDialogImplTest.java226 mActiveRinger = mDialog.getDialogView().findViewById( in setup()
228 mDrawerContainer = mDialog.getDialogView().findViewById(R.id.volume_drawer_container); in setup()
236 mODICaptionsIcon = mDialog.getDialogView().findViewById(R.id.odi_captions_icon); in setup()
238 mDialogRowsView = mDialog.getDialogView().findViewById(R.id.volume_dialog_rows); in setup()
341 View dialog = mDialog.getDialogView(); in testComputeTimeout_withHovering()
484 mDialog.getDialogView().animate().cancel(); in testDialogDismissAnimation_notifyVisibleIsNotCalledBeforeAnimation()
794 ViewGroup volumeDialogRows = mDialog.getDialogView().findViewById(R.id.volume_dialog_rows); in findDndIconAmongVolumeRows()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java551 .setListener(getJankListener(getDialogView(), TYPE_SHOW, mDialogTimeoutMillis)) in initDialog()
736 protected ViewGroup getDialogView() { in getDialogView() method in VolumeDialogImpl
1636 animator.setListener(getJankListener(getDialogView(), TYPE_DISMISS,