Searched refs:outInsets (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/utils/ |
D | InsetUtils.java | 81 @NonNull Rect outInsets) { in insetsBetweenFrames() argument 83 outInsets.setEmpty(); in insetsBetweenFrames() 88 outInsets.set( in insetsBetweenFrames()
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionSession.java | 340 public void onComputeInsets(Insets outInsets) { in onComputeInsets() argument 341 super.onComputeInsets(outInsets); in onComputeInsets() 343 outInsets.contentInsets.top = mBottomContent.getTop(); in onComputeInsets() 344 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_CONTENT; in onComputeInsets() 346 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_CONTENT; in onComputeInsets()
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 1803 public void onComputeInsets(Insets outInsets) { in onComputeInsets() argument 1804 outInsets.contentInsets.left = 0; in onComputeInsets() 1805 outInsets.contentInsets.bottom = 0; in onComputeInsets() 1806 outInsets.contentInsets.right = 0; in onComputeInsets() 1808 outInsets.contentInsets.top = decor.getHeight(); in onComputeInsets() 1809 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_FRAME; in onComputeInsets() 1810 outInsets.touchableRegion.setEmpty(); in onComputeInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayPolicy.java | 2960 DisplayCutout displayCutout, Rect outInsets) { in getStableInsetsLw() argument 2961 outInsets.setEmpty(); in getStableInsetsLw() 2964 getNonDecorInsetsLw(displayRotation, displayWidth, displayHeight, displayCutout, outInsets); in getStableInsetsLw() 2965 convertNonDecorInsetsToStableInsets(outInsets, displayRotation); in getStableInsetsLw() 2979 DisplayCutout displayCutout, Rect outInsets) { in getNonDecorInsetsLw() argument 2980 outInsets.setEmpty(); in getNonDecorInsetsLw() 2987 outInsets.bottom = getNavigationBarHeight(displayRotation, uiMode); in getNonDecorInsetsLw() 2989 outInsets.right = getNavigationBarWidth(displayRotation, uiMode); in getNonDecorInsetsLw() 2991 outInsets.left = getNavigationBarWidth(displayRotation, uiMode); in getNonDecorInsetsLw() 2996 outInsets.left += displayCutout.getSafeInsetLeft(); in getNonDecorInsetsLw() [all …]
|
D | WindowManagerService.java | 6654 public void getStableInsets(int displayId, Rect outInsets) throws RemoteException { in getStableInsets() argument 6656 getStableInsetsLocked(displayId, outInsets); in getStableInsets() 6660 void getStableInsetsLocked(int displayId, Rect outInsets) { in getStableInsetsLocked() argument 6661 outInsets.setEmpty(); in getStableInsetsLocked() 6666 di.displayCutout, outInsets); in getStableInsetsLocked()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 1469 public void onComputeInsets(Insets outInsets) { in onComputeInsets() argument 1480 outInsets.contentTopInsets = decor.getHeight(); in onComputeInsets() 1482 outInsets.contentTopInsets = loc[1]; in onComputeInsets() 1487 outInsets.visibleTopInsets = loc[1]; in onComputeInsets() 1488 outInsets.touchableInsets = Insets.TOUCHABLE_INSETS_VISIBLE; in onComputeInsets() 1489 outInsets.touchableRegion.setEmpty(); in onComputeInsets()
|
/frameworks/base/core/java/android/view/ |
D | IWindowManager.aidl | 431 void getStableInsets(int displayId, out Rect outInsets); in getStableInsets() argument
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 1345 public void getOpticalInsets(@NonNull Rect outInsets) { in getOpticalInsets() argument 1347 outInsets.setEmpty(); in getOpticalInsets() 1349 outInsets.set(mNinePatchInsets.opticalRect); in getOpticalInsets()
|