Searched refs:outInsets (Results 1 – 1 of 1) sorted by relevance
75 public void onComputeInsets(Insets outInsets) { in onComputeInsets() argument76 super.onComputeInsets(outInsets); in onComputeInsets()81 outInsets.visibleTopInsets = getWindow().getWindow().getDecorView().getHeight(); in onComputeInsets()82 outInsets.contentTopInsets = getWindow().getWindow().getDecorView().getHeight(); in onComputeInsets()89 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_REGION; in onComputeInsets()90 outInsets.touchableRegion.set(x, y, x + mLayout.getWidth(), y + mLayout.getHeight()); in onComputeInsets()