mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 07:46:55 +00:00
Merge "Add logs for widget picker image test" into udc-qpr-dev am: ff1428ab1e
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/24421525 Change-Id: I29a347e374b71cfd627aa923fae0d7768092fd2a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -888,6 +888,18 @@ public class WidgetsFullSheet extends BaseWidgetSheet
|
||||
return mContent;
|
||||
}
|
||||
|
||||
/** Gets the search bar, which is used for testing */ // b/294050472
|
||||
@VisibleForTesting
|
||||
public View getSearchBar() {
|
||||
return (View) mSearchBar;
|
||||
}
|
||||
|
||||
/** Gets the search bar container, which is used for testing */ // b/294050472
|
||||
@VisibleForTesting
|
||||
public View getSearchBarContainer() {
|
||||
return (View) mSearchBarContainer;
|
||||
}
|
||||
|
||||
/** Opens the first header in widget picker and scrolls to the top of the RecyclerView. */
|
||||
@VisibleForTesting
|
||||
public void openFirstHeader() {
|
||||
|
||||
Reference in New Issue
Block a user