コード例 #1
0
 internal void set(android.view.ViewTreeObserver.InternalInsetsInfo other)
 {
     contentInsets.set(other.contentInsets);
     visibleInsets.set(other.visibleInsets);
     touchableRegion.set(other.touchableRegion);
     mTouchableInsets = other.mTouchableInsets;
 }