Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsController.kt28 fun shouldQuickSettingsIntercept(x: Float, y: Float, yDiff: Float): Boolean method
DQuickSettingsControllerSceneImpl.kt39 override fun shouldQuickSettingsIntercept(x: Float, y: Float, yDiff: Float): Boolean { in shouldQuickSettingsIntercept() method in com.android.systemui.shade.QuickSettingsControllerSceneImpl
DQuickSettingsControllerImpl.java661 public boolean shouldQuickSettingsIntercept(float x, float y, float yDiff) { in shouldQuickSettingsIntercept() method in QuickSettingsControllerImpl