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

1234567891011>>

/frameworks/native/libs/input/
H A DInputTransport.cpp714 const History* other; local
721 other = &future;
732 // So other->eventTime <= current->eventTime <= sampleTime.
733 other = touchState.getHistory(1);
734 nsecs_t delta = current->eventTime - other->eventTime;
767 if (other->idBits.hasBit(id)
769 const PointerCoords& otherCoords = other->getPointerById(id);
777 "other (%0.3f, %0.3f), alpha %0.3f",
/frameworks/base/core/java/android/hardware/
H A DCamera.java96 * use by other applications. Applications should release the camera
314 * the same camera is opened by other applications, this will throw a
318 * otherwise it will remain locked and be unavailable to other applications.
323 * <p>Callbacks from other methods are delivered to the event loop of the
365 * given hal API version. If the same camera is opened by other applications
370 * otherwise it will remain locked and be unavailable to other applications.
375 * Callbacks from other methods are delivered to the event loop of the
481 * <p>Intended to use by the camera2 shim only, do <i>not</i> use this for other code.</p>
554 * temporarily for another process to use; once the other process is done
568 * Re-locks the camera to prevent other processe
2434 copyFrom(Parameters other) argument
2452 same(Parameters other) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java654 // for other devices, we show whatever network is connected
1070 // If data is disconnected for some other reason but wifi (or ethernet/bluetooth)
1770 State other = (State) o;
1771 return other.connected == connected
1772 && other.enabled == enabled
1773 && other.level == level
1774 && other.inetCondition == inetCondition
1775 && other.iconGroup == iconGroup
1776 && other.activityIn == activityIn
1777 && other
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp164 int other; member in struct:android::graphics_memory_pss
196 ALOGW("failed to get other pss: %zd", pss);
199 graphics_mem->other = pss / 1024;
447 stats[HEAP_OTHER_MEMTRACK].pss = graphics_mem.other;
448 stats[HEAP_OTHER_MEMTRACK].privateDirty = graphics_mem.other;
512 pss = uss = memtrack = graphics_mem.graphics + graphics_mem.gl + graphics_mem.other;
1010 // 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/base/core/java/android/text/format/
H A DTime.java190 * @param other
192 public Time(Time other) { argument
193 initialize(other.timezone);
194 set(other);
252 * the other fields. Requires that it be normalized for MONTH_DAY and
726 * field. On the other hand, if you are adding
964 * hour at 12am on April 25, 2008 and there are a few other places that
1233 // Read-only fields that are derived from other information above.
/frameworks/base/media/java/android/media/session/
H A DMediaController.java46 * other commands can be sent to the session. A callback may be registered to
123 * be sent by this method, other keys will be ignored.
440 public boolean controlsSameSession(MediaController other) { argument
441 if (other == null) return false;
442 return mSessionBinder.asBinder() == other.getSessionBinder().asBinder();
569 * @param extras The extras that can include other information associated with the
/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/recyclerview/tests/src/android/support/v7/widget/
H A DOpReorderTest.java599 static Item clone(Item other) { argument
600 return new Item(other.id, other.version);
/frameworks/base/core/jni/android/graphics/
H A DRegion.cpp151 static jboolean Region_quickRejectRgn(JNIEnv* env, jobject region, jobject other) { argument
152 bool result = GetSkRegion(env, region)->quickReject(*GetSkRegion(env, other));
/frameworks/base/libs/hwui/
H A DRenderProperties.h118 LayerProperties& operator=(const LayerProperties& other);
159 RenderProperties& operator=(const RenderProperties& other);
607 * These fields are all generated from other properties and are not set directly.
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp323 bool operator < (const Attribute& other) const {
326 EGLint rhs(other.v);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java263 final Network other;
265 other = (Network) o;
269 return ssid.equals(other.ssid) && key_mgmt.equals(other.key_mgmt);
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h182 uint8_t other() const function in class:mcld::ResolveInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java63 RilMessage(RilMessage other) { argument
64 mId = other.mId;
65 mData = other.mData;
66 mResCode = other.mResCode;
720 /* TODO: eventDownload should be extended for other Envelope Commands */
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java183 PendingOperation(PendingOperation other) { argument
184 this.reason = other.reason;
185 this.syncSource = other.syncSource;
186 this.target = other.target;
187 this.extras = other.extras;
188 this.authorityId = other.authorityId;
189 this.expedited = other.expedited;
196 * @param other PendingOperation to compare.
199 public boolean equals(PendingOperation other) { argument
200 return target.matchesSpec(other
[all...]
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java528 public int compareTo(DecodedFilename other) { argument
530 return key.compareTo(other.key);
/frameworks/base/tools/aapt/
H A DAaptAssets.h83 int compare(const AaptLocaleValue& other) const {
84 return memcmp(this, &other, sizeof(AaptLocaleValue));
240 * A single directory of assets, which can contain files and other
271 * Comparing names against all other names is O(n^2). We could speed
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java151 IntArray other = (IntArray) obj;
152 return Arrays.equals(mArray, other.mArray);
/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/content/
H A DIntentFilter.java690 public boolean match(AuthorityEntry other) { argument
691 if (mWild != other.mWild) {
694 if (!mHost.equals(other.mHost)) {
697 if (mPort != other.mPort) {
1158 * filter in order to match. In other words, adding a category to the
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java1081 * @hide Return true if the sequence of 'other' is better than this. Assumes
1082 * that 'this' is your current sequence and 'other' is a new one you have
1085 public boolean isOtherSeqNewer(Configuration other) { argument
1086 if (other == null) {
1090 if (other.seq == 0) {
1091 // If the other sequence is not specified, then we must assume
1097 // other is better. Yes we have a preference for other. Sue us.
1100 int diff = other.seq - seq;
/frameworks/base/core/java/android/net/
H A DUri.java67 because the internal fields are final and the memory model guarantees other
69 that some threads will immediately see changes from other threads on
105 matching. In other words, the authority component wins."
326 * default port explicitly and the other leaves it implicit, they will not
334 Uri other = (Uri) o;
336 return toString().equals(other.toString());
351 public int compareTo(Uri other) { argument
352 return toString().compareTo(other.toString());
363 * to logs and other places where PII should be avoided.
1802 * all other character
[all...]
/frameworks/native/include/media/openmax/
H A DOMX_Component.h99 OMX_OTHER_PORTDEFINITIONTYPE other; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1275
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java181 * this flag to <code>true</code> so that views will be avilable to other RecyclerViews
384 * <p>Laying out invisible elements will eventually come with performance cost. On the other
433 // 1) by checking children and other variables, find an anchor coordinate and an anchor
1927 public SavedState(SavedState other) { argument
1928 mAnchorPosition = other.mAnchorPosition;
1929 mAnchorOffset = other.mAnchorOffset;
1930 mAnchorLayoutFromEnd = other.mAnchorLayoutFromEnd;

Completed in 884 milliseconds

1234567891011>>