Home | History | Annotate | Download | only in graphics

Lines Matching defs:mSupportedAxes

162     private int[] mSupportedAxes;
1181 if (mSupportedAxes == null) {
1183 if (mSupportedAxes == null) {
1184 mSupportedAxes = nativeGetSupportedAxes(native_instance);
1185 if (mSupportedAxes == null) {
1186 mSupportedAxes = EMPTY_AXES;
1191 return Arrays.binarySearch(mSupportedAxes, axis) >= 0;