Searched defs:topMargin (Results 1 – 9 of 9) sorted by relevance
100 val topMargin = 50f in startAnimationForEvents_headsUpFromTop_startsHeadsUpAppearAnim_flagOff() constant122 val topMargin = 50f in startAnimationForEvents_headsUpFromTop_startsHeadsUpAppearAnim_flagOn() constant145 val topMargin = 50f in startAnimationForEvents_headsUpFromTop_andHasStatusBarChipFalse() constant173 val topMargin = 50f in startAnimationForEvents_headsUpFromTop_andHasStatusBarChipTrue() constant
446 val topMargin = 100f in <lambda>() constant463 val topMargin = 100f in <lambda>() constant484 val topMargin = 100f in <lambda>() constant
84 private var topMargin = 0 in <lambda>() variable
448 int topMargin = mUseLargeScreenShadeHeader ? mLargeScreenShadeHeaderHeight : in updateResources() local
424 class MarginItemDecorator(private val topMargin: Int, private val sideMargins: Int) : constant in MarginItemDecorator
480 private void setTopMargin(int topMargin) { in setTopMargin()
1176 int topMargin = 0; in onLayout() local
1196 int topMargin = getMargin(c, false, true); in onLayout() local
8533 public int topMargin; field in ViewGroup.MarginLayoutParams