Home
last modified time | relevance | path

Searched refs:actionableDownEventStartedOnView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java640 if (!actionableDownEventStartedOnView(event)) { in onTouchEvent()
714 private boolean actionableDownEventStartedOnView(MotionEvent event) { in actionableDownEventStartedOnView() method in LegacyLockIconViewController
836 return inLockIconArea && actionableDownEventStartedOnView(event); in willHandleTouchWhileDozing()