Home
last modified time | relevance | path

Searched refs:getDefaultDialogHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDialogDelegate.kt54 fun getHeight(dialog: T): Int = SystemUIDialog.getDefaultDialogHeight()
DSystemUIDialog.java529 dialog.getWindow().setLayout(getDefaultDialogWidth(dialog), getDefaultDialogHeight()); in setDialogSize()
583 static int getDefaultDialogHeight() { in getDefaultDialogHeight() method in SystemUIDialog