Home
last modified time | relevance | path

Searched defs:yDiff (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
DDirectionEvaluator.java20 public static float evaluate(float xDiff, float yDiff) { in evaluate()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/grid/
DDirectShareViewHolder.java145 int yDiff = (int) ((oldy - y) * ChooserActivity.DIRECT_SHARE_EXPANSION_RATE); in handleScroll() local
165 private void updateDirectShareRowHeight(RecyclerView view, int yDiff, int newHeight) { in updateDirectShareRowHeight()