Home
last modified time | relevance | path

Searched refs:mContentOnApplyWindowInsetsListener (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DImeBackAnimationController.java262 || mViewRoot.mAttachInfo.mContentOnApplyWindowInsetsListener == null; in isBackAnimationAllowed()
DViewGroup.java7526 && mAttachInfo.mContentOnApplyWindowInsetsListener != null in hasWindowInsetsAnimationCallback()
7551 && mAttachInfo.mContentOnApplyWindowInsetsListener != null in dispatchWindowInsetsAnimationPrepare()
DView.java13404 mAttachInfo.mContentOnApplyWindowInsetsListener;
13426 return mAttachInfo != null && mAttachInfo.mContentOnApplyWindowInsetsListener != null;
32122 OnContentApplyWindowInsetsListener mContentOnApplyWindowInsetsListener; field in View.AttachInfo
DViewRootImpl.java1367 mAttachInfo.mContentOnApplyWindowInsetsListener = listener;