Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java28585 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.AttachInfo
32176 mRootCallbacks = effectPlayer; in AttachInfo()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62590 Landroid/view/View$AttachInfo;->mRootCallbacks:Landroid/view/View$AttachInfo$Callbacks;