Searched defs:other (Results 176 - 195 of 195) sorted by relevance

12345678

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.h270 bool merge(const Config& other);
428 // anything other than IDENTITY, we have to fall back to client
493 bool operator==(const Layer& other) { return mId == other.mId; } argument
494 bool operator!=(const Layer& other) { return !(*this == other); } argument
H A DHWC2On1Adapter.cpp1719 bool HWC2On1Adapter::Display::Config::merge(const Config& other) argument
1725 if (getAttribute(attribute) != other.getAttribute(attribute)) {
1729 int32_t otherColorTransform = other.getAttribute(ColorTransform);
1733 other.mHwc1Ids.at(otherColorTransform));
1737 other.mHwc1Ids.at(otherColorTransform));
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java673 public boolean equals(Object other) { argument
674 if (other instanceof ContentRecommendation) {
675 return TextUtils.equals(mIdTag, ((ContentRecommendation) other).getIdTag());
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java202 * this flag to <code>true</code> so that views will be avilable to other RecyclerViews
408 * <p>Laying out invisible elements will eventually come with performance cost. On the other
457 // 1) by checking children and other variables, find an anchor coordinate and an anchor
2127 public SavedState(SavedState other) { argument
2128 mAnchorPosition = other.mAnchorPosition;
2129 mAnchorOffset = other.mAnchorOffset;
2130 mAnchorLayoutFromEnd = other.mAnchorLayoutFromEnd;
H A DStaggeredGridLayoutManager.java1944 final Span other = mSpans[i];
1945 int otherLine = other.getEndLine(defaultLine);
1947 min = other;
1957 final Span other = mSpans[i];
1958 int otherLine = other.getStartLine(defaultLine);
1960 max = other;
2792 FullSpanItem other = mFullSpanItems.get(i);
2793 if (other.mPosition == fullSpanItem.mPosition) {
2800 if (other.mPosition >= fullSpanItem.mPosition) {
2964 public SavedState(SavedState other) { argument
[all...]
H A DRecyclerView.java136 * The other set of position related methods are in the form of
196 * widgets that snap to a page or other coarse-grained barrier.
813 * on other factors (e.g. its parent's size) but this size calculation cannot depend on the
1038 * <p>In contrast to other adapter-backed views such as {@link android.widget.ListView}
2088 * that differs from other ViewGroups.
3038 * screen as a side-effect of other changes)
3041 * screen as a side-effect of other changes)
3302 // On the other hand, if it is the same view holder instance, we run a
3375 ViewHolder other = getChildViewHolderInt(view);
3376 if (other
10441 copyFrom(SavedState other) argument
[all...]
/frameworks/base/core/java/android/view/
H A DMotionEvent.java27 * Motion events may hold either absolute or relative movements and other data,
34 * down or up. The axis values describe the position and other movement properties.
43 * other objects that generate movement traces are referred to as <em>pointers</em>.
56 * The MotionEvent class provides many methods to query the position and other properties of
86 * they are still distinct from any other coordinates reported in prior motion events.
537 * by a finger or other tool. The value is normalized to a range from
1360 * such as for a trackball or other non-pointing device.
1552 * zero indicates that the event didn't come from a physical device; other
1592 * zero indicates that the event didn't come from a physical device; other
1644 * zero indicates that the event didn't come from a physical device; other
1740 obtain(MotionEvent other) argument
1754 obtainNoHistory(MotionEvent other) argument
3389 PointerCoords(PointerCoords other) argument
3520 copyFrom(PointerCoords other) argument
3682 PointerProperties(PointerProperties other) argument
3724 copyFrom(PointerProperties other) argument
3730 equals(Object other) argument
3737 equals(PointerProperties other) argument
[all...]
H A DKeyEvent.java60 * Ice Cream Sandwich or earlier. Be aware that other software input methods may
433 * This key alters the behavior of other keys on the numeric keypad. */
498 * On TV remotes, toggles picture-in-picture mode or other windowing functions. */
643 * devices or game controllers, especially if no other input mode is
1568 public static KeyEvent obtain(KeyEvent other) { argument
1570 ev.mDownTime = other.mDownTime;
1571 ev.mEventTime = other.mEventTime;
1572 ev.mAction = other.mAction;
1573 ev.mKeyCode = other.mKeyCode;
1574 ev.mRepeatCount = other
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManager.java639 * there are other tasks in the stack.
1027 public void copyFrom(TaskDescription other) { argument
1028 mLabel = other.mLabel;
1029 mIcon = other.mIcon;
1030 mIconFilename = other.mIconFilename;
1031 mColorPrimary = other.mColorPrimary;
1032 mColorBackground = other.mColorBackground;
1304 * Task affiliation for grouping with other tasks.
1493 * way to retrieve that information), and possibly some other tasks
1799 * own tasks, and possibly some other task
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java98 * use by other applications. Applications should release the camera
317 * the same camera is opened by other applications, this will throw a
321 * otherwise it will remain locked and be unavailable to other applications.
326 * <p>Callbacks from other methods are delivered to the event loop of the
368 * given hal API version. If the same camera is opened by other applications
373 * otherwise it will remain locked and be unavailable to other applications.
378 * 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>
552 * temporarily for another process to use; once the other process is done
566 * Re-locks the camera to prevent other processe
2442 copyFrom(Parameters other) argument
2460 same(Parameters other) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java44 * to the view hierarchy. In other words, a custom view is free to report itself as
1184 * A screen-reader must visit the content of the other node before the content
1199 * A screen-reader must visit the content of the other node before the content
1217 * A screen-reader must visit the content of the other node before the content
2699 * @param info The other info.
2849 * @param other The other instance.
2851 private void init(AccessibilityNodeInfo other) { argument
2852 mSealed = other.mSealed;
2853 mSourceNodeId = other
3780 equals(Object other) argument
3831 obtain(RangeInfo other) argument
3965 obtain(CollectionInfo other) argument
4106 obtain(CollectionItemInfo other) argument
[all...]
/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...]
H A DInputReader.cpp1546 void RawPointerData::copyFrom(const RawPointerData& other) { argument
1547 pointerCount = other.pointerCount;
1548 hoveringIdBits = other.hoveringIdBits;
1549 touchingIdBits = other.touchingIdBits;
1552 pointers[i] = other.pointers[i];
1555 idToIndex[id] = other.idToIndex[id];
1589 void CookedPointerData::copyFrom(const CookedPointerData& other) { argument
1590 pointerCount = other.pointerCount;
1591 hoveringIdBits = other.hoveringIdBits;
1592 touchingIdBits = other
[all...]
H A DInputReader.h76 bool operator==(const DisplayViewport& other) const {
77 return displayId == other.displayId
78 && orientation == other.orientation
79 && logicalLeft == other.logicalLeft
80 && logicalTop == other.logicalTop
81 && logicalRight == other.logicalRight
82 && logicalBottom == other.logicalBottom
83 && physicalLeft == other.physicalLeft
84 && physicalTop == other.physicalTop
85 && physicalRight == other
390 copyFrom(const StylusState& other) argument
1439 copyFrom(const RawState& other) argument
1467 copyFrom(const CookedState& other) argument
[all...]
/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/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
8104 fillIn(Intent other, @FillInFlags int flags) argument
8242 filterEquals(Intent other) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2177 // than the other.
2183 // than the other.
2200 // doesn't have a language and the other has a matching language.
2211 // better match if the other resource has a country other than
2238 // See if any of the regions is better than the other
2309 ALOGI("Comparing this %dx%d to other %dx%d in %dx%d: myDelta=%d otherDelta=%d",
2338 // undefined, then the other is really a better match.
3289 // be shared by other ResTable's (framework resources are shared this way).
3450 status_t ResTable::Theme::setTo(const Theme& other) argument
6464 addMappings(const DynamicRefTable& other) argument
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java203 // 3 : introduced "_meta" metadata file; no other format change per se
612 // Where we keep our journal files and other bookkeeping
665 public int compareTo(FullBackupEntry other) { argument
666 if (lastBackup < other.lastBackup) return -1;
667 else if (lastBackup > other.lastBackup) return 1;
931 // Like other async operations, this is entered with the wakelock held
2803 // In case of any other error, it's backup transport error.
3363 // Any other error here indicates a transport-level failure. That means
3598 * or one of the other BackupTransport.* error codes as appropriate
3838 // boolean: "1" if archive includes .apk; any other strin
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 629 milliseconds

12345678