Searched defs:other (Results 76 - 87 of 87) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java102 OnLongClickDelegate(View other) { argument
103 mOtherView = other;
/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java167 PendingOperation(PendingOperation other) { argument
168 this.account = other.account;
169 this.userId = other.userId;
170 this.syncSource = other.syncSource;
171 this.authority = other.authority;
172 this.extras = other.extras;
173 this.authorityId = other.authorityId;
174 this.expedited = other.expedited;
H A DIntent.java130 * at the other information in the intent (the action, data/type, and
134 * all of the other Intent attributes become optional.</p>
142 * <p>Here are some examples of other operations you can specify as intents
187 * class to be run. Often these will not include any other information,
312 * MAIN action is a main entry point (not requiring any other information in
452 * also supports two other standard categories: ALTERNATIVE and
631 * Used to indicate that some piece of data should be attached to some other
1006 * content: URIs and other advanced features of {@link ClipData}. If
1044 * content: URIs and other advanced features of {@link ClipData}. If
1185 * or other appropriat
6118 fillIn(Intent other, int flags) argument
6247 filterEquals(Intent other) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java34 * to the view hierarchy. In other words, a custom view is free to report itself as
1538 * @param info The other info.
1621 * @param other The other instance.
1624 private void init(AccessibilityNodeInfo other) { argument
1625 mSealed = other.mSealed;
1626 mSourceNodeId = other.mSourceNodeId;
1627 mParentNodeId = other.mParentNodeId;
1628 mLabelForId = other.mLabelForId;
1629 mLabeledById = other
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java97 * In other words, the initial magnified state is sticky.
1438 public void updateFrom(MagnificationSpec other) { argument
1439 mScale = other.mScale;
1440 mMagnifiedRegionCenterX = other.mMagnifiedRegionCenterX;
1441 mMagnifiedRegionCenterY = other.mMagnifiedRegionCenterY;
1442 mScaledOffsetX = other.mScaledOffsetX;
1443 mScaledOffsetY = other.mScaledOffsetY;
/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.
478 * by a finger or other tool. The value is normalized to a range from
1237 * such as for a trackball or other non-pointing device.
1423 * zero indicates that the event didn't come from a physical device; other
1463 * zero indicates that the event didn't come from a physical device; other
1515 * zero indicates that the event didn't come from a physical device; other
1611 obtain(MotionEvent other) argument
1625 obtainNoHistory(MotionEvent other) argument
3187 PointerCoords(PointerCoords other) argument
3318 copyFrom(PointerCoords other) argument
3480 PointerProperties(PointerProperties other) argument
3522 copyFrom(PointerProperties other) argument
3528 equals(Object other) argument
3535 equals(PointerProperties other) argument
[all...]
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. */
1611 public static KeyEvent obtain(KeyEvent other) { argument
1613 ev.mDownTime = other.mDownTime;
1614 ev.mEventTime = other.mEventTime;
1615 ev.mAction = other.mAction;
1616 ev.mKeyCode = other.mKeyCode;
1617 ev.mRepeatCount = other.mRepeatCount;
1618 ev.mMetaState = other
[all...]
/frameworks/base/services/input/
H A DInputDispatcher.cpp266 // been pressed. When it expires, we preempt dispatch and drop all other pending events.
430 // the touch into the other window.
1133 // Touches on other windows (such as the launcher window)
1239 // it is invisible) then wait for it. Any other focused window may in
1565 // Save changes to touch state as-is for all other actions.
1692 // Unlike key events, generic motion events don't tend to transfer focus to other
2057 // Notify other system components and prepare to start the next dispatch cycle.
2080 // Notify other system components.
3584 // The fallback keycode cannot change at any other point in the lifecycle.
3966 * by synthesizing a key down but that will cause other problem
4326 copyFrom(const TouchState& other) argument
[all...]
H A DInputReader.cpp1423 void RawPointerData::copyFrom(const RawPointerData& other) { argument
1424 pointerCount = other.pointerCount;
1425 hoveringIdBits = other.hoveringIdBits;
1426 touchingIdBits = other.touchingIdBits;
1429 pointers[i] = other.pointers[i];
1432 idToIndex[id] = other.idToIndex[id];
1466 void CookedPointerData::copyFrom(const CookedPointerData& other) { argument
1467 pointerCount = other.pointerCount;
1468 hoveringIdBits = other.hoveringIdBits;
1469 touchingIdBits = other
[all...]
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java2713 public int compareTo(ImeSubtypeListItem other) { argument
2717 if (TextUtils.isEmpty(other.mImeName)) {
2720 if (!TextUtils.equals(mImeName, other.mImeName)) {
2721 return mImeName.toString().compareTo(other.mImeName.toString());
2723 if (TextUtils.equals(mSubtypeName, other.mSubtypeName)) {
2729 if (other.mIsSystemLocale) {
2735 if (other.mIsSystemLanguage) {
2741 if (TextUtils.isEmpty(other.mSubtypeName)) {
2744 return mSubtypeName.toString().compareTo(other.mSubtypeName.toString());
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1732 //ALOGI("Comparing this %dx%d to other %dx%d in %dx%d: myDelta=%d otherDelta=%d",
1760 // undefined, then the other is really a better match.
2419 // This is for finding typeStrings and other common package stuff.
2577 status_t ResTable::Theme::setTo(const Theme& other) argument
2579 //ALOGI("Setting theme %p from theme %p...\n", this, &other);
2581 //other.dumpToLog();
2583 if (&mTable == &other.mTable) {
2588 if (other.mPackages[i] != NULL) {
2589 mPackages[i] = copy_package(other.mPackages[i]);
2602 if (i == 0 && other
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1411 void GLMessage_DataType::Swap(GLMessage_DataType* other) { argument
1412 if (other != this) {
1413 std::swap(type_, other->type_);
1414 std::swap(isarray_, other->isarray_);
1415 intvalue_.Swap(&other->intvalue_);
1416 floatvalue_.Swap(&other->floatvalue_);
1417 charvalue_.Swap(&other->charvalue_);
1418 rawbytes_.Swap(&other->rawbytes_);
1419 boolvalue_.Swap(&other->boolvalue_);
1420 std::swap(_has_bits_[0], other
1641 Swap(GLMessage_FrameBuffer* other) argument
2056 Swap(GLMessage* other) argument
[all...]

Completed in 107 milliseconds

1234