Searched refs:PREDICTIVE_BACK_MIN_SCALE (Results 1 – 4 of 4) sorted by relevance
26 import static com.android.launcher3.util.ScrollableLayoutManager.PREDICTIVE_BACK_MIN_SCALE;321 float scale = PREDICTIVE_BACK_MIN_SCALE + (1 - PREDICTIVE_BACK_MIN_SCALE) * (1f - progress); in onUserSwipeToDismissProgressChanged()398 return (int) (getMeasuredHeight() * (1 - PREDICTIVE_BACK_MIN_SCALE)); in getBottomOffsetPx()
35 public static final float PREDICTIVE_BACK_MIN_SCALE = 0.9f; field in ScrollableLayoutManager37 (1 - PREDICTIVE_BACK_MIN_SCALE) / 2;
287 float scaleProgress = ScrollableLayoutManager.PREDICTIVE_BACK_MIN_SCALE in onBackProgressed()288 + (1 - ScrollableLayoutManager.PREDICTIVE_BACK_MIN_SCALE) in onBackProgressed()
30 import static com.android.launcher3.util.ScrollableLayoutManager.PREDICTIVE_BACK_MIN_SCALE;706 * PREDICTIVE_BACK_MIN_SCALE); in replaceAppsRVContainer()