Searched refs:openAndTranslucent (Results 1 – 1 of 1) sorted by relevance
367 final TransitionInfo openAndTranslucent = new TransitionInfoBuilder(TRANSIT_OPEN) in testTransitionFilterNotRequirement() local369 openAndTranslucent.getChanges().get(1).setFlags(FLAG_TRANSLUCENT); in testTransitionFilterNotRequirement()370 assertFalse(filter.matches(openAndTranslucent)); in testTransitionFilterNotRequirement()