HomeSort by relevance Sort by last modified time
    Searched refs:PageMarkerResources (Results 1 - 4 of 4) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
PageIndicator.java 42 public static class PageMarkerResources {
46 public PageMarkerResources() {
50 public PageMarkerResources(int aId, int iaId) {
162 void addMarker(int index, PageMarkerResources marker, boolean allowAnimations) {
173 void addMarkers(ArrayList<PageMarkerResources> markers, boolean allowAnimations) {
179 void updateMarker(int index, PageMarkerResources marker) {
FolderPagedView.java 31 import com.android.launcher3.PageIndicator.PageMarkerResources;
392 protected PageMarkerResources getPageIndicatorMarker(int pageIndex) {
393 return new PageMarkerResources(R.drawable.ic_pageindicator_current_folder,
PagedView.java 280 ArrayList<PageIndicator.PageMarkerResources> markers =
281 new ArrayList<PageIndicator.PageMarkerResources>();
380 protected PageIndicator.PageMarkerResources getPageIndicatorMarker(int pageIndex) {
381 return new PageIndicator.PageMarkerResources();
    [all...]
Workspace.java     [all...]

Completed in 52 milliseconds