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

12345678

/frameworks/base/core/java/android/content/
H A DComponentName.java237 ComponentName other = (ComponentName)obj;
240 return mPackage.equals(other.mPackage)
241 && mClass.equals(other.mClass);
/frameworks/base/core/java/android/printservice/
H A DPrintServiceInfo.java251 PrintServiceInfo other = (PrintServiceInfo) obj;
253 if (other.mId != null) {
256 } else if (!mId.equals(other.mId)) {
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestGrouping.java96 TestGrouping other = (TestGrouping) o;
97 if (!this.testCaseClasses.equals(other.testCaseClasses)) {
100 return this.testCaseClasses.comparator().equals(other.testCaseClasses.comparator());
/frameworks/native/include/input/
H A DKeyCharacterMap.h38 * Also specifies other functions of the keyboard such as the keyboard type
141 Behavior(const Behavior& other);
158 Key(const Key& other);
223 KeyCharacterMap(const KeyCharacterMap& other);
H A DInputDevice.h57 InputDeviceInfo(const InputDeviceInfo& other);
/frameworks/volley/src/com/android/volley/
H A DRequest.java526 public int compareTo(Request<T> other) { argument
528 Priority right = other.getPriority();
533 this.mSequence - other.mSequence :
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java229 public void add(ProcessStats other) { argument
230 ArrayMap<String, SparseArray<PackageState>> pkgMap = other.mPackages.getMap();
268 ArrayMap<String, SparseArray<ProcessState>> procMap = other.mProcesses.getMap();
291 + other.mMemFactorDurations[i] + " from "
293 mMemFactorDurations[i] += other.mMemFactorDurations[i];
296 if (other.mTimePeriodStartClock < mTimePeriodStartClock) {
297 mTimePeriodStartClock = other.mTimePeriodStartClock;
298 mTimePeriodStartClockStr = other.mTimePeriodStartClockStr;
300 mTimePeriodEndRealtime += other.mTimePeriodEndRealtime - other
2290 copyDurationsTo(DurationsTable other) argument
2309 addDurations(DurationsTable other) argument
2453 add(ProcessState other) argument
3020 add(ServiceState other) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java67 * views is used for sharing but the other for importing, for example, then each
844 HistoricalRecord other = (HistoricalRecord) obj;
846 if (other.activity != null) {
849 } else if (!activity.equals(other.activity)) {
852 if (time != other.time) {
855 if (Float.floatToIntBits(weight) != Float.floatToIntBits(other.weight)) {
913 ActivityResolveInfo other = (ActivityResolveInfo) obj;
914 if (Float.floatToIntBits(weight) != Float.floatToIntBits(other.weight)) {
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java147 public boolean preConcat(Matrix other) {
195 public boolean postConcat(Matrix other) {
422 * M' = M * other
424 public boolean preConcat(Matrix other) { argument
425 return native_preConcat(native_instance, other.native_instance);
486 * M' = other * M
488 public boolean postConcat(Matrix other) { argument
489 return native_postConcat(native_instance, other.native_instance);
811 private static native void native_set(int native_object, int other); argument
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/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserModel.java63 * views is used for sharing but the other for importing, for example, then each
836 HistoricalRecord other = (HistoricalRecord) obj;
838 if (other.activity != null) {
841 } else if (!activity.equals(other.activity)) {
844 if (time != other.time) {
847 if (Float.floatToIntBits(weight) != Float.floatToIntBits(other.weight)) {
905 ActivityResolveInfo other = (ActivityResolveInfo) obj;
906 if (Float.floatToIntBits(weight) != Float.floatToIntBits(other.weight)) {
/frameworks/native/opengl/libagl/
H A Dlight.cpp767 GLfixed* other=0; local
775 other = c->lighting.front.diffuse.v;
789 if (other) {
790 other[0] = what[0];
791 other[1] = what[1];
792 other[2] = what[2];
793 other[3] = what[3];
807 GLfixed* other=0; local
815 other = c->lighting.front.diffuse.v;
829 if (other) {
[all...]
/frameworks/base/services/input/
H A DInputReader.h75 bool operator==(const DisplayViewport& other) const {
76 return displayId == other.displayId
77 && orientation == other.orientation
78 && logicalLeft == other.logicalLeft
79 && logicalTop == other.logicalTop
80 && logicalRight == other.logicalRight
81 && logicalBottom == other.logicalBottom
82 && physicalLeft == other.physicalLeft
83 && physicalTop == other.physicalTop
84 && physicalRight == other
[all...]
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp59 static void set(JNIEnv* env, jobject clazz, SkMatrix* obj, SkMatrix* other) { argument
60 *obj = *other;
173 static jboolean preConcat(JNIEnv* env, jobject clazz, SkMatrix* obj, SkMatrix* other) { argument
174 return obj->preConcat(*other);
223 static jboolean postConcat(JNIEnv* env, jobject clazz, SkMatrix* matrix, SkMatrix* other) { argument
224 return matrix->postConcat(*other);
/frameworks/base/core/java/android/view/
H A DKeyEvent.java62 * Ice Cream Sandwich or earlier. Be aware that other software input methods may
435 * This key alters the behavior of other keys on the numeric keypad. */
500 * On TV remotes, toggles picture-in-picture mode or other windowing functions. */
1629 public static KeyEvent obtain(KeyEvent other) { argument
1631 ev.mDownTime = other.mDownTime;
1632 ev.mEventTime = other.mEventTime;
1633 ev.mAction = other.mAction;
1634 ev.mKeyCode = other.mKeyCode;
1635 ev.mRepeatCount = other.mRepeatCount;
1636 ev.mMetaState = other
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp156 jobject other) {
160 CameraMetadata_getPointerThrow(env, other, "other");
214 static void CameraMetadata_swap(JNIEnv *env, jobject thiz, jobject other) { argument
223 CameraMetadata* otherMetadata = CameraMetadata_getPointerThrow(env, other, "other");
155 CameraMetadata_allocateCopy(JNIEnv *env, jobject thiz, jobject other) argument
/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/av/include/media/
H A DAudioRecord.h112 TRANSFER_DEFAULT, // not specified explicitly; determine from other parameters
372 * or any other error code returned by IAudioRecord::start() or restoreRecord_l().
386 AudioRecord(const AudioRecord& other);
387 AudioRecord& operator = (const AudioRecord& other);
/frameworks/base/services/java/com/android/server/display/
H A DPersistentDataStore.java138 WifiDisplay other = mRememberedWifiDisplays.get(index);
139 if (other.equals(display)) {
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java226 /*package*/ static void native_set(int native_object, int other) { argument
232 Matrix_Delegate src = sManager.getDelegate(other);
476 Matrix_Delegate other = sManager.getDelegate(other_matrix);
477 if (other == null) {
481 d.preTransform(other.mValues);
572 Matrix_Delegate other = sManager.getDelegate(other_matrix);
573 if (other == null) {
577 d.postTransform(other.mValues);
/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc47 // if we meet other else
/frameworks/compile/mclinker/lib/Support/Windows/
H A DPathV3.inc40 // if we meet other else
/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java286 * This record indicates to other Android devices the package
502 * but fail other more strict NDEF specification requirements. For
611 * always setting the MB and ME flags (in other words, assume this
992 NdefRecord other = (NdefRecord) obj;
993 if (!Arrays.equals(mId, other.mId)) return false;
994 if (!Arrays.equals(mPayload, other.mPayload)) return false;
995 if (mTnf != other.mTnf) return false;
996 return Arrays.equals(mType, other.mType);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuView.java601 public LayoutParams(ViewGroup.LayoutParams other) { argument
602 super(other);
605 public LayoutParams(LayoutParams other) { argument
606 super((LinearLayout.LayoutParams) other);
607 isOverflowButton = other.isOverflowButton;
/frameworks/base/core/java/android/text/
H A DSpannableStringBuilder.java1296 Spanned other = (Spanned) o;
1298 Object[] otherSpans = other.getSpans(0, other.length(), Object.class);
1304 if (other != otherSpan ||
1305 getSpanStart(thisSpan) != other.getSpanStart(otherSpan) ||
1306 getSpanEnd(thisSpan) != other.getSpanEnd(otherSpan) ||
1307 getSpanFlags(thisSpan) != other.getSpanFlags(otherSpan)) {
1311 getSpanStart(thisSpan) != other.getSpanStart(otherSpan) ||
1312 getSpanEnd(thisSpan) != other.getSpanEnd(otherSpan) ||
1313 getSpanFlags(thisSpan) != other
[all...]

Completed in 743 milliseconds

12345678