Searched refs:VIEW_ALPHA (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | PluginHeaderRow.java | 21 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA; 71 setter.setFloat(mView, VIEW_ALPHA, hasAllAppsContent ? 1 : 0, headerFade); in setContentVisibility()
|
D | FloatingHeaderView.java | 18 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA; 375 setter.setFloat(mTabLayout, VIEW_ALPHA, hasAllAppsContent ? 1 : 0, headerFade); in setContentVisibility()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | TaskViewUtils.java | 18 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA; 175 out.addFloat(v, VIEW_ALPHA, 1, 0, clampToProgress(LINEAR, 0.2f, 0.4f)); in createRecentsWindowAnimator()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/ |
D | AppsDividerView.java | 19 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA; 292 setter.setFloat(this, VIEW_ALPHA, hasAllAppsContent ? 1 : 0, allAppsFade); in setContentVisibility()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceStateTransitionAnimation.java | 23 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA; 213 propertySetter.setFloat(cl.getShortcutsAndWidgets(), VIEW_ALPHA, in applyChildState() local
|
D | LauncherAnimUtils.java | 121 public static final FloatProperty<View> VIEW_ALPHA = field in LauncherAnimUtils
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | RecentsView.java | 26 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA; 1357 anim.setFloat(taskView, VIEW_ALPHA, 0, ACCEL_2); in addDismissedTaskAnimations()
|