Searched refs:dialogLayoutParams (Results 1 – 1 of 1) sorted by relevance
72 WindowManager.LayoutParams dialogLayoutParams = window.getAttributes(); in showDialog() local73 dialogLayoutParams.token = getWindowToken(); in showDialog()74 dialogLayoutParams.type = WindowManager.LayoutParams.TYPE_APPLICATION_ATTACHED_DIALOG; in showDialog()75 window.setAttributes(dialogLayoutParams); in showDialog()