Searched refs:fromIme (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | InsetsController.java | 227 private void show(@InsetType int types, boolean fromIme) { in show() argument 249 applyAnimation(typesReady, true /* show */, fromIme); in show() 278 WindowInsetsAnimationControlListener listener, boolean fromIme) { in controlWindowInsetsAnimation() argument 285 controlAnimationUnchecked(types, listener, mFrame, fromIme); in controlWindowInsetsAnimation() 289 WindowInsetsAnimationControlListener listener, Rect frame, boolean fromIme) { in controlAnimationUnchecked() argument 299 Pair<Integer, Boolean> typesReadyPair = collectConsumers(fromIme, internalTypes, consumers); in controlAnimationUnchecked() 326 private Pair<Integer, Boolean> collectConsumers(boolean fromIme, in collectConsumers() argument 335 switch(consumer.requestShow(fromIme)) { in collectConsumers() 494 private void applyAnimation(@InsetType final int types, boolean show, boolean fromIme) { in applyAnimation() argument 547 controlAnimationUnchecked(types, listener, mState.getDisplayFrame(), fromIme); in applyAnimation()
|
D | ImeInsetsSourceConsumer.java | 96 @ShowResult int requestShow(boolean fromIme) { in requestShow() argument 99 if (fromIme) { in requestShow()
|