Searched refs:getVisibleFrame (Results 1 – 5 of 5) sorted by relevance
304 mPendingVisibleFrame = newSource.getVisibleFrame() != null in updateSource()305 ? new Rect(newSource.getVisibleFrame()) in updateSource()308 newSource.setVisibleFrame(source.getVisibleFrame()); in updateSource()
87 public @Nullable Rect getVisibleFrame() { in getVisibleFrame() method in InsetsSource
86 assertEquals(new Rect(0, 0, 500, 25), mProvider.getSource().getVisibleFrame()); in testPostLayout_givenInsets()
660 mController.getState().getSource(ITYPE_IME).getVisibleFrame()); in testFrameUpdateDuringAnimation()665 mController.getState().getSource(ITYPE_IME).getVisibleFrame()); in testFrameUpdateDuringAnimation()
21682 HSPLandroid/view/InsetsSource;->getVisibleFrame()Landroid/graphics/Rect;