Searched refs:other (Results 201 - 225 of 525) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/
H A DClipArea.cpp62 const TransformedRectangle& other) const {
64 return mTransform == other.mTransform;
67 void TransformedRectangle::intersectWith(const TransformedRectangle& other) { argument
68 mBounds.doIntersect(other.mBounds);
267 // existing clipping information from the other modes.
445 SkRegion other; local
452 other.setRect(resultClip.toSkIRect());
456 other.setPath(transformedRect, createViewportRegion());
462 other = transformedList.convertToRegion(createViewportRegion());
466 other
496 const RectangleList& other = getRectList(recordedClip); local
535 SkRegion other; local
[all...]
H A DGradientCache.h63 bool operator==(const GradientCacheEntry& other) const {
64 return compare(*this, other) == 0;
67 bool operator!=(const GradientCacheEntry& other) const {
68 return compare(*this, other) != 0;
/frameworks/av/media/libstagefright/foundation/
H A DAString.cpp147 bool AString::operator==(const AString &other) const {
148 return mSize == other.mSize && !memcmp(mData, other.mData, mSize);
311 bool AString::operator<(const AString &other) const {
312 return compare(other) < 0;
315 bool AString::operator>(const AString &other) const {
316 return compare(other) > 0;
319 int AString::compare(const AString &other) const {
320 return strcmp(mData, other.mData);
323 int AString::compareIgnoreCase(const AString &other) cons
[all...]
/frameworks/base/core/java/android/util/
H A DTypedValue.java170 * This tells you how to interpret the other fields in the object. */
408 * @param base The base value of this fraction. In other words, a
410 * @param pbase The parent base value of this fraction. In other
432 * @param base The base value of this fraction. In other words, a
434 * @param pbase The parent base value of this fraction. In other
512 public void setTo(TypedValue other) argument
514 type = other.type;
515 string = other.string;
516 data = other.data;
517 assetCookie = other
[all...]
H A DSparseBooleanArray.java259 SparseBooleanArray other = (SparseBooleanArray) that;
260 if (mSize != other.mSize) {
265 if (mKeys[i] != other.mKeys[i]) {
268 if (mValues[i] != other.mValues[i]) {
/frameworks/base/libs/input/
H A DSpriteController.h42 inline bool operator== (const SpriteTransformationMatrix& other) { argument
43 return dsdx == other.dsdx
44 && dtdx == other.dtdx
45 && dsdy == other.dsdy
46 && dtdy == other.dtdy;
49 inline bool operator!= (const SpriteTransformationMatrix& other) { argument
50 return !(*this == other);
87 * A sprite is a simple graphical object that is displayed on-screen above other layers.
135 * by other components.
/frameworks/support/room/runtime/src/main/java/android/arch/persistence/room/
H A DRoomSQLiteQuery.java219 * @param other The other query, which holds the arguments to be copied.
221 public void copyArgumentsFrom(RoomSQLiteQuery other) { argument
222 int argCount = other.getArgCount() + 1; // +1 for the binding offsets
223 System.arraycopy(other.mBindingTypes, 0, mBindingTypes, 0, argCount);
224 System.arraycopy(other.mLongBindings, 0, mLongBindings, 0, argCount);
225 System.arraycopy(other.mStringBindings, 0, mStringBindings, 0, argCount);
226 System.arraycopy(other.mBlobBindings, 0, mBlobBindings, 0, argCount);
227 System.arraycopy(other.mDoubleBindings, 0, mDoubleBindings, 0, argCount);
/frameworks/support/tv-provider/src/android/support/media/tv/
H A DProgram.java134 public boolean equals(Object other) { argument
135 if (!(other instanceof Program)) {
138 return mValues.equals(((Program) other).mValues);
142 * @param other The program you're comparing to.
146 public int compareTo(@NonNull Program other) { argument
148 other.mValues.getAsLong(Programs.COLUMN_START_TIME_UTC_MILLIS));
236 * @param other The Program you're copying from.
238 public Builder(Program other) { argument
239 mValues = new ContentValues(other.mValues);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkAgentInfo.java123 // enclosed socket factory and connection pool. Avoid creating other Network objects.
175 LingerTimer other = (LingerTimer) o;
176 return (request.requestId == other.request.requestId) && (expiryMs == other.expiryMs);
181 public int compareTo(LingerTimer other) { argument
182 return (expiryMs != other.expiryMs) ?
183 Long.compare(expiryMs, other.expiryMs) :
184 Integer.compare(request.requestId, other.request.requestId);
219 // it depends on the state of other networks and requests, which only ConnectivityService knows.
320 // Should only happen if the requestId wraps. If that happens lots of other thing
612 compareTo(NetworkAgentInfo other) argument
[all...]
/frameworks/av/camera/ndk/impl/
H A DACameraMetadata.h46 ACameraMetadata(const ACameraMetadata& other) : argument
47 mData(other.mData), mType(other.mType) {};
87 // exact copy of internal data type but they do not inherit from each other
/frameworks/base/core/java/android/content/pm/
H A DVerifierDeviceIdentity.java194 public boolean equals(Object other) { argument
195 if (!(other instanceof VerifierDeviceIdentity)) {
199 final VerifierDeviceIdentity o = (VerifierDeviceIdentity) other;
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationRequestStatistics.java73 public boolean equals(Object other) { argument
74 if (!(other instanceof PackageProviderKey)) {
78 PackageProviderKey otherKey = (PackageProviderKey) other;
/frameworks/base/telephony/java/android/telephony/
H A DCellInfoCdma.java73 public boolean equals(Object other) { argument
74 if (!super.equals(other)) {
78 CellInfoCdma o = (CellInfoCdma) other;
H A DCellInfoGsm.java73 public boolean equals(Object other) { argument
74 if (!super.equals(other)) {
78 CellInfoGsm o = (CellInfoGsm) other;
H A DCellInfoLte.java77 public boolean equals(Object other) { argument
78 if (!super.equals(other)) {
82 CellInfoLte o = (CellInfoLte) other;
H A DCellInfoWcdma.java73 public boolean equals(Object other) { argument
74 if (!super.equals(other)) {
78 CellInfoWcdma o = (CellInfoWcdma) other;
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dion_buffer.h23 IonBuffer(IonBuffer&& other);
24 IonBuffer& operator=(IonBuffer&& other);
58 // Duplicates the native handle underlying |other| and then imports it. This
62 int Duplicate(const IonBuffer* other);
/frameworks/support/compat/java/android/support/v4/view/
H A DWindowInsetsCompat.java55 * partially or fully obscured by the status bar, navigation bar, IME or other system windows.
72 * partially or fully obscured by the status bar, navigation bar, IME or other system windows.
89 * partially or fully obscured by the status bar, navigation bar, IME or other system windows.
106 * partially or fully obscured by the status bar, navigation bar, IME or other system windows.
123 * partially or fully obscured by the status bar, navigation bar, IME or other system windows.
354 WindowInsetsCompat other = (WindowInsetsCompat) o;
355 return mInsets == null ? other.mInsets == null : mInsets.equals(other.mInsets);
/frameworks/base/core/java/android/print/
H A DPrintAttributes.java379 PrintAttributes other = (PrintAttributes) obj;
380 if (mColorMode != other.mColorMode) {
383 if (mDuplexMode != other.mDuplexMode) {
387 if (other.mMinMargins != null) {
390 } else if (!mMinMargins.equals(other.mMinMargins)) {
394 if (other.mMediaSize != null) {
397 } else if (!mMediaSize.equals(other.mMediaSize)) {
401 if (other.mResolution != null) {
404 } else if (!mResolution.equals(other.mResolution)) {
441 public void copyFrom(PrintAttributes other) { argument
[all...]
/frameworks/av/camera/
H A DCameraMetadata.cpp45 CameraMetadata::CameraMetadata(const CameraMetadata &other) : argument
47 mBuffer = clone_camera_metadata(other.mBuffer);
55 CameraMetadata &CameraMetadata::operator=(const CameraMetadata &other) { argument
56 return operator=(other.mBuffer);
131 void CameraMetadata::acquire(CameraMetadata &other) { argument
136 acquire(other.release());
139 status_t CameraMetadata::append(const CameraMetadata &other) { argument
140 return append(other.mBuffer);
143 status_t CameraMetadata::append(const camera_metadata_t* other) { argument
148 size_t extraEntries = get_camera_metadata_entry_count(other);
684 swap(CameraMetadata& other) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/params/
H A DLensShadingMap.java223 final LensShadingMap other = (LensShadingMap) obj;
224 return mRows == other.mRows
225 && mColumns == other.mColumns
226 && Arrays.equals(mElements, other.mElements);
H A DTonemapCurve.java262 final TonemapCurve other = (TonemapCurve) obj;
263 return Arrays.equals(mRed, other.mRed) &&
264 Arrays.equals(mGreen, other.mGreen) &&
265 Arrays.equals(mBlue, other.mBlue);
/frameworks/base/core/java/android/text/util/
H A DRfc822Token.java198 Rfc822Token other = (Rfc822Token) o;
199 return (stringEquals(mName, other.mName) &&
200 stringEquals(mAddress, other.mAddress) &&
201 stringEquals(mComment, other.mComment));
/frameworks/base/core/java/android/view/autofill/
H A DAutofillValue.java161 final AutofillValue other = (AutofillValue) obj;
163 if (mType != other.mType) return false;
166 return mValue.toString().equals(other.mValue.toString());
168 return Objects.equals(mValue, other.mValue);
/frameworks/base/libs/hwui/font/
H A DFont.h63 bool operator==(const FontDescription& other) const {
64 return compare(*this, other) == 0;
67 bool operator!=(const FontDescription& other) const {
68 return compare(*this, other) != 0;

Completed in 674 milliseconds

1234567891011>>