Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java447 int incrementalTypeId = mTypeIdIndexMap.size() + 1; in getMappedViewType() local
448 mTypeIdIndexMap.put(typeId, incrementalTypeId); in getMappedViewType()
449 return incrementalTypeId; in getMappedViewType()