Searched refs:mTranslateDistance (Results 1 – 1 of 1) sorted by relevance
87 private int mTranslateDistance; field in DialpadView104 mTranslateDistance = getResources().getDimensionPixelSize( in DialpadView()292 dialpadKey.setTranslationX((mIsRtl ? -1 : 1) * mTranslateDistance); in animateShow()296 dialpadKey.setTranslationY(mTranslateDistance); in animateShow()