Searched defs:ID_TO_METHOD (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DPropertyValuesHolder_Delegate.java60 private static final Map<Long, Method> ID_TO_METHOD = new HashMap<Long, Method>(); field in class:PropertyValuesHolder_Delegate
91 ID_TO_METHOD.put(methodId, method);
103 Method method = ID_TO_METHOD.get(methodID);

Completed in 56 milliseconds