Searched refs:inoutInfo (Results 1 – 2 of 2) sorted by relevance
62 private void onComputeInternalInsets(InternalInsetsInfo inoutInfo) { in onComputeInternalInsets() argument66 if (inoutInfo.touchableRegion.isEmpty()) { in onComputeInternalInsets()69 inoutInfo.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()74 inoutInfo.touchableRegion.set(mRect); in onComputeInternalInsets()79 inoutInfo.touchableRegion.op(mRect, Region.Op.DIFFERENCE); in onComputeInternalInsets()82 inoutInfo.touchableRegion.op(mObscuredTouchRegion, Region.Op.UNION); in onComputeInternalInsets()
109 public void onComputeInternalInsets(ViewTreeObserver.InternalInsetsInfo inoutInfo) { in onComputeInternalInsets() argument111 inoutInfo.touchableRegion.setEmpty(); in onComputeInternalInsets()112 inoutInfo.setTouchableInsets(TOUCHABLE_INSETS_REGION); in onComputeInternalInsets()