D | WindowDecoration.java | 747 private static final int INDEX = 0; field in WindowDecoration.WindowDecorationInsets 762 wct.addInsetsSource(mToken, mOwner, INDEX, captionBar(), mFrame, mBoundingRects); in addOrUpdate() 763 wct.addInsetsSource(mToken, mOwner, INDEX, mandatorySystemGestures(), mFrame, in addOrUpdate() 768 wct.removeInsetsSource(mToken, mOwner, INDEX, captionBar()); in remove() 769 wct.removeInsetsSource(mToken, mOwner, INDEX, mandatorySystemGestures()); in remove()
|