Searched refs:other (Results 126 - 150 of 286) sorted by relevance

1234567891011>>

/frameworks/av/camera/
H A DCameraMetadata.cpp44 CameraMetadata::CameraMetadata(const CameraMetadata &other) : argument
46 mBuffer = clone_camera_metadata(other.mBuffer);
54 CameraMetadata &CameraMetadata::operator=(const CameraMetadata &other) { argument
55 return operator=(other.mBuffer);
130 void CameraMetadata::acquire(CameraMetadata &other) { argument
135 acquire(other.release());
138 status_t CameraMetadata::append(const CameraMetadata &other) { argument
139 return append(other.mBuffer);
142 status_t CameraMetadata::append(const camera_metadata_t* other) { argument
147 size_t extraEntries = get_camera_metadata_entry_count(other);
657 swap(CameraMetadata& other) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/params/
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);
H A DColorSpaceTransform.java227 final ColorSpaceTransform other = (ColorSpaceTransform) obj;
231 int numeratorOther = other.mElements[j + OFFSET_NUMERATOR];
232 int denominatorOther = other.mElements[j + OFFSET_DENOMINATOR];
/frameworks/base/libs/hwui/
H A DDeferredDisplayList.h75 OpStatePair(const OpStatePair& other) argument
76 : op(other.op), state(other.state) {}
100 kOpBatch_Count, // Add other batch ids before this
123 DeferredDisplayList(const DeferredDisplayList& other); // disallow copy
H A DGradientCache.h68 bool operator==(const GradientCacheEntry& other) const {
69 return compare(*this, other) == 0;
72 bool operator!=(const GradientCacheEntry& other) const {
73 return compare(*this, other) != 0;
/frameworks/base/libs/hwui/font/
H A DFont.h61 bool operator==(const FontDescription& other) const {
62 return compare(*this, other) == 0;
65 bool operator!=(const FontDescription& other) const {
66 return compare(*this, other) != 0;
H A DFontUtil.h35 # error TEXTURE_BORDER_SIZE other than 1 is not currently supported
/frameworks/native/opengl/libagl/
H A DTokenizer.h33 Tokenizer(const Tokenizer& other);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsBroadcastUndelivered.java137 // to state machine which will find the other pieces to broadcast
214 SmsReferenceKey other = (SmsReferenceKey) o;
215 return other.mAddress.equals(mAddress)
216 && (other.mReferenceNumber == mReferenceNumber)
217 && (other.mMessageCount == mMessageCount);
/frameworks/base/core/java/android/bluetooth/le/
H A DScanFilter.java399 ScanFilter other = (ScanFilter) obj;
400 return Objects.equals(mDeviceName, other.mDeviceName) &&
401 Objects.equals(mDeviceAddress, other.mDeviceAddress) &&
402 mManufacturerId == other.mManufacturerId &&
403 Objects.deepEquals(mManufacturerData, other.mManufacturerData) &&
404 Objects.deepEquals(mManufacturerDataMask, other.mManufacturerDataMask) &&
405 Objects.deepEquals(mServiceDataUuid, other.mServiceDataUuid) &&
406 Objects.deepEquals(mServiceData, other.mServiceData) &&
407 Objects.deepEquals(mServiceDataMask, other.mServiceDataMask) &&
408 Objects.equals(mServiceUuid, other
[all...]
H A DAdvertiseData.java120 AdvertiseData other = (AdvertiseData) obj;
121 return Objects.equals(mServiceUuids, other.mServiceUuids) &&
122 BluetoothLeUtils.equals(mManufacturerSpecificData, other.mManufacturerSpecificData) &&
123 BluetoothLeUtils.equals(mServiceData, other.mServiceData) &&
124 mIncludeDeviceName == other.mIncludeDeviceName &&
125 mIncludeTxPowerLevel == other.mIncludeTxPowerLevel;
/frameworks/base/core/java/android/view/
H A DMotionEvent.java27 * Motion events may hold either absolute or relative movements and other data,
34 * down or up. The axis values describe the position and other movement properties.
43 * other objects that generate movement traces are referred to as <em>pointers</em>.
56 * The MotionEvent class provides many methods to query the position and other properties of
86 * they are still distinct from any other coordinates reported in prior motion events.
496 * by a finger or other tool. The value is normalized to a range from
1255 * such as for a trackball or other non-pointing device.
1444 * zero indicates that the event didn't come from a physical device; other
1484 * zero indicates that the event didn't come from a physical device; other
1536 * zero indicates that the event didn't come from a physical device; other
1632 obtain(MotionEvent other) argument
1646 obtainNoHistory(MotionEvent other) argument
3240 PointerCoords(PointerCoords other) argument
3371 copyFrom(PointerCoords other) argument
3533 PointerProperties(PointerProperties other) argument
3575 copyFrom(PointerProperties other) argument
3581 equals(Object other) argument
3588 equals(PointerProperties other) argument
[all...]
H A DViewTreeObserver.java285 InternalInsetsInfo other = (InternalInsetsInfo)o;
286 return mTouchableInsets == other.mTouchableInsets &&
287 contentInsets.equals(other.contentInsets) &&
288 visibleInsets.equals(other.visibleInsets) &&
289 touchableRegion.equals(other.touchableRegion);
292 void set(InternalInsetsInfo other) { argument
293 contentInsets.set(other.contentInsets);
294 visibleInsets.set(other.visibleInsets);
295 touchableRegion.set(other.touchableRegion);
296 mTouchableInsets = other
[all...]
H A DPointerIcon.java352 public boolean equals(Object other) { argument
353 if (this == other) {
357 if (other == null || !(other instanceof PointerIcon)) {
361 PointerIcon otherIcon = (PointerIcon) other;
/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.h41 Point operator+(const Point& other) const;
42 Point operator-(const Point& other) const;
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCameraSettings.java75 public AndroidCameraSettings(AndroidCameraSettings other) { argument
76 super(other);
/frameworks/native/include/gui/
H A DStreamSplitter.h46 // A return value other than NO_ERROR means that an error has occurred and
49 // explanations of other error codes.
60 // A return value other than NO_ERROR means that an error has occurred and
63 // of other error codes.
102 // It still processes callbacks from other outputs, but only detaches their
148 BufferTracker(const BufferTracker& other);
149 BufferTracker& operator=(const BufferTracker& other);
165 // has been abandoned, it will continue to detach buffers from other
/frameworks/base/core/java/android/preference/
H A DPreferenceGroupAdapter.java107 public int compareTo(PreferenceLayout other) { argument
108 int compareNames = name.compareTo(other.name);
110 if (resId == other.resId) {
111 if (widgetResId == other.widgetResId) {
114 return widgetResId - other.widgetResId;
117 return resId - other.resId;
/frameworks/base/core/java/android/print/
H A DPrintAttributes.java305 PrintAttributes other = (PrintAttributes) obj;
306 if (mColorMode != other.mColorMode) {
310 if (other.mMinMargins != null) {
313 } else if (!mMinMargins.equals(other.mMinMargins)) {
317 if (other.mMediaSize != null) {
320 } else if (!mMediaSize.equals(other.mMediaSize)) {
324 if (other.mResolution != null) {
327 } else if (!mResolution.equals(other.mResolution)) {
362 public void copyFrom(PrintAttributes other) { argument
363 mMediaSize = other
[all...]
/frameworks/base/core/java/android/text/
H A DSpannableStringInternal.java368 Spanned other = (Spanned) o;
370 Object[] otherSpans = other.getSpans(0, other.length(), Object.class);
376 if (other != otherSpan ||
377 getSpanStart(thisSpan) != other.getSpanStart(otherSpan) ||
378 getSpanEnd(thisSpan) != other.getSpanEnd(otherSpan) ||
379 getSpanFlags(thisSpan) != other.getSpanFlags(otherSpan)) {
383 getSpanStart(thisSpan) != other.getSpanStart(otherSpan) ||
384 getSpanEnd(thisSpan) != other.getSpanEnd(otherSpan) ||
385 getSpanFlags(thisSpan) != other
[all...]
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java216 final ZenModeConfig other = (ZenModeConfig) o;
217 return other.allowCalls == allowCalls
218 && other.allowMessages == allowMessages
219 && other.allowFrom == allowFrom
220 && other.allowEvents == allowEvents
221 && Objects.equals(other.sleepMode, sleepMode)
222 && other.sleepNone == sleepNone
223 && other.sleepStartHour == sleepStartHour
224 && other.sleepStartMinute == sleepStartMinute
225 && other
[all...]
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java97 public int compareTo(ImeSubtypeListItem other) { argument
101 if (TextUtils.isEmpty(other.mImeName)) {
104 if (!TextUtils.equals(mImeName, other.mImeName)) {
105 return mImeName.toString().compareTo(other.mImeName.toString());
107 if (TextUtils.equals(mSubtypeName, other.mSubtypeName)) {
113 if (other.mIsSystemLocale) {
119 if (other.mIsSystemLanguage) {
125 if (TextUtils.isEmpty(other.mSubtypeName)) {
128 return mSubtypeName.toString().compareTo(other.mSubtypeName.toString());
/frameworks/native/include/input/
H A DInput.h225 bool operator==(const PointerCoords& other) const;
226 inline bool operator!=(const PointerCoords& other) const {
227 return !(*this == other);
230 void copyFrom(const PointerCoords& other);
251 bool operator==(const PointerProperties& other) const;
252 inline bool operator!=(const PointerProperties& other) const {
253 return !(*this == other);
256 void copyFrom(const PointerProperties& other);
537 void copyFrom(const MotionEvent* other, bool keepHistory);
/frameworks/base/core/java/android/content/
H A DSyncAdapterType.java158 final SyncAdapterType other = (SyncAdapterType)o;
160 return authority.equals(other.authority) && accountType.equals(other.accountType);
/frameworks/base/core/java/android/net/
H A DLinkAddress.java205 * the other is not.
236 * @param other the {@code LinkAddress} to compare to.
241 public boolean isSameAddressAs(LinkAddress other) { argument
242 return address.equals(other.address) && prefixLength == other.prefixLength;

Completed in 952 milliseconds

1234567891011>>