Searched refs:mRootCallbacks (Results 1 – 2 of 2) sorted by relevance
28585 if (mAttachInfo == null || mAttachInfo.mRootCallbacks == null || !isSoundEffectsEnabled()) { in playSoundEffect()28588 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant); in playSoundEffect()28643 return mAttachInfo.mRootCallbacks.performHapticFeedback(feedbackConstant, always, fromIme); in performHapticFeedback()31733 final Callbacks mRootCallbacks; field in View.AttachInfo32176 mRootCallbacks = effectPlayer; in AttachInfo()
62590 Landroid/view/View$AttachInfo;->mRootCallbacks:Landroid/view/View$AttachInfo$Callbacks;