Searched refs:mInsetOffsetY (Results 1 – 1 of 1) sorted by relevance
1395 int distance = dodgeRect.top - lp.topMargin - lp.mInsetOffsetY; in offsetChildByInset()1402 int distance = getHeight() - dodgeRect.bottom - lp.bottomMargin + lp.mInsetOffsetY; in offsetChildByInset()1445 if (lp.mInsetOffsetY != offsetY) { in setInsetOffsetY()1446 final int dy = offsetY - lp.mInsetOffsetY; in setInsetOffsetY()1448 lp.mInsetOffsetY = offsetY; in setInsetOffsetY()2709 int mInsetOffsetY; field in CoordinatorLayout.LayoutParams