Searched refs:outInsets (Results 1 – 1 of 1) sorted by relevance
1212 public void onComputeInsets(final InputMethodService.Insets outInsets) { in onComputeInsets() argument1213 super.onComputeInsets(outInsets); in onComputeInsets()1227 outInsets.contentTopInsets = inputHeight; in onComputeInsets()1228 outInsets.visibleTopInsets = inputHeight; in onComputeInsets()1229 mInsetsUpdater.setInsets(outInsets); in onComputeInsets()1243 outInsets.touchableInsets = InputMethodService.Insets.TOUCHABLE_INSETS_REGION; in onComputeInsets()1244 outInsets.touchableRegion.set(touchLeft, touchTop, touchRight, touchBottom); in onComputeInsets()1246 outInsets.contentTopInsets = visibleTopY; in onComputeInsets()1247 outInsets.visibleTopInsets = visibleTopY; in onComputeInsets()1248 mInsetsUpdater.setInsets(outInsets); in onComputeInsets()