Searched refs:mSupportedTransformations (Results 1 – 1 of 1) sorted by relevance
45 public final HashSet<Integer> mSupportedTransformations = new HashSet<Integer>(3); field in BipTransformation96 mSupportedTransformations.add(transformation); in addTransformation()109 mSupportedTransformations.remove(transformation); in removeTransformation()130 return mSupportedTransformations.contains(transformation); in isSupported()139 return !mSupportedTransformations.isEmpty(); in supportsAny()149 return mSupportedTransformations.equals(t.mSupportedTransformations); in equals()