Searched refs:other (Results 276 - 300 of 409) sorted by relevance

<<11121314151617

/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java339 void copyFrom(TouchPoint other) { argument
340 mPathIndex = other.mPathIndex;
341 mIsStartOfPath = other.mIsStartOfPath;
342 mIsEndOfPath = other.mIsEndOfPath;
343 mX = other.mX;
344 mY = other.mY;
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java203 public void add(ServiceState other) { argument
204 mDurations.addDurations(other.mDurations);
205 mRunCount += other.mRunCount;
206 mStartedCount += other.mStartedCount;
207 mBoundCount += other.mBoundCount;
208 mExecCount += other.mExecCount;
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp67 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); local
68 *obj = *other;
150 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); local
151 obj->preConcat(*other);
191 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); local
192 matrix->postConcat(*other);
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java147 public boolean preConcat(Matrix other) {
195 public boolean postConcat(Matrix other) {
445 * M' = M * other
447 public boolean preConcat(Matrix other) { argument
448 native_preConcat(native_instance, other.native_instance);
517 * M' = other * M
519 public boolean postConcat(Matrix other) { argument
520 native_postConcat(native_instance, other.native_instance);
H A DRegion.java315 * @param other Region to copy values from for initialization.
319 public static Region obtain(Region other) { argument
321 region.set(other);
/frameworks/base/core/java/android/content/
H A DIntent.java151 * at the other information in the intent (the action, data/type, and
155 * all of the other Intent attributes become optional.</p>
163 * <p>Here are some examples of other operations you can specify as intents
208 * class to be run. Often these will not include any other information,
333 * MAIN action is a main entry point (not requiring any other information in
473 * also supports two other standard categories: ALTERNATIVE and
677 * Used to indicate that some piece of data should be attached to some other
769 * For applications which install other applications (such as app stores), it is recommended
1128 * content: URIs and other advanced features of {@link ClipData}. If
1166 * content: URIs and other advance
8136 fillIn(Intent other, @FillInFlags int flags) argument
8274 filterEquals(Intent other) argument
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentInfo.java284 DocumentInfo other = (DocumentInfo) o;
286 return Objects.equals(derivedUri, other.derivedUri)
287 && Objects.equals(mimeType, other.mimeType);
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DDeviceDescriptor.h41 bool equals(const sp<DeviceDescriptor>& other) const;
/frameworks/base/core/java/android/os/
H A DLocaleList.java94 public boolean equals(Object other) { argument
95 if (other == this)
97 if (!(other instanceof LocaleList))
99 final Locale[] otherList = ((LocaleList) other).mList;
471 * is an indication that the system has set the default locale to one of the user's other
531 * default locale may have been chosen to be a locale other than the first locale in the locale
H A DUserHandle.java104 * @param uid2 other uid to compare
348 UserHandle other = (UserHandle)obj;
349 return mHandle == other.mHandle;
/frameworks/base/services/core/java/com/android/server/
H A DAnyMotionDetector.java359 * @param other The other Vector3 vector.
360 * @return angle between this vector and the other given one.
362 public float angleBetween(Vector3 other) { argument
363 Vector3 crossVector = cross(other);
365 Math.atan2(crossVector.norm(), dotProduct(other))));
367 ", other = " + other.toString() + ", degrees = " + degrees);
/frameworks/native/include/input/
H A DInputDevice.h51 // is intended to be a minimum way to distinguish from other active devices and may
62 InputDeviceInfo(const InputDeviceInfo& other);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIntRangeManager.java161 ClientRange other = (ClientRange) o;
162 return mStartId == other.mStartId &&
163 mEndId == other.mEndId &&
164 mClient.equals(other.mClient);
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DResourceBundle.java436 public void inheritConfigurationFrom(LayoutFileBundle other) { argument
437 mFileName = other.mFileName;
438 mModulePackage = other.mModulePackage;
439 mBindingClass = other.mBindingClass;
440 mFullBindingClass = other.mFullBindingClass;
441 mBindingClassName = other.mBindingClassName;
442 mBindingPackage = other.mBindingPackage;
443 mHasVariations = other.mHasVariations;
444 mIsMerge = other.mIsMerge;
/frameworks/av/include/media/
H A DAudioRecord.h126 TRANSFER_DEFAULT, // not specified explicitly; determine from the other parameters
203 * If status is not equal to NO_ERROR, don't call any other APIs on this AudioRecord.
477 * or any other error code returned by IAudioRecord::start() or restoreRecord_l().
499 AudioRecord(const AudioRecord& other);
500 AudioRecord& operator = (const AudioRecord& other);
/frameworks/base/core/java/android/net/
H A DNetwork.java412 Network other = (Network)obj;
413 return this.netId == other.netId;
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java449 PrintJob other = (PrintJob) obj;
450 return (mCachedInfo.getId().equals(other.mCachedInfo.getId()));
/frameworks/base/core/java/com/android/server/net/
H A DNetlinkTracker.java59 * - All accesses to mLinkProperties must be synchronized(this). All the other
226 public int compareTo(DnsServerEntry other) { argument
227 return Long.compare(other.expiry, this.expiry);
/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp52 _ZipEntryRO(const _ZipEntryRO& other);
53 _ZipEntryRO& operator=(const _ZipEntryRO& other);
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUInfo.java176 public int compareTo(ScoreEntry other) { argument
177 return Integer.compare(mScore, other.mScore);
H A DWiFiKeyManager.java78 public int compareTo(AliasEntry other) { argument
79 return Integer.compare(getPreference(), other.getPreference());
/frameworks/base/services/
H A DAndroid.mk66 # by only including service makefiles and not any tests or other
/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java101 // expose DHCPv4 results to other APIs (e.g., WifiInfo#setInetAddress).
337 public ProvisioningConfiguration(ProvisioningConfiguration other) { argument
338 mEnableIPv4 = other.mEnableIPv4;
339 mEnableIPv6 = other.mEnableIPv6;
340 mUsingIpReachabilityMonitor = other.mUsingIpReachabilityMonitor;
341 mRequestedPreDhcpActionMs = other.mRequestedPreDhcpActionMs;
342 mStaticIpConfig = other.mStaticIpConfig;
343 mApfCapabilities = other.mApfCapabilities;
344 mProvisioningTimeoutMs = other.mProvisioningTimeoutMs;
672 // LinkProperties.compareProvisioning() or some other singl
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java236 /*package*/ static void native_set(long native_object, long other) { argument
242 Matrix_Delegate src = sManager.getDelegate(other);
452 Matrix_Delegate other = sManager.getDelegate(other_matrix);
453 if (d != null && other != null) {
454 d.preTransform(other.mValues);
520 Matrix_Delegate other = sManager.getDelegate(other_matrix);
521 if (d != null && other != null) {
522 d.postTransform(other.mValues);
/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc47 // if we meet other else

Completed in 929 milliseconds

<<11121314151617