Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DView.java27604 if (mAttachInfo == null || mAttachInfo.mRootCallbacks == null || !isSoundEffectsEnabled()) { in playSoundEffect()
27607 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant); in playSoundEffect()
27648 return mAttachInfo.mRootCallbacks.performHapticFeedback(feedbackConstant, in performHapticFeedback()
30671 final Callbacks mRootCallbacks; field in View.AttachInfo
31083 mRootCallbacks = effectPlayer; in AttachInfo()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63233 Landroid/view/View$AttachInfo;->mRootCallbacks:Landroid/view/View$AttachInfo$Callbacks;