Searched refs:mRootCallbacks (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java8655 if (mAttachInfo == null || mAttachInfo.mRootCallbacks == null || !isSoundEffectsEnabled()) {
8658 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant);
8697 return mAttachInfo.mRootCallbacks.performHapticFeedback(
9287 final Callbacks mRootCallbacks; field in class:View.AttachInfo
9466 mRootCallbacks = effectPlayer;

Completed in 85 milliseconds