Home
last modified time | relevance | path

Searched refs:outInsets (Results 1 – 1 of 1) sorted by relevance

/development/samples/ThemedNavBarKeyboard/src/com/example/android/themednavbarkeyboard/
DThemedNavBarKeyboard.java75 public void onComputeInsets(Insets outInsets) { in onComputeInsets() argument
76 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()