Searched refs:mRootCallbacks (Results 1 – 2 of 2) sorted by relevance
28878 if (mAttachInfo == null || mAttachInfo.mRootCallbacks == null || !isSoundEffectsEnabled()) { in playSoundEffect()28881 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant); in playSoundEffect()28918 return mAttachInfo.mRootCallbacks.performHapticFeedback(feedbackConstant, flags, privFlags); in performHapticFeedback()28945 mAttachInfo.mRootCallbacks.performHapticFeedbackForInputDevice( in performHapticFeedbackForInputDevice()32061 final Callbacks mRootCallbacks; field in View.AttachInfo32504 mRootCallbacks = effectPlayer; in AttachInfo()
62590 Landroid/view/View$AttachInfo;->mRootCallbacks:Landroid/view/View$AttachInfo$Callbacks;