Searched defs:getStatusBarHeaderHeightKeyguard (Results 1 – 3 of 3) sorted by relevance
34 fun getStatusBarHeaderHeightKeyguard(): Int in getStatusBarHeight() method43 override fun getStatusBarHeaderHeightKeyguard(): Int { in getStatusBarHeight() method in com.android.systemui.statusbar.ui.SystemBarUtilsProxyImpl
45 override fun getStatusBarHeaderHeightKeyguard(): Int = fakeKeyguardStatusBarHeight method
135 public static int getStatusBarHeaderHeightKeyguard(Context context) { in getStatusBarHeaderHeightKeyguard() method in Utils