Searched refs:mWindowInsetsAnimationCallback (Results 1 – 4 of 4) sorted by relevance
329 private final WindowInsetsAnimation.Callback mWindowInsetsAnimationCallback = field in ImeStressTestUtil.TestActivity508 mWindowInsetsAnimationCallback); in enableAnimationMonitoring()
191 private final WindowInsetsAnimation.Callback mWindowInsetsAnimationCallback = field in KeyguardSecurityContainer351 mSecurityViewFlipper.setWindowInsetsAnimationCallback(mWindowInsetsAnimationCallback); in onResume()
5134 WindowInsetsAnimation.Callback mWindowInsetsAnimationCallback; field in View.ListenerInfo12618 getListenerInfo().mWindowInsetsAnimationCallback = callback;12627 return getListenerInfo().mWindowInsetsAnimationCallback != null;12639 if (mListenerInfo != null && mListenerInfo.mWindowInsetsAnimationCallback != null) {12640 mListenerInfo.mWindowInsetsAnimationCallback.onPrepare(animation);12655 if (mListenerInfo != null && mListenerInfo.mWindowInsetsAnimationCallback != null) {12656 return mListenerInfo.mWindowInsetsAnimationCallback.onStart(animation, bounds);12671 if (mListenerInfo != null && mListenerInfo.mWindowInsetsAnimationCallback != null) {12672 return mListenerInfo.mWindowInsetsAnimationCallback.onProgress(insets,12685 if (mListenerInfo != null && mListenerInfo.mWindowInsetsAnimationCallback != null) {[all …]
7550 && getListenerInfo().mWindowInsetsAnimationCallback == null in dispatchWindowInsetsAnimationPrepare()