Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/main/impl/toolbar/
DSearchBarView.java44 private static final float EXPAND_MARGIN_FRACTION_START = 0.8f; field in SearchBarView
122 ValueAnimator animator = ValueAnimator.ofFloat(EXPAND_MARGIN_FRACTION_START, 0f); in expand()
159 ValueAnimator animator = ValueAnimator.ofFloat(0f, EXPAND_MARGIN_FRACTION_START); in collapse()
/packages/apps/Dialer/java/com/android/dialer/app/widget/
DSearchEditTextLayout.java36 private static final float EXPAND_MARGIN_FRACTION_START = 0.8f; field in SearchEditTextLayout
220 animator = ValueAnimator.ofFloat(EXPAND_MARGIN_FRACTION_START, 0f); in expand()
221 setMargins(EXPAND_MARGIN_FRACTION_START); in expand()