Merge "Prevent showing action button edu tooltip in grid only overview." into udc-qpr-dev

This commit is contained in:
Pat Manning
2023-08-01 11:39:38 +00:00
committed by Android (Google) Code Review
@@ -262,6 +262,13 @@ public class OverviewActionsView<T extends OverlayUICallbacks> extends FrameLayo
return mMultiValueAlpha.get(INDEX_SCROLL_ALPHA);
}
/**
* Returns the visibility of the overview actions buttons.
*/
public @Visibility int getActionsButtonVisibility() {
return findViewById(R.id.action_buttons).getVisibility();
}
/**
* Offsets OverviewActionsView horizontal position based on 3 button nav container in taskbar.
*/