Searched refs:id1 (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DVerifierDeviceIdentityTest.java55 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1);
58 assertTrue("The two VerifierDeviceIdentity instances should be equal", id1.equals(id2));
62 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1);
65 assertFalse("The two VerifierDeviceIdentity instances should be unique", id1.equals(id2));
69 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1);
72 (int) TEST_1, id1.hashCode());
76 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1);
79 TEST_1_ENCODED, id1.toString());
83 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_MAXVALUE);
86 TEST_MAXVALUE_ENCODED, id1
[all...]
/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp78 XAuint32 id1; member in struct:__anon1736
83 const char *id_pair_to_string(XAuint32 id1, XAuint32 id2, const id_pair_to_string_t *table, argument
88 if (id1 == table[i].id1) {
/frameworks/base/core/java/android/view/
H A DGestureDetector.java536 final int id1 = ev.getPointerId(upIndex);
537 final float x1 = mVelocityTracker.getXVelocity(id1);
538 final float y1 = mVelocityTracker.getYVelocity(id1);
/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java265 final int id1 = MotionEventCompat.getPointerId(ev, upIndex);
266 final float x1 = VelocityTrackerCompat.getXVelocity(mVelocityTracker, id1);
267 final float y1 = VelocityTrackerCompat.getYVelocity(mVelocityTracker, id1);
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1502 final Drawable id1 = i1 == null ? null : i1.loadDrawable(ctx);
1507 target.setCompoundDrawablesRelativeWithIntrinsicBounds(id1, id2, id3, id4);
1509 target.setCompoundDrawablesWithIntrinsicBounds(id1, id2, id3, id4);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp5546 uint32_t id1 = idBits.clearFirstMarkedBit(); local
5549 mCurrentRawState.rawPointerData.pointerForId(id1);
5565 float dist1 = dist[id1];
5573 PointerGesture::Delta& delta1 = mPointerGesture.referenceDeltas[id1];

Completed in 180 milliseconds