Searched refs:resultTranslationY (Results 1 – 2 of 2) sorted by relevance
405 final float resultTranslationY = (1.0f - resultScale) * in onResult() local429 ObjectAnimator.ofFloat(mResultEditText, View.TRANSLATION_Y, resultTranslationY), in onResult()
800 final float resultTranslationY = (mFormulaText.getBottom() - mResultText.getBottom()) in onResult() local816 PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, resultTranslationY)), in onResult()834 mResultText.setTranslationY(resultTranslationY); in onResult()