Searched refs:FLAG_JOIN (Results 1 – 2 of 2) sorted by relevance
1076 FLAG_JOIN,1108 private static final int FLAG_JOIN = 1 << 2; field in VolumeShaper.Operation1239 mFlags |= FLAG_JOIN; in replace()1241 mFlags &= ~FLAG_JOIN; in replace()
349 FLAG_JOIN = (1 << 2), enumerator353 FLAG_ALL = (FLAG_REVERSE | FLAG_TERMINATE | FLAG_JOIN | FLAG_DELAY795 if ((operation->getFlags() & VolumeShaper::Operation::FLAG_JOIN) != 0) { in applyVolumeShaper()