Searched refs:EXPAND_MARGIN_FRACTION_START (Results 1 – 2 of 2) sorted by relevance
44 private static final float EXPAND_MARGIN_FRACTION_START = 0.8f; field in SearchBarView122 ValueAnimator animator = ValueAnimator.ofFloat(EXPAND_MARGIN_FRACTION_START, 0f); in expand()159 ValueAnimator animator = ValueAnimator.ofFloat(0f, EXPAND_MARGIN_FRACTION_START); in collapse()
36 private static final float EXPAND_MARGIN_FRACTION_START = 0.8f; field in SearchEditTextLayout220 animator = ValueAnimator.ofFloat(EXPAND_MARGIN_FRACTION_START, 0f); in expand()221 setMargins(EXPAND_MARGIN_FRACTION_START); in expand()