Searched refs:other (Results 351 - 375 of 409) sorted by relevance

<<11121314151617

/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DLayoutBinderWriter.kt244 fun <T> FlagSet.mapOr(other : FlagSet, cb : (suffix : String, index : Int) -> T) : List<T> {
245 val min = Math.min(buckets.size, other.buckets.size)
249 if (intersect(other, i)) {
991 it.isMandatory && it.other.resolvedType.isNullable
992 }.map { it.other }
/frameworks/base/core/java/android/app/
H A DActivityManager.java645 * there are other tasks in the stack.
1033 public void copyFrom(TaskDescription other) { argument
1034 mLabel = other.mLabel;
1035 mIcon = other.mIcon;
1036 mIconFilename = other.mIconFilename;
1037 mColorPrimary = other.mColorPrimary;
1038 mColorBackground = other.mColorBackground;
1310 * Task affiliation for grouping with other tasks.
1499 * way to retrieve that information), and possibly some other tasks
1805 * own tasks, and possibly some other task
[all...]
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java574 public int compareTo(DecodedFilename other) { argument
576 return key.compareTo(other.key);
/frameworks/base/tools/aapt/
H A DAaptAssets.h81 int compare(const AaptLocaleValue& other) const {
82 return memcmp(this, &other, sizeof(AaptLocaleValue));
238 * A single directory of assets, which can contain files and other
269 * 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.java154 IntArray other = (IntArray) obj;
155 return Arrays.equals(mArray, other.mArray);
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java95 * that stick to other elements as they move and animate.</p>
101 * other arbitrary content panes.</p>
642 // Now iterate again over the other children, adding any dependencies to the graph
647 final View other = getChildAt(j);
648 final LayoutParams otherLp = getResolvedLayoutParams(other);
649 if (otherLp.dependsOn(this, other, view)) {
650 if (!mChildDag.contains(other)) {
651 // Make sure that the other node is added
652 mChildDag.addNode(other);
655 mChildDag.addEdge(view, other);
2847 shouldDodge(View other, int layoutDirection) argument
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java558 public boolean hasMessenger(Messenger other) { argument
559 return mMessenger.getBinder() == other.getBinder();
618 * This handler should not be used to handle any messages other than those
/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.
1807 * all other character
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java296 final Network other;
298 other = (Network) o;
302 return ssid.equals(other.ssid) && key_mgmt.equals(other.key_mgmt);
/frameworks/native/include/media/openmax/
H A DOMX_Component.h99 OMX_OTHER_PORTDEFINITIONTYPE other; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1401
/frameworks/rs/api/
H A Drs_for_each.spec22 The other functions are used to get the characteristics of the invocation of
249 &nbsp;&nbsp;// to the other dimensions, extract them from the kernel context:<br/>
359 than one face present. In all other cases, it returns false. See @rsGetDimX() for an
/frameworks/av/media/libmedia/
H A DAudioTrackShared.cpp36 // a value between "other" + 1 and "other" + INT32_MAX, the choice of
38 // In general, this means (new_self) returned is max(self, other) + 1.
40 static uint32_t incrementSequence(uint32_t self, uint32_t other) { argument
41 int32_t diff = (int32_t) self - (int32_t) other;
43 return self + 1; // we're already ahead of other.
45 return other + 1; // we're behind, so move just ahead of other.
182 // On the other hand, this barrier is required.
303 case EINTR: // wait was interrupted by signal or other spuriou
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java118 * An interface for the RemoteAdapter to notify other classes when adapters
716 // Otherwise, preload other indices as necessary
766 RemoteViewsCacheKey other = (RemoteViewsCacheKey) o;
767 return other.filter.equals(filter) && other.widgetId == widgetId;
1101 // Queue up other indices to be preloaded based on this position
/frameworks/base/media/java/android/media/session/
H A DMediaSession.java62 * {@link #getSessionToken() session token} to other processes to allow them to
65 * To receive commands, media keys, and other events a {@link Callback} must be
90 * System only flag for a session that needs to have priority over all other
135 * user other than your own you must hold the
697 Token other = (Token) obj;
699 if (other.mBinder != null)
701 } else if (!mBinder.asBinder().equals(other.mBinder.asBinder()))
834 * not hold audio focus in order to allow other sessions play seamlessly. The state of
844 * hold audio focus in order to allow other sessions play seamlessly. The state of playback
857 * focus in order to allow other session
[all...]
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java177 public boolean equals(Object other) { argument
178 if (!(other instanceof AgentInfo)) {
181 AgentInfo o = (AgentInfo) other;
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp275 // been pressed. When it expires, we preempt dispatch and drop all other pending events.
440 // the touch into the other window.
1720 // Unlike key events, generic motion events don't tend to transfer focus to other
2093 // Notify other system components and prepare to start the next dispatch cycle.
2116 // Notify other system components.
3694 // The fallback keycode cannot change at any other point in the lifecycle.
4084 * by synthesizing a key down but that will cause other problems.
4155 // other value and we need to track the motion so we can send cancellation events for
4311 void InputDispatcher::InputState::copyPointerStateTo(InputState& other) const {
4315 for (size_t j = 0; j < other
4466 copyFrom(const TouchState& other) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java90 * waitForEvent() is called on the monitor thread for events. All other methods
1715 PnoNetwork other = (PnoNetwork) otherObj;
1716 return ((Objects.equals(ssid, other.ssid)) && (networkId == other.networkId)
1717 && (priority == other.priority) && (flags == other.flags)
1718 && (auth_bit_field == other.auth_bit_field));
2777 return "firmware dropped (other)";
2785 return "driver dropped (other)";
2820 return "firmware dropped (other)";
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackLayoutAlgorithm.java1222 * {@param other} rect in the {@param extent} side.
1224 private int getScaleForExtent(Rect instance, Rect other, int value, int minValue, argument
1227 float scale = Utilities.clamp01((float) instance.width() / other.width());
1230 float scale = Utilities.clamp01((float) instance.height() / other.height());
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java1218 * @hide Return true if the sequence of 'other' is better than this. Assumes
1219 * that 'this' is your current sequence and 'other' is a new one you have
1222 public boolean isOtherSeqNewer(Configuration other) { argument
1223 if (other == null) {
1227 if (other.seq == 0) {
1228 // If the other sequence is not specified, then we must assume
1234 // other is better. Yes we have a preference for other. Sue us.
1237 int diff = other.seq - seq;
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaSessionCompat.java69 * {@link #getSessionToken() session token} to other processes to allow them to
72 * To receive commands, media keys, and other events a {@link Callback} must be
398 * used within your app as there is no way to guarantee other apps are using
637 * should not hold audio focus in order to allow other session play seamlessly.
647 * allow other session play seamlessly. The state of playback should be updated to
660 * other session play seamlessly. The state of playback should be updated to
671 * During the preparation, a session should not hold audio focus in order to allow other
979 Token other = (Token) obj;
981 return other.mInner == null;
983 if (other
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java209 * this flag to <code>true</code> so that views will be available to other RecyclerViews
415 * <p>Laying out invisible elements will eventually come with performance cost. On the other
459 // 1) by checking children and other variables, find an anchor coordinate and an anchor
2160 public SavedState(SavedState other) { argument
2161 mAnchorPosition = other.mAnchorPosition;
2162 mAnchorOffset = other.mAnchorOffset;
2163 mAnchorLayoutFromEnd = other.mAnchorLayoutFromEnd;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/core/jni/
H A DAndroid.mk286 # b/22414716: thread_local (android/graphics/Paint.cpp) and Clang don't like each other at the
/frameworks/base/include/androidfw/
H A DResourceTypes.h92 * the first set of regions is larger than the other set of regions. The
1384 // linking with other resource tables.
1414 // to supply meta-data about the attribute; for all other resource types
1538 // Adds mappings from the other DynamicRefTable
1539 status_t addMappings(const DynamicRefTable& other);
1612 * to follow references to other resources to get the "real" value to
1679 status_t setTo(const Theme& other);
1690 * to follow references to other resources to get the "real" value to
1857 // outData (using free(3)). On failure, any status_t value other than
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp403 /// section and all other reference to this symbol should refer to this
449 (ResolveInfo::Visibility)pSym.other());
451 // output all other alias symbols if any
467 (ResolveInfo::Visibility)alias->other());

Completed in 1198 milliseconds

<<11121314151617