Searched refs:mBackDelegate (Results 1 – 2 of 2) sorted by relevance
77 private View.OnKeyListener mBackDelegate; field in DirectManipulationHandler.Builder92 this.mBackDelegate = backDelegate; in setBackHandler()106 return new DirectManipulationHandler(mDmState, mNudgeDelegate, mBackDelegate, in build()113 private final View.OnKeyListener mBackDelegate; field in DirectManipulationHandler122 mBackDelegate = backDelegate; in DirectManipulationHandler()148 if (mBackDelegate == null) { in onKey()152 return mBackDelegate.onKey(view, keyCode, keyEvent); in onKey()
77 private EventListener mBackDelegate; field in DirectManipulationHandler.Builder102 mBackDelegate = backDelegate; in setBackHandler()119 mBackDelegate, mRotationDelegate); in build()126 private final EventListener mBackDelegate; field in DirectManipulationHandler137 mBackDelegate = backDelegate; in DirectManipulationHandler()173 if (mBackDelegate == null) { in onKey()177 return mBackDelegate.onEvent(inDirectManipulationMode); in onKey()