Searched refs:getVisibleFrame (Results 1 – 7 of 7) sorted by relevance
415 mPendingVisibleFrame = newSource.getVisibleFrame() != null in updateSource()416 ? new Rect(newSource.getVisibleFrame()) in updateSource()419 newSource.setVisibleFrame(source.getVisibleFrame()); in updateSource()
245 public @Nullable Rect getVisibleFrame() { in getVisibleFrame() method in InsetsSource
582 final Rect visibleFrame = source.getVisibleFrame(); in scale()
666 mController.getState().peekSource(ID_IME).getVisibleFrame()); in testFrameUpdateDuringAnimation()671 mController.getState().peekSource(ID_IME).getVisibleFrame()); in testFrameUpdateDuringAnimation()
3407 final Rect imeFrame = imeSource.getVisibleFrame() != null in getInputMethodWindowVisibleHeight()3408 ? imeSource.getVisibleFrame() : imeSource.getFrame(); in getInputMethodWindowVisibleHeight()
16423 HSPLandroid/view/InsetsSource;->getVisibleFrame()Landroid/graphics/Rect;
16487 HSPLandroid/view/InsetsSource;->getVisibleFrame()Landroid/graphics/Rect;