Searched refs:insetsInfo (Results 1 – 4 of 4) sorted by relevance
359 fun updateInsetsTouchability(insetsInfo: ViewTreeObserver.InternalInsetsInfo) { in <lambda>()360 insetsInfo.touchableRegion.setEmpty() in <lambda>()364 insetsInfo.touchableRegion in <lambda>()366 debugTouchableRegion.lastSetTouchableBounds.set(insetsInfo.touchableRegion.bounds) in <lambda>()377 insetsInfo.setTouchableInsets(TOUCHABLE_INSETS_FRAME) in <lambda>()381 insetsInfo.setTouchableInsets(TOUCHABLE_INSETS_REGION) in <lambda>()388 insetsInfo.setTouchableInsets(TOUCHABLE_INSETS_REGION) in <lambda>()392 insetsInfo.setTouchableInsets(TOUCHABLE_INSETS_REGION) in <lambda>()396 insetsInfo.setTouchableInsets(TOUCHABLE_INSETS_REGION) in <lambda>()400 insetsInfo.setTouchableInsets(TOUCHABLE_INSETS_FRAME) in <lambda>()[all …]
138 private void onComputeTaskbarInsets(ViewTreeObserver.InternalInsetsInfo insetsInfo) { in onComputeTaskbarInsets() argument140 mControllerCallbacks.updateInsetsTouchability(insetsInfo); in onComputeTaskbarInsets()
268 public void updateInsetsTouchability(ViewTreeObserver.InternalInsetsInfo insetsInfo) { in updateInsetsTouchability() argument269 mControllers.taskbarInsetsController.updateInsetsTouchability(insetsInfo); in updateInsetsTouchability()
1006 private void onComputeInsetsForSeparateWindow(ViewTreeObserver.InternalInsetsInfo insetsInfo) { in onComputeInsetsForSeparateWindow() argument1007 addVisibleButtonsRegion(mSeparateWindowParent, insetsInfo.touchableRegion); in onComputeInsetsForSeparateWindow()1008 insetsInfo.setTouchableInsets(TOUCHABLE_INSETS_REGION); in onComputeInsetsForSeparateWindow()