Searched refs:PROP (Results 1 – 3 of 3) sorted by relevance
41 private static String PROP = "tracking:prop"; field in TrackingTransition42 private static String[] PROPS = { PROP };51 transitionValues.values.put(PROP, 0); in captureStartValues()56 transitionValues.values.put(PROP, 1); in captureEndValues()
58 public static <RECEIVER, PROP> Matcher<RECEIVER> propertyMatches( in propertyMatches()60 Function<? super RECEIVER, ? extends PROP> propGetter, in propertyMatches()61 Matcher<? extends PROP> propCondition) { in propertyMatches()
60 public static <RECEIVER, PROP> Matcher<RECEIVER> propertyMatches( in propertyMatches()62 Function<? super RECEIVER, ? extends PROP> propGetter, in propertyMatches()63 Matcher<? extends PROP> propCondition) { in propertyMatches()