Searched refs:mDeadZone (Results 1 – 2 of 2) sorted by relevance
31 private DeadZone mDeadZone = null; field in NavigationBarFrame47 mDeadZone = deadZone; in setDeadZone()53 if (mDeadZone != null) { in dispatchTouchEvent()54 return mDeadZone.onTouchEvent(event); in dispatchTouchEvent()
120 private final DeadZone mDeadZone; field in NavigationBarView307 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()