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()
129 private final DeadZone mDeadZone; field in NavigationBarView325 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()