Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DView.java26301 if (mAttachInfo == null || mAttachInfo.mRootCallbacks == null || !isSoundEffectsEnabled()) { in playSoundEffect()
26304 mAttachInfo.mRootCallbacks.playSoundEffect(soundConstant); in playSoundEffect()
26344 return mAttachInfo.mRootCallbacks.performHapticFeedback(feedbackConstant, in performHapticFeedback()
29300 final Callbacks mRootCallbacks; field in View.AttachInfo
29718 mRootCallbacks = effectPlayer; in AttachInfo()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66556 Landroid/view/View$AttachInfo;->mRootCallbacks:Landroid/view/View$AttachInfo$Callbacks;