Searched refs:currentFlags (Results 1 – 1 of 1) sorted by relevance
338 int currentFlags = (Integer) params.getClass().getField("privateFlags").get(params); in disableAnimations() local339 params.getClass().getField("privateFlags").set(params, currentFlags | 0x00000040); in disableAnimations()