Searched refs:getVisibleFrame (Results 1 – 7 of 7) sorted by relevance
365 mPendingVisibleFrame = newSource.getVisibleFrame() != null in updateSource()366 ? new Rect(newSource.getVisibleFrame()) in updateSource()369 newSource.setVisibleFrame(source.getVisibleFrame()); in updateSource()
174 public @Nullable Rect getVisibleFrame() { in getVisibleFrame() method in InsetsSource
603 final Rect visibleFrame = source.getVisibleFrame(); in scale()
663 mController.getState().peekSource(ID_IME).getVisibleFrame()); in testFrameUpdateDuringAnimation()668 mController.getState().peekSource(ID_IME).getVisibleFrame()); in testFrameUpdateDuringAnimation()
3421 final Rect imeFrame = imeSource.getVisibleFrame() != null in getInputMethodWindowVisibleHeight()3422 ? imeSource.getVisibleFrame() : imeSource.getFrame(); in getInputMethodWindowVisibleHeight()
16690 HSPLandroid/view/InsetsSource;->getVisibleFrame()Landroid/graphics/Rect;
16754 HSPLandroid/view/InsetsSource;->getVisibleFrame()Landroid/graphics/Rect;