Searched refs:onImeBoundsChanged (Results 1 – 3 of 3) sorted by relevance
28 default void onImeBoundsChanged(int displayId, Rect bounds) {} in onImeBoundsChanged() method
108 onImeBoundsChanged(newFrame);306 void onImeBoundsChanged(Rect bounds) { in onImeBoundsChanged() method in ShellController310 executor.execute(() -> listener.onImeBoundsChanged( in onImeBoundsChanged()
144 mController.onImeBoundsChanged(bounds); in testAddDisplayImeChangeListener_ensureCallback()513 public void onImeBoundsChanged(int displayId, Rect bounds) { in onImeBoundsChanged() method in ShellControllerTest.TestDisplayImeChangeListener