Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc591c28 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change the default position of the accessibility floating menu."

parents a3608b56 8ffb7f90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ public class AccessibilityFloatingMenu implements IAccessibilityFloatingMenu {
    @FloatRange(from = 0.0, to = 1.0)
    private static final float DEFAULT_POSITION_X_PERCENT = 1.0f;
    @FloatRange(from = 0.0, to = 1.0)
    private static final float DEFAULT_POSITION_Y_PERCENT = 0.9f;
    private static final float DEFAULT_POSITION_Y_PERCENT = 0.77f;

    private final Context mContext;
    private final AccessibilityFloatingMenuView mMenuView;
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ class MenuInfoRepository {
    private static final float DEFAULT_MENU_POSITION_X_PERCENT = 1.0f;

    @FloatRange(from = 0.0, to = 1.0)
    private static final float DEFAULT_MENU_POSITION_Y_PERCENT = 0.9f;
    private static final float DEFAULT_MENU_POSITION_Y_PERCENT = 0.77f;

    private final Context mContext;
    private final Handler mHandler = new Handler(Looper.getMainLooper());