HomeSort by relevance Sort by last modified time
    Searched full:incrementaltypeid (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 385 int incrementalTypeId = mTypeIdIndexMap.size() + 1;
386 mTypeIdIndexMap.put(typeId, incrementalTypeId);
387 return incrementalTypeId;
    [all...]

Completed in 559 milliseconds