Searched refs:awidth (Results 1 – 1 of 1) sorted by relevance
272 int awidth = mNavButtons.getMeasuredWidth(); in hideNavButtons() local273 Animator anim1 = ObjectAnimator.ofFloat(mNavButtons, View.TRANSLATION_X, 0, - awidth); in hideNavButtons()297 int awidth = mNavButtons.getMeasuredWidth(); in showNavButtons() local299 View.TRANSLATION_X, -awidth, 0); in showNavButtons()301 awidth); in showNavButtons()