Searched refs:other (Results 151 - 175 of 197) sorted by relevance

12345678

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp212 bool operator==(const Rational& other) const;
213 bool operator!=(const Rational& other) const { return !(*this == other); }
214 bool operator<(const Rational& other) const;
215 bool operator>(const Rational& other) const {
216 return (!(*this == other) && !(*this < other));
562 // TODO: make measurments with background blend other than
991 // width and height. While the other routines always keep one of the
1340 bool Rational::operator==(const Rational& other) cons
[all...]
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp36 Transform::Transform(const Transform& other) argument
37 : mMatrix(other.mMatrix), mType(other.mType) {
/frameworks/base/core/java/android/content/
H A DClipData.java73 * creating shortcuts (such as placing icons on the home screen) or other
100 * or other binary data as an attachment. This is accomplished through the
123 * URI consisting of a complicated structure that only other applications with
308 * and other things can be retrieved.
383 * and other things can be retrieved.
433 * and other things can be retrieved.
650 * @param other The existing ClipData that is to be copied.
652 public ClipData(ClipData other) { argument
653 mClipDescription = other.mClipDescription;
654 mIcon = other
[all...]
H A DContentValues.java102 * @param other the ContentValues from which to copy
104 public void putAll(ContentValues other) { argument
105 mValues.putAll(other.mValues);
428 * any other types to byte arrays.
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java297 * it simply allows it to be garbage collected if there are no other references.
818 // No need to initialize the bitmap to zeroes with other configs;
1172 * decode other bitmaps of smaller size, or by manual reconfiguration. See {@link
1539 * If other is null, return false.
1541 public boolean sameAs(Bitmap other) { argument
1542 return this == other || (other != null && nativeSameAs(mNativeBitmap, other.mNativeBitmap));
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h178 uint8_t other() const function in class:mcld::ResolveInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java52 RilMessage(RilMessage other) { argument
53 mId = other.mId;
54 mData = other.mData;
55 mResCode = other.mResCode;
/frameworks/av/include/media/
H A DAudioTrack.h135 TRANSFER_DEFAULT, // not specified explicitly; determine from the other parameters
232 * If status is not equal to NO_ERROR, don't call any other APIs on this AudioTrack.
553 * or any other error code returned by IAudioTrack::start() or restoreTrack_l().
589 AudioTrack(const AudioTrack& other);
590 AudioTrack& operator = (const AudioTrack& other);
/frameworks/base/core/java/android/text/format/
H A DTime.java189 * @param other
191 public Time(Time other) { argument
192 set(other);
225 * the other fields. Requires that it be normalized for MONTH_DAY and
524 * field. On the other hand, if you are adding
750 * hour at 12am on April 25, 2008 and there are a few other places that
/frameworks/base/core/jni/android/graphics/
H A DRegion.cpp116 static jboolean Region_quickRejectRgn(JNIEnv* env, jobject region, jobject other) { argument
117 return GetSkRegion(env, region)->quickReject(*GetSkRegion(env, other));
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java59 public CameraMetadataNative(CameraMetadataNative other) { argument
61 mMetadataPtr = nativeAllocateCopy(other);
454 // For other keys, get() falls back to getBase()
595 // For other keys, set() falls back to setBase().
621 private native long nativeAllocateCopy(CameraMetadataNative other) argument
626 private native synchronized void nativeSwap(CameraMetadataNative other) argument
646 * @param other Metadata to swap with
647 * @throws NullPointerException if other was null
650 public void swap(CameraMetadataNative other) { argument
651 nativeSwap(other);
[all...]
/frameworks/native/libs/input/
H A DInputTransport.cpp713 const History* other; local
720 other = &future;
731 // So other->eventTime <= current->eventTime <= sampleTime.
732 other = touchState.getHistory(1);
733 nsecs_t delta = current->eventTime - other->eventTime;
766 if (other->idBits.hasBit(id)
768 const PointerCoords& otherCoords = other->getPointerById(id);
776 "other (%0.3f, %0.3f), alpha %0.3f",
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp158 int other; member in struct:android::graphics_memory_pss
190 ALOGW("failed to get other pss: %d", pss);
193 graphics_mem->other = pss / 1024;
438 stats[HEAP_OTHER_MEMTRACK].pss = graphics_mem.other;
439 stats[HEAP_OTHER_MEMTRACK].privateDirty = graphics_mem.other;
501 pss = uss = graphics_mem.graphics + graphics_mem.gl + graphics_mem.other;
967 // Sanity check the number of other statistics expected in Java matches here.
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java774 Tile other = mHead;
775 while (other != null) {
776 if (other == tile) {
779 other = other.mNext;
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompat.java1034 AccessibilityRecordCompat other = (AccessibilityRecordCompat) obj;
1036 if (other.mRecord != null) {
1039 } else if (!mRecord.equals(other.mRecord)) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuView.java602 public LayoutParams(LayoutParams other) { argument
603 super((LinearLayout.LayoutParams) other);
604 isOverflowButton = other.isOverflowButton;
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java1054 * @hide Return true if the sequence of 'other' is better than this. Assumes
1055 * that 'this' is your current sequence and 'other' is a new one you have
1058 public boolean isOtherSeqNewer(Configuration other) { argument
1059 if (other == null) {
1063 if (other.seq == 0) {
1064 // If the other sequence is not specified, then we must assume
1070 // other is better. Yes we have a preference for other. Sue us.
1073 int diff = other.seq - seq;
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java122 * An interface for the RemoteAdapter to notify other classes when adapters
763 // Otherwise, preload other indices as necessary
814 RemoteViewsCacheKey other = (RemoteViewsCacheKey) o;
815 return other.filter.equals(filter) && other.widgetId == widgetId
816 && other.userId == userId;
1175 // Queue up other indices to be preloaded based on this position
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java201 final Network other;
203 other = (Network) o;
207 return ssid.equals(other.ssid) && key_mgmt.equals(other.key_mgmt);
/frameworks/base/services/java/com/android/server/content/
H A DSyncStorageEngine.java184 PendingOperation(PendingOperation other) { argument
185 this.account = other.account;
186 this.userId = other.userId;
187 this.reason = other.reason;
188 this.syncSource = other.syncSource;
189 this.authority = other.authority;
190 this.extras = other.extras;
191 this.authorityId = other.authorityId;
192 this.expedited = other.expedited;
193 this.serviceName = other
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java149 IntArray other = (IntArray) obj;
150 if (!Arrays.equals(mArray, other.mArray)) return false;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java516 public boolean hasMessenger(Messenger other) { argument
517 return mMessenger.getBinder() == other.getBinder();
574 * This handler should not be used to handle any messages other than those
/frameworks/base/core/java/android/net/
H A DUri.java64 because the internal fields are final and the memory model guarantees other
66 that some threads will immediately see changes from other threads on
102 matching. In other words, the authority component wins."
323 * default port explicitly and the other leaves it implicit, they will not
331 Uri other = (Uri) o;
333 return toString().equals(other.toString());
348 public int compareTo(Uri other) { argument
349 return toString().compareTo(other.toString());
360 * to logs and other places where PII should be avoided.
1799 * all other character
[all...]
/frameworks/native/include/media/openmax/
H A DOMX_Component.h99 OMX_OTHER_PORTDEFINITIONTYPE other; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1420
/frameworks/base/services/input/
H A DInputDispatcher.cpp268 // been pressed. When it expires, we preempt dispatch and drop all other pending events.
432 // the touch into the other window.
1147 // Touches on other windows (such as the launcher window)
1254 // it is invisible) then wait for it. Any other focused window may in
1566 // Save changes to touch state as-is for all other actions.
1693 // Unlike key events, generic motion events don't tend to transfer focus to other
2058 // Notify other system components and prepare to start the next dispatch cycle.
2081 // Notify other system components.
3612 // The fallback keycode cannot change at any other point in the lifecycle.
4010 * by synthesizing a key down but that will cause other problem
4370 copyFrom(const TouchState& other) argument
[all...]

Completed in 799 milliseconds

12345678