Removing separate hotseat widget, instead using a QSB acroll all UI.
The QSB is responsible for updating its UI according to various states. Bug: 109828640 Change-Id: Ic8cbf3d404d5870de0f6b8fe25a332b8d21bae20
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
package com.android.launcher3.allapps;
|
||||
|
||||
import android.view.KeyEvent;
|
||||
import android.view.animation.Interpolator;
|
||||
|
||||
import com.android.launcher3.anim.PropertySetter;
|
||||
|
||||
/**
|
||||
* Interface for controlling the Apps search UI.
|
||||
@@ -37,4 +40,10 @@ public interface SearchUiManager {
|
||||
* some UI beforehand.
|
||||
*/
|
||||
void preDispatchKeyEvent(KeyEvent keyEvent);
|
||||
|
||||
/**
|
||||
* Called as part of state transition to update the content UI
|
||||
*/
|
||||
void setContentVisibility(int visibleElements, PropertySetter setter,
|
||||
Interpolator interpolator);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user