Searched refs:outInsets (Results 1 – 6 of 6) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | LatinIME.java | 1246 public void onComputeInsets(final InputMethodService.Insets outInsets) { in onComputeInsets() argument 1247 super.onComputeInsets(outInsets); in onComputeInsets() 1261 outInsets.contentTopInsets = inputHeight; in onComputeInsets() 1262 outInsets.visibleTopInsets = inputHeight; in onComputeInsets() 1263 mInsetsUpdater.setInsets(outInsets); in onComputeInsets() 1277 outInsets.touchableInsets = InputMethodService.Insets.TOUCHABLE_INSETS_REGION; in onComputeInsets() 1278 outInsets.touchableRegion.set(touchLeft, touchTop, touchRight, touchBottom); in onComputeInsets() 1280 outInsets.contentTopInsets = visibleTopY; in onComputeInsets() 1281 outInsets.visibleTopInsets = visibleTopY; in onComputeInsets() 1282 mInsetsUpdater.setInsets(outInsets); in onComputeInsets()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/window/ |
D | WindowManagerProxy.java | 139 Rect outInsets) { in normalizeWindowInsets() argument 141 outInsets.set(oldInsets.getSystemWindowInsetLeft(), oldInsets.getSystemWindowInsetTop(), in normalizeWindowInsets() 204 outInsets.set(systemWindowInsets.left, systemWindowInsets.top, systemWindowInsets.right, in normalizeWindowInsets()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/ |
D | SeascapePagedViewHandler.kt | 47 override fun rotateInsets(insets: Rect, outInsets: Rect) { in rotateInsets() 48 outInsets.set(insets.top, insets.right, insets.bottom, insets.left) in rotateInsets()
|
D | RecentsPagedOrientationHandler.kt | 74 fun rotateInsets(insets: Rect, outInsets: Rect) in setSecondary()
|
D | LandscapePagedViewHandler.kt | 124 override fun rotateInsets(insets: Rect, outInsets: Rect) { in setPrimary() 125 outInsets.set(insets.bottom, insets.left, insets.top, insets.right) in setPrimary()
|
D | PortraitPagedViewHandler.java | 133 public void rotateInsets(@NonNull Rect insets, @NonNull Rect outInsets) { in rotateInsets() argument 134 outInsets.set(insets); in rotateInsets()
|