Searched refs:allowAnimations (Results 1 – 1 of 1) sorted by relevance
95 void offsetWindowCenterTo(int activeIndex, boolean allowAnimations) { in offsetWindowCenterTo() argument111 if (!allowAnimations) { in offsetWindowCenterTo()154 if (!allowAnimations) { in offsetWindowCenterTo()162 void addMarker(int index, PageMarkerResources marker, boolean allowAnimations) { in addMarker() argument171 offsetWindowCenterTo(mActiveMarkerIndex, allowAnimations); in addMarker()173 void addMarkers(ArrayList<PageMarkerResources> markers, boolean allowAnimations) { in addMarkers() argument175 addMarker(Integer.MAX_VALUE, markers.get(i), allowAnimations); in addMarkers()184 void removeMarker(int index, boolean allowAnimations) { in removeMarker() argument188 offsetWindowCenterTo(mActiveMarkerIndex, allowAnimations); in removeMarker()191 void removeAllMarkers(boolean allowAnimations) { in removeAllMarkers() argument[all …]