Home
last modified time | relevance | path

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

/packages/apps/Calculator/src/com/android/calculator2/
DCalculator.java405 final float resultTranslationY = (1.0f - resultScale) * in onResult() local
429 ObjectAnimator.ofFloat(mResultEditText, View.TRANSLATION_Y, resultTranslationY), in onResult()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculator.java800 final float resultTranslationY = (mFormulaText.getBottom() - mResultText.getBottom()) in onResult() local
816 PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, resultTranslationY)), in onResult()
834 mResultText.setTranslationY(resultTranslationY); in onResult()