Home
last modified time | relevance | path

Searched refs:removeMarker (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DPageIndicator.java184 void removeMarker(int index, boolean allowAnimations) { in removeMarker() method in PageIndicator
193 removeMarker(Integer.MAX_VALUE, allowAnimations); in removeAllMarkers()
DPagedView.java1096 mPageIndicator.removeMarker(index, mAllowPagedViewAnimations); in removeMarkerForView()