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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dband_nrg.c79 Word32 specm, specs; local
85 specs = l - r;
87 accuSide = L_add(accuSide, MULHIGH(specs, specs));
/frameworks/base/core/java/android/animation/
H A DStateListAnimator.java75 * Associates the given animator with the provided drawable state specs so that it will be run
76 * when the View's drawable state matches the specs.
78 * @param specs The drawable state specs to match against
79 * @param animator The animator to run when the specs match
81 public void addState(int[] specs, Animator animator) { argument
82 Tuple tuple = new Tuple(specs, animator);
281 private Tuple(int[] specs, Animator animator) { argument
282 mSpecs = specs;

Completed in 44 milliseconds