Searched refs:adjustForIme (Results 1 – 2 of 2) sorted by relevance
311 final Rect dividerBounds = mImePositionProcessor.adjustForIme(mDividerBounds); in applySurfaceChanges()312 final Rect bounds1 = mImePositionProcessor.adjustForIme(mBounds1); in applySurfaceChanges()313 final Rect bounds2 = mImePositionProcessor.adjustForIme(mBounds2); in applySurfaceChanges()333 wct.setBounds(task1.token, mImePositionProcessor.adjustForIme(mBounds1)) in applyTaskChanges()334 .setBounds(task2.token, mImePositionProcessor.adjustForIme(mBounds2)); in applyTaskChanges()484 private Rect adjustForIme(Rect bounds) { in adjustForIme() method in SplitLayout.ImePositionProcessor
340 public Rect getMovementBounds(Rect stackBounds, boolean adjustForIme) { in getMovementBounds() argument346 (adjustForIme && mPipBoundsState.isImeShowing()) in getMovementBounds()