Searched defs:setAndInstrumentDozeAmount (Results 1 – 3 of 3) sorted by relevance
114 void setAndInstrumentDozeAmount(View view, float dozeAmount, boolean animated); in setAndInstrumentDozeAmount() method
387 public void setAndInstrumentDozeAmount(View view, float dozeAmount, boolean animated) { in setAndInstrumentDozeAmount() method in StatusBarStateControllerImpl
116 override fun setAndInstrumentDozeAmount(view: View?, dozeAmount: Float, animated: Boolean) { in getDozeAmount() method in com.android.systemui.statusbar.FakeStatusBarStateController