Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java1390 final int absDodgeInsetEdges = GravityCompat.getAbsoluteGravity(lp.dodgeInsetEdges, in offsetChildByInset() local
1394 if ((absDodgeInsetEdges & Gravity.TOP) == Gravity.TOP) { in offsetChildByInset()
1401 if ((absDodgeInsetEdges & Gravity.BOTTOM) == Gravity.BOTTOM) { in offsetChildByInset()
1413 if ((absDodgeInsetEdges & Gravity.LEFT) == Gravity.LEFT) { in offsetChildByInset()
1420 if ((absDodgeInsetEdges & Gravity.RIGHT) == Gravity.RIGHT) { in offsetChildByInset()