Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/wallpaper/
DEngineWindowPage.java87 public void removeColor(RectF colorArea) { in removeColor() argument
88 mRectFColors.remove(colorArea); in removeColor()
DWallpaperService.java1859 for (RectF colorArea : mLocalColorsToAdd) { in processLocalColorsInternal()
1860 if (!isValid(colorArea)) continue; in processLocalColorsInternal()
1861 mLocalColorAreas.add(colorArea); in processLocalColorsInternal()
1862 int colorPage = getRectFPage(colorArea, finalXOffsetStep); in processLocalColorsInternal()
1865 currentPage.removeColor(colorArea); in processLocalColorsInternal()