Searched refs:other (Results 226 - 250 of 648) sorted by relevance

1234567891011>>

/frameworks/base/telecomm/java/android/telecom/
H A DStatusHints.java140 public boolean equals(Object other) { argument
141 if (other != null && other instanceof StatusHints) {
142 StatusHints otherHints = (StatusHints) other;
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2RequestSettingsSet.java53 * @param other The reference instance.
55 * @throws NullPointerException If {@code other} is {@code null}.
57 public Camera2RequestSettingsSet(Camera2RequestSettingsSet other) { argument
58 if (other == null) {
62 mDictionary = new HashMap<>(other.mDictionary);
63 mRevision = other.mRevision;
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneInfo.java247 * Returns a negative integer if this instance is less than the other; a
248 * positive integer if this instance is greater than the other; 0 if this
249 * instance has the same order as the other.
252 public int compareTo(TimeZoneInfo other) { argument
253 if (this.getNowOffsetMillis() != other.getNowOffsetMillis()) {
254 return (other.getNowOffsetMillis() < this.getNowOffsetMillis()) ? -1 : 1;
259 if (other.mCountry != null) {
264 if (other.mCountry == null) {
267 int diff = this.mCountry.compareTo(other.mCountry);
275 if (mDisplayName != null && other
[all...]
/frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
H A DAccessibilityManagerCompat.java95 AccessibilityStateChangeListenerWrapper other =
97 return mListener.equals(other.mListener);
218 TouchExplorationStateChangeListenerWrapper other =
220 return mListener.equals(other.mListener);
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java188 * be disabled, but other measures can take place, for instance the
209 * composited on top of each-other into the surface. A pre-multiplied
582 + "Set the other properties and make the surface visible within "
603 public SurfaceControl(SurfaceControl other) { argument
604 mName = other.mName;
605 mWidth = other.mWidth;
606 mHeight = other.mHeight;
607 mNativeObject = other.mNativeObject;
608 other.mCloseGuard.close();
609 other
1002 PhysicalDisplayInfo(PhysicalDisplayInfo other) argument
1011 equals(PhysicalDisplayInfo other) argument
1029 copyFrom(PhysicalDisplayInfo other) argument
1676 merge(Transaction other) argument
[all...]
/frameworks/support/compat/src/main/java/androidx/core/text/
H A DPrecomputedTextCompat.java264 Params other = (Params) o;
266 return mWrapped.equals(other.mWrapped);
270 if (mBreakStrategy != other.getBreakStrategy()) {
273 if (mHyphenationFrequency != other.getHyphenationFrequency()) {
279 if (mTextDir != other.getTextDirection()) {
284 if (mPaint.getTextSize() != other.getTextPaint().getTextSize()) {
287 if (mPaint.getTextScaleX() != other.getTextPaint().getTextScaleX()) {
290 if (mPaint.getTextSkewX() != other.getTextPaint().getTextSkewX()) {
294 if (mPaint.getLetterSpacing() != other.getTextPaint().getLetterSpacing()) {
298 other
[all...]
/frameworks/av/include/media/
H A DMediaResource.h51 bool operator==(const MediaResource &other) const;
52 bool operator!=(const MediaResource &other) const;
/frameworks/av/media/libmedia/include/media/
H A DMediaResource.h51 bool operator==(const MediaResource &other) const;
52 bool operator!=(const MediaResource &other) const;
/frameworks/base/cmds/incidentd/src/
H A DPrivacy.cpp53 bool PrivacySpec::operator<(const PrivacySpec& other) const { return dest < other.dest; }
/frameworks/base/core/java/android/app/servertransaction/
H A DWindowVisibilityItem.java97 final WindowVisibilityItem other = (WindowVisibilityItem) o;
98 return mShowWindow == other.mShowWindow;
/frameworks/base/core/java/android/hardware/camera2/params/
H A DBlackLevelPattern.java113 final BlackLevelPattern other = (BlackLevelPattern) obj;
114 return Arrays.equals(other.mCfaOffsets, mCfaOffsets);
/frameworks/base/core/java/android/net/
H A DStringNetworkSpecifier.java40 public boolean satisfiedBy(NetworkSpecifier other) { argument
41 return equals(other);
/frameworks/base/core/java/android/print/
H A DPrintJobId.java72 PrintJobId other = (PrintJobId) obj;
73 if (!mValue.equals(other.mValue)) {
/frameworks/base/core/java/android/service/notification/
H A DCondition.java92 * might still be enabled globally if other conditions are in a {@link #STATE_TRUE} state.
202 final Condition other = (Condition) o;
203 return Objects.equals(other.id, id)
204 && Objects.equals(other.summary, summary)
205 && Objects.equals(other.line1, line1)
206 && Objects.equals(other.line2, line2)
207 && other.icon == icon
208 && other.state == state
209 && other.flags == flags;
/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassificationSessionId.java73 TextClassificationSessionId other = (TextClassificationSessionId) obj;
74 if (!mValue.equals(other.mValue)) {
/frameworks/base/core/java/com/android/internal/colorextraction/
H A DColorExtractor.java239 public void set(GradientColors other) { argument
240 mMainColor = other.mMainColor;
241 mSecondaryColor = other.mSecondaryColor;
242 mSupportsDarkText = other.mSupportsDarkText;
262 GradientColors other = (GradientColors) o;
263 return other.mMainColor == mMainColor &&
264 other.mSecondaryColor == mSecondaryColor &&
265 other.mSupportsDarkText == mSupportsDarkText;
/frameworks/base/libs/hwui/utils/
H A DFatVector.h11 * documentation and/or other materials provided with the distribution.
58 InlineStdAllocator(const InlineStdAllocator& other) : mAllocation(other.mAllocation) {} argument
/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.h41 Point operator+(const Point& other) const;
42 Point operator-(const Point& other) const;
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionPlan.java137 final SubscriptionPlan other = (SubscriptionPlan) obj;
138 return Objects.equals(cycleRule, other.cycleRule)
139 && Objects.equals(title, other.title)
140 && Objects.equals(summary, other.summary)
141 && dataLimitBytes == other.dataLimitBytes
142 && dataLimitBehavior == other.dataLimitBehavior
143 && dataUsageBytes == other.dataUsageBytes
144 && dataUsageTime == other.dataUsageTime;
/frameworks/native/cmds/lshal/
H A DNullableOStream.h39 NullableOStream &operator=(const NullableOStream<Other> &other) { argument
40 mOs = other.mOs;
H A DTextTable.cpp56 void TextTable::addAll(TextTable&& other) { argument
57 for (auto&& row : other.mTable) {
/frameworks/native/include/ui/
H A DHdrCapabilities.h40 HdrCapabilities(HdrCapabilities&& other);
41 HdrCapabilities& operator=(HdrCapabilities&& other);
/frameworks/native/libs/ui/
H A DHdrCapabilities.cpp27 HdrCapabilities::HdrCapabilities(HdrCapabilities&& other) = default; member in class:android::HdrCapabilities
28 HdrCapabilities& HdrCapabilities::operator=(HdrCapabilities&& other) = default; member in class:android::HdrCapabilities
/frameworks/native/libs/ui/include/ui/
H A DHdrCapabilities.h40 HdrCapabilities(HdrCapabilities&& other);
41 HdrCapabilities& operator=(HdrCapabilities&& other);
/frameworks/native/libs/ui/include_vndk/ui/
H A DHdrCapabilities.h40 HdrCapabilities(HdrCapabilities&& other);
41 HdrCapabilities& operator=(HdrCapabilities&& other);

Completed in 1791 milliseconds

1234567891011>>