mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Merge "Add logs for widget picker image test" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ff1428ab1e
@@ -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