Searched refs:mTypeSet (Results 1 – 3 of 3) sorted by relevance
58 @Nullable public @TransitionType int[] mTypeSet = null; field in TransitionFilter75 mTypeSet = in.createIntArray(); in TransitionFilter()83 if (mTypeSet != null) { in matches()86 for (int i = 0; i < mTypeSet.length; ++i) { in matches()87 if (info.getType() == mTypeSet[i]) { in matches()115 dest.writeIntArray(mTypeSet); in writeToParcel()145 if (mTypeSet != null) { in toString()146 for (int i = 0; i < mTypeSet.length; ++i) { in toString()147 sb.append((i == 0 ? "" : ",") + WindowManager.transitTypeToString(mTypeSet[i])); in toString()
401 mTypeSet = intArrayOf(TRANSIT_CLOSE, TRANSIT_TO_BACK) in registerEphemeralReturnAnimation()
376 filter.mTypeSet = new int[]{TRANSIT_OPEN, TRANSIT_TO_FRONT}; in testTransitionFilterChecksTypeSet()