[tile] Show arrow as hint for a tile.

Bug: 262443413
Test: manual
Flag: ENABLE_QS_TILE. OFF
Change-Id: I0ac3042a08d4c5e834c9db15d8b8879c23d9b709
This commit is contained in:
Holly Sun
2023-03-30 15:32:24 -07:00
parent f296b3421d
commit 6dfcbfc98b
@@ -65,7 +65,7 @@ public interface SearchUiManager {
* sets highlight result's title
*/
default void setFocusedResultTitle(
@Nullable CharSequence title, @Nullable CharSequence subtitle) {}
@Nullable CharSequence title, @Nullable CharSequence subtitle, boolean showArrow) {}
/** Refresh the currently displayed list of results. */
default void refreshResults() {}