Searched defs:rule (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java502 new DependencyListener(this, node, dependency.rule));
619 dependency.rule);
640 // The Dependency rule (WITH or AFTER) that the listener should wait for on
644 public DependencyListener(AnimatorSet animatorSet, Node node, int rule) { argument
647 this.mRule = rule;
697 if (dependency.rule == mRule &&
699 // rule fired - remove the dependency and listener and check to
869 public int rule; field in class:AnimatorSet.Dependency
871 public Dependency(Node node, int rule) { argument
873 this.rule
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp2248 // { rule --> { file locations } }
2251 void add(const String8& rule, const String8& where);
2254 void ProguardKeepSet::add(const String8& rule, const String8& where) argument
2256 ssize_t index = rules.indexOfKey(rule);
2258 index = rules.add(rule, SortedVector<String8>());
2284 String8 rule("-keep class ");
2285 rule += className;
2286 rule += " { <init>(...); }";
2294 keep->add(rule, location);
2301 String8 rule("
[all...]

Completed in 190 milliseconds