Searched defs:setKeyguardStatusBarAlpha (Results 1 – 4 of 4) sorted by relevance
80 @Deprecated("TODO(b/325072511) delete this") fun setKeyguardStatusBarAlpha(alpha: Float) method
94 override fun setKeyguardStatusBarAlpha(alpha: Float) { in setKeyguardStatusBarAlpha() method
75 override fun setKeyguardStatusBarAlpha(alpha: Float) {} in setKeyguardStatusBarAlpha() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
2601 public void setKeyguardStatusBarAlpha(float alpha) { in setKeyguardStatusBarAlpha() method in NotificationPanelViewController