Searched defs:yDiff (Results 1 – 2 of 2) sorted by relevance
20 public static float evaluate(float xDiff, float yDiff) { in evaluate()
145 int yDiff = (int) ((oldy - y) * ChooserActivity.DIRECT_SHARE_EXPANSION_RATE); in handleScroll() local165 private void updateDirectShareRowHeight(RecyclerView view, int yDiff, int newHeight) { in updateDirectShareRowHeight()