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.java117 private final DeadZone mDeadZone; field in NavigationBarView
304 mDeadZone = new DeadZone(this); in NavigationBarView()
365 if (mDeadZone.onTouchEvent(event) || mDeadZoneConsuming) { in shouldDeadZoneConsumeTouchEvents()
820 mDeadZone.onDraw(canvas); in onDraw()
918 ((NavigationBarFrame) getRootView()).setDeadZone(mDeadZone); in reorient()
919 mDeadZone.onConfigurationChanged(mCurrentRotation); in reorient()