Searched refs:startingY (Results 1 – 3 of 3) sorted by relevance
112 public Ripple(RippleDrawable owner, Rect bounds, float startingX, float startingY) { in Ripple() argument117 mStartingY = startingY; in Ripple()
775 float startingY = -mContainerView.getHeight(); in doShow() local779 startingY -= topLeft[1]; in doShow()781 ViewCompat.setTranslationY(mContainerView, startingY); in doShow()787 ViewCompat.setTranslationY(mContentView, startingY); in doShow()
764 float startingY = -mContainerView.getHeight(); in doShow() local768 startingY -= topLeft[1]; in doShow()770 mContainerView.setTranslationY(startingY); in doShow()777 startingY, 0)); in doShow()