Searched refs:mReplaceId (Results 1 – 3 of 3) sorted by relevance
1237 private final int mReplaceId; field in VolumeShaper.Operation1245 + ", mReplaceId = " + mReplaceId in toString()1252 return Objects.hash(mFlags, mReplaceId, mXOffset); in hashCode()1262 && mReplaceId == other.mReplaceId in equals()1280 result.replaceId = mReplaceId; in toParcelable()1349 mReplaceId = replaceId; in Operation()1361 int mReplaceId; field in VolumeShaper.Operation.Builder1369 mReplaceId = -1; in Builder()1379 mReplaceId = operation.mReplaceId; in Builder()1396 mReplaceId = id; in replace()[all …]
471 : Operation(operation.mFlags, operation.mReplaceId, operation.mXOffset) { in Operation()480 , mReplaceId(replaceId) in Operation()485 return mReplaceId; in getReplaceId()489 mReplaceId = replaceId; in setReplaceId()538 op->replaceId = mReplaceId; in writeToParcelable()549 mReplaceId = op.replaceId; in readFromParcelable()557 ss << ", mReplaceId=" << mReplaceId; in toString()607 int32_t mReplaceId; // if >= 0 the id to remove in a replace operation. variable
31837 Landroid/media/VolumeShaper$Operation$Builder;->mReplaceId:I