HomeSort by relevance Sort by last modified time
    Searched refs:interpolators (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationContentAssist.java 81 // List all framework interpolators with full path first
84 List<String> interpolators = new ArrayList<String>(); local
89 interpolators.add(base + item.getName());
92 addMatchingProposals(proposals, interpolators.toArray(), offset, node, wordPrefix,
  /frameworks/base/tools/aapt/
Resource.cpp 935 sp<ResourceTypeSet> interpolators; local
    [all...]

Completed in 48 milliseconds