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.java129 private final DeadZone mDeadZone; field in NavigationBarView
325 mDeadZone = new DeadZone(this); in NavigationBarView()
410 if (mDeadZone.onTouchEvent(event) || mDeadZoneConsuming) { in shouldDeadZoneConsumeTouchEvents()
899 mDeadZone.onDraw(canvas); in onDraw()
1021 ((NavigationBarFrame) getRootView()).setDeadZone(mDeadZone); in reorient()
1022 mDeadZone.onConfigurationChanged(mCurrentRotation); in reorient()