Home
last modified time | relevance | path

Searched refs:updateLeashesForSide (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DInsetsAnimationControlImpl.java152 updateLeashesForSide(INSET_SIDE_LEFT, offset.left, mPendingInsets.left, params, state); in applyChangeInsets()
155 updateLeashesForSide(INSET_SIDE_TOP, offset.top, mPendingInsets.top, params, state); in applyChangeInsets()
158 updateLeashesForSide(INSET_SIDE_RIGHT, offset.right, mPendingInsets.right, params, in applyChangeInsets()
162 updateLeashesForSide(INSET_SIDE_BOTTOM, offset.bottom, mPendingInsets.bottom, params, in applyChangeInsets()
226 private void updateLeashesForSide(@InsetSide int side, int offset, int inset, in updateLeashesForSide() method in InsetsAnimationControlImpl