mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
New AllAppsCustomize transitions
Change-Id: Ibefda8bf156810849c5e8f3383d49ae64a7ee08a
This commit is contained in:
@@ -142,14 +142,10 @@ public class PagedViewCellLayoutChildren extends ViewGroup {
|
||||
}
|
||||
|
||||
void destroyHardwareLayer() {
|
||||
if (getLayerType() != LAYER_TYPE_NONE) {
|
||||
setLayerType(LAYER_TYPE_NONE, null);
|
||||
}
|
||||
setLayerType(LAYER_TYPE_NONE, null);
|
||||
}
|
||||
void createHardwareLayer() {
|
||||
if (getLayerType() != LAYER_TYPE_HARDWARE) {
|
||||
setLayerType(LAYER_TYPE_HARDWARE, null);
|
||||
}
|
||||
setLayerType(LAYER_TYPE_HARDWARE, null);
|
||||
}
|
||||
|
||||
public void enableCenteredContent(boolean enabled) {
|
||||
|
||||
Reference in New Issue
Block a user