Home
last modified time | relevance | path

Searched defs:touchIsWithinView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/view/
DViewUtil.kt35 fun touchIsWithinView(view: View, x: Float, y: Float): Boolean { in touchIsWithinView() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewController.kt165 fun touchIsWithinView(x: Float, y: Float): Boolean { in <lambda>() method