Home
last modified time | relevance | path

Searched refs:NUM_ALPHAS (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DOverviewActionsView.java95 private static final int NUM_ALPHAS = 8; field in OverviewActionsView
104 private final AnimatedFloat[] mAlphaProperties = new AnimatedFloat[NUM_ALPHAS];
161 mMultiValueAlphas[ACTIONS_ALPHAS] = new MultiValueAlpha(mActionButtons, NUM_ALPHAS); in onFinishInflate()
163 new MultiValueAlpha(mSaveAppPairButton, NUM_ALPHAS); in onFinishInflate()
167 for (int i = 0; i < NUM_ALPHAS; i++) { in onFinishInflate()