Merge "[tile] Show arrow as hint for a tile." into udc-dev

This commit is contained in:
Holly Jiuyu Sun
2023-03-31 23:51:51 +00:00
committed by Android (Google) Code Review
@@ -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() {}