Adding support for generating a preview bitmap with an optional delay to allow widgets to be rendered
> Adding a completionSignal when preview is generated so that callers can wait on it > Also adding support for proving an optional screen-id for preview Bug: 400403115 Test: atest GridPreviewTest Flag: EXEMPT refactor and unused new API Change-Id: I569e0ab318ad101e4f6dd808f2e1cfc39ba50bda
This commit is contained in:
@@ -42,8 +42,6 @@ public interface WorkspaceLayoutManager {
|
||||
|
||||
// The is the first screen. It is always present, even if its empty.
|
||||
int FIRST_SCREEN_ID = 0;
|
||||
// This is the second page. On two panel home it is always present, even if its empty.
|
||||
int SECOND_SCREEN_ID = 1;
|
||||
|
||||
/**
|
||||
* At bind time, we use the rank (screenId) to compute x and y for hotseat items.
|
||||
|
||||
Reference in New Issue
Block a user