Searched refs:mDeadZone (Results 1 – 2 of 2) sorted by relevance
33 private DeadZone mDeadZone = null; field in NavigationBarFrame49 mDeadZone = deadZone; in setDeadZone()55 if (mDeadZone != null) { in dispatchTouchEvent()56 return mDeadZone.onTouchEvent(event); in dispatchTouchEvent()
141 private final DeadZone mDeadZone; field in NavigationBarView338 mDeadZone = new DeadZone(this); in NavigationBarView()447 if (mDeadZone.onTouchEvent(event) || mDeadZoneConsuming) { in shouldDeadZoneConsumeTouchEvents()942 mDeadZone.onDraw(canvas); in onDraw()1110 ((NavigationBarFrame) getRootView()).setDeadZone(mDeadZone); in reorient()1111 mDeadZone.onConfigurationChanged(mCurrentRotation); in reorient()