Home
last modified time | relevance | path

Searched defs:getStatusBarHeaderHeightKeyguard (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ui/
DSystemBarUtilsProxy.kt34 fun getStatusBarHeaderHeightKeyguard(): Int in getStatusBarHeight() method
43 override fun getStatusBarHeaderHeightKeyguard(): Int { in getStatusBarHeight() method in com.android.systemui.statusbar.ui.SystemBarUtilsProxyImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ui/
DFakeSystemBarUtilsProxy.kt45 override fun getStatusBarHeaderHeightKeyguard(): Int = fakeKeyguardStatusBarHeight method
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DUtils.java135 public static int getStatusBarHeaderHeightKeyguard(Context context) { in getStatusBarHeaderHeightKeyguard() method in Utils