Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DCustomViewDescriptorService.java520 private Map<ResourceFile, Long> mTimeStamps; field in CustomViewDescriptorService.CustomViewDescriptor
538 mTimeStamps = timestamps; in CustomViewDescriptor()
558 if (mTimeStamps != null) { in syncAttributes()
573 for (Map.Entry<ResourceFile, Long> entry : mTimeStamps.entrySet()) { in syncAttributes()
599 mTimeStamps = findCustomDescriptors(mProject, type, attrList, paramList); in syncAttributes()