[automerger] Bound recents content alpha to 0 and 1 am: 8417a7b514
Change-Id: Id555e2e108882b4e67473c449c2ddee8eba8ba68
This commit is contained in:
@@ -1001,6 +1001,7 @@ public abstract class RecentsView<T extends BaseActivity> extends PagedView impl
|
||||
}
|
||||
|
||||
public void setContentAlpha(float alpha) {
|
||||
alpha = Utilities.boundToRange(alpha, 0, 1);
|
||||
mContentAlpha = alpha;
|
||||
for (int i = getChildCount() - 1; i >= 0; i--) {
|
||||
TaskView child = getPageAt(i);
|
||||
|
||||
Reference in New Issue
Block a user