[Search][Motion] Normal<->AllApps transition revamp
Preview video attached to BR Key changes: - SearchUiManager#getScrollRangeDelta is removed. AllApps initial vertical offset is now controlled by deviceProfile.allAppsOpenVerticalTranslate. - ShelfScrimView is renamed to AllAppsScrimView. Scrim no longer does vertical translate with AllApps open. Shelf/overview related code removed. - Scrim and AllApps content transition are animated with different interpolators. Scrim color is a blend of accentColor and allAppsScrim with proportion determined by progress*TINT_DECAY_MULTIPLIER Bug: 183001675 Test: Manual Change-Id: Id6bde7ee65c55c83c2973fe41f458b9364d39ecd
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
*/
|
||||
package com.android.launcher3.allapps;
|
||||
|
||||
import android.graphics.Rect;
|
||||
import android.view.KeyEvent;
|
||||
|
||||
import androidx.annotation.Nullable;
|
||||
@@ -43,11 +42,6 @@ public interface SearchUiManager {
|
||||
*/
|
||||
default void preDispatchKeyEvent(KeyEvent keyEvent) { };
|
||||
|
||||
/**
|
||||
* Returns the vertical shift for the all-apps view, so that it aligns with the hotseat.
|
||||
*/
|
||||
float getScrollRangeDelta(Rect insets);
|
||||
|
||||
/**
|
||||
* @return the edit text object
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user