Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFrame.java31 private DeadZone mDeadZone = null; field in NavigationBarFrame
47 mDeadZone = deadZone; in setDeadZone()
53 if (mDeadZone != null) { in dispatchTouchEvent()
54 return mDeadZone.onTouchEvent(event); in dispatchTouchEvent()
DNavigationBarView.java120 private final DeadZone mDeadZone; field in NavigationBarView
307 mDeadZone = new DeadZone(this); in NavigationBarView()
372 if (mDeadZone.onTouchEvent(event) || mDeadZoneConsuming) { in shouldDeadZoneConsumeTouchEvents()
840 mDeadZone.onDraw(canvas); in onDraw()
939 ((NavigationBarFrame) getRootView()).setDeadZone(mDeadZone); in reorient()
940 mDeadZone.onConfigurationChanged(mCurrentRotation); in reorient()