Home | History | Annotate | Download | only in gesture

Lines Matching defs:instances

37      * Retrieve all the instances
39 * @return instances
51 ArrayList<Instance> instances = mInstances;
52 int count = instances.size();
54 Instance instance = instances.get(i);
56 instances.remove(instance);
63 * Remove all the instances of a category
69 final ArrayList<Instance> instances = mInstances;
70 final int count = instances.size();
73 final Instance instance = instances.get(i);
80 instances.removeAll(toDelete);