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

/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java79 private static final TypedValue sTmpTypedValue = new TypedValue(); field in class:AnimatorInflater
1073 synchronized (sTmpTypedValue) {
1074 resources.getValue(id, sTmpTypedValue, true);
1075 return sTmpTypedValue.changingConfigurations;

Completed in 71 milliseconds