Merge "Prevent showing action button edu tooltip in grid only overview." into udc-qpr-dev am: 0baeedbc75
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/24130164 Change-Id: Ic0fcbf1eb860e90142316c2899ea255e1e204ec2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user