Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPageIndicator.java95 void offsetWindowCenterTo(int activeIndex, boolean allowAnimations) { in offsetWindowCenterTo() argument
111 if (!allowAnimations) { in offsetWindowCenterTo()
154 if (!allowAnimations) { in offsetWindowCenterTo()
162 void addMarker(int index, PageMarkerResources marker, boolean allowAnimations) { in addMarker() argument
171 offsetWindowCenterTo(mActiveMarkerIndex, allowAnimations); in addMarker()
173 void addMarkers(ArrayList<PageMarkerResources> markers, boolean allowAnimations) { in addMarkers() argument
175 addMarker(Integer.MAX_VALUE, markers.get(i), allowAnimations); in addMarkers()
184 void removeMarker(int index, boolean allowAnimations) { in removeMarker() argument
188 offsetWindowCenterTo(mActiveMarkerIndex, allowAnimations); in removeMarker()
191 void removeAllMarkers(boolean allowAnimations) { in removeAllMarkers() argument
[all …]