Handle widget taps in WidgetPickerActivity.

Bug: 307306823
Test: atest Launcher3Tests
Flag: NA
Change-Id: I05cd42eae91447cfe99165096a735f6e04257203
This commit is contained in:
Will Leshner
2023-12-01 15:34:59 -08:00
parent 23ef0eda05
commit 531fc4985b
2 changed files with 26 additions and 0 deletions
@@ -147,6 +147,11 @@ public class WidgetCell extends LinearLayout {
return mAppWidgetHostViewScale;
}
/** Returns the {@link WidgetItem} for this {@link WidgetCell}. */
public WidgetItem getWidgetItem() {
return mItem;
}
/**
* Called to clear the view and free attached resources. (e.g., {@link Bitmap}
*/