Searched refs:mReplaceId (Results 1 – 2 of 2) sorted by relevance
1126 private final int mReplaceId; field in VolumeShaper.Operation1133 + ", mReplaceId = " + mReplaceId in toString()1140 return Objects.hash(mFlags, mReplaceId, mXOffset); in hashCode()1150 && mReplaceId == other.mReplaceId in equals()1163 dest.writeInt(mReplaceId); in writeToParcel()1190 mReplaceId = replaceId; in Operation()1202 int mReplaceId; field in VolumeShaper.Operation.Builder1210 mReplaceId = -1; in Builder()1220 mReplaceId = operation.mReplaceId; in Builder()1237 mReplaceId = id; in replace()[all …]
366 : Operation(operation.mFlags, operation.mReplaceId, operation.mXOffset) { in Operation()375 , mReplaceId(replaceId) in Operation()380 return mReplaceId; in getReplaceId()384 mReplaceId = replaceId; in setReplaceId()427 ?: parcel->writeInt32(mReplaceId) in writeToParcel()434 ?: parcel.readInt32(&mReplaceId) in readFromParcel()442 ss << ", mReplaceId=" << mReplaceId; in toString()450 int32_t mReplaceId; // if >= 0 the id to remove in a replace operation. variable