Searched refs:originalInsets (Results 1 – 1 of 1) sorted by relevance
62 default void updateInsets(@NonNull InputMethodService.Insets originalInsets) { in updateInsets() argument65 default void updateTouchableInsets(@NonNull InputMethodService.Insets originalInsets, in updateTouchableInsets() argument108 void updateInsets(@NonNull InputMethodService.Insets originalInsets) { in updateInsets() argument109 mImpl.updateInsets(originalInsets); in updateInsets()112 void updateTouchableInsets(@NonNull InputMethodService.Insets originalInsets, in updateTouchableInsets() argument114 mImpl.updateTouchableInsets(originalInsets, dest); in updateTouchableInsets()286 public void updateInsets(@NonNull InputMethodService.Insets originalInsets) { in updateInsets() argument295 if (originalInsets.contentTopInsets > loc[1]) { in updateInsets()296 originalInsets.contentTopInsets = loc[1]; in updateInsets()298 if (originalInsets.visibleTopInsets > loc[1]) { in updateInsets()[all …]