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

Commit c7311e09 authored by Yigit Boyar's avatar Yigit Boyar Committed by Android (Google) Code Review
Browse files

Merge "Restrict usage of mSelectorPosition and mSelectorRect"

parents 1822b477 0d305f22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -325,13 +325,13 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
    /**
     * The current position of the selector in the list.
     */
    @UnsupportedAppUsage
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
    int mSelectorPosition = INVALID_POSITION;

    /**
     * Defines the selector's location and dimension at drawing time
     */
    @UnsupportedAppUsage
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
    Rect mSelectorRect = new Rect();

    /**