Handle IME selection focus for ENABLE_DEVICE_SEARCH
Bug: 162861289 Change-Id: I15e4eae09be2aa9f89a5157fd74c95e91e64bc53
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
package com.android.launcher3.allapps;
|
||||
|
||||
import android.graphics.Rect;
|
||||
import android.view.View;
|
||||
import android.view.animation.Interpolator;
|
||||
|
||||
import com.android.launcher3.DeviceProfile;
|
||||
@@ -55,4 +56,9 @@ public interface FloatingHeaderRow {
|
||||
void setVerticalScroll(int scroll, boolean isScrolledOut);
|
||||
|
||||
Class<? extends FloatingHeaderRow> getTypeClass();
|
||||
|
||||
/**
|
||||
* Returns a child that has focus to be launched by the IME.
|
||||
*/
|
||||
View getFocusedChild();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user