Merge "Added scrim visibility check." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
bd8b839e0d
@@ -233,6 +233,13 @@ public class TaskbarViewController implements TaskbarControllers.LoggableTaskbar
|
||||
mActivity.removeOnDeviceProfileChangeListener(mDeviceProfileChangeListener);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the taskbar {@link View.Visibility visibility}.
|
||||
*/
|
||||
public int getTaskbarVisibility() {
|
||||
return mTaskbarView.getVisibility();
|
||||
}
|
||||
|
||||
public boolean areIconsVisible() {
|
||||
return mTaskbarView.areIconsVisible();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user