Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java335 String rectString = rect.toShortString(); in setupColorExtraction() local
336 View v = mViewForRect.get(rectString); in setupColorExtraction()
347 if (rectString.equals(mArrowColorRectString)) { in setupColorExtraction()
391 String rectString = rf.toShortString(); in initColorExtractionLocations() local
392 mViewForRect.put(rectString, view); in initColorExtractionLocations()
394 mArrowColorRectString = rectString; in initColorExtractionLocations()
397 mArrowColorRectString = rectString; in initColorExtractionLocations()