mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Merge "Add a scrim to taskbar for bubbles expanded state" into sc-v2-dev
This commit is contained in:
@@ -224,6 +224,14 @@ public class TaskbarStashController {
|
||||
return (flags & flagMask) != 0;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Returns whether the taskbar is currently visible and in an app.
|
||||
*/
|
||||
public boolean isInAppAndNotStashed() {
|
||||
return !mIsStashed && (mState & FLAG_IN_APP) != 0;
|
||||
}
|
||||
|
||||
public int getContentHeight() {
|
||||
if (isStashed()) {
|
||||
boolean isAnimating = mAnimator != null && mAnimator.isStarted();
|
||||
|
||||
Reference in New Issue
Block a user