Searched refs:currentFlags (Results 1 – 5 of 5) sorted by relevance
341 int currentFlags = (Integer) params.getClass().getField("privateFlags").get(params); in disableAnimations() local342 params.getClass().getField("privateFlags").set(params, currentFlags | 0x00000040); in disableAnimations()
1424 int currentFlags = atoi(property); in prepare() local1425 if(currentFlags != sSimulationFlags) { in prepare()1426 sSimulationFlags = currentFlags; in prepare()
1628 int currentFlags = atoi(property); in prepare() local1629 if(currentFlags != sSimulationFlags) { in prepare()1630 sSimulationFlags = currentFlags; in prepare()
1999 int currentFlags = atoi(property); in prepare() local2000 if(currentFlags != sSimulationFlags) { in prepare()2001 sSimulationFlags = currentFlags; in prepare()
1178 final int currentFlags = in getAllowlistedRestrictedPermissionsInternal() local1180 if ((currentFlags & queryFlags) != 0) { in getAllowlistedRestrictedPermissionsInternal()