Searched refs:typesReady (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InsetsPolicy.java | 461 int typesReady = 0; in startAnimation() local 471 typesReady |= InsetsState.toPublicType(type); in startAnimation() 474 controlAnimationUnchecked(typesReady, controls, show, callback); in startAnimation() 477 private void controlAnimationUnchecked(int typesReady, in controlAnimationUnchecked() argument 480 new InsetsPolicyAnimationControlListener(show, callback, typesReady); in controlAnimationUnchecked() 481 listener.mControlCallbacks.controlAnimationUnchecked(typesReady, controls, show); in controlAnimationUnchecked() 542 private void controlAnimationUnchecked(int typesReady, in controlAnimationUnchecked() argument 544 if (typesReady == 0) { in controlAnimationUnchecked() 555 null /* frame */, state, mListener, typesReady, this, in controlAnimationUnchecked() 562 () -> mListener.onReady(mAnimationControl, typesReady)); in controlAnimationUnchecked()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsController.java | 946 int typesReady = 0; in show() local 965 typesReady |= InsetsState.toPublicType(consumer.getType()); in show() 967 if (DEBUG) Log.d(TAG, "show typesReady: " + typesReady); in show() 968 applyAnimation(typesReady, true /* show */, fromIme); in show() 985 int typesReady = 0; in hide() local 1071 int typesReady = typesReadyPair.first; in controlAnimationUnchecked() local 1099 if (typesReady == 0) { in controlAnimationUnchecked() 1115 if ((typesReady & WindowInsets.Type.ime()) != 0) { in controlAnimationUnchecked() 1143 int typesReady = 0; in collectSourceControls() local 1190 typesReady |= toPublicType(consumer.getType()); in collectSourceControls() [all …]
|