/frameworks/base/core/java/android/animation/ |
D | StateListAnimator.java | 51 private ArrayList<Tuple> mTuples = new ArrayList<Tuple>(); 52 private Tuple mLastMatch = null; 83 Tuple tuple = new Tuple(specs, animator); in addState() 139 clone.mTuples = new ArrayList<Tuple>(mTuples.size()); in clone() 147 final Tuple tuple = mTuples.get(i); in clone() 164 Tuple match = null; in setState() 167 final Tuple tuple = mTuples.get(i); in setState() 185 private void start(Tuple match) { in start() 201 public ArrayList<Tuple> getTuples() { in getTuples() 276 public static class Tuple { class in StateListAnimator [all …]
|
/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/ |
D | GestureHelper.java | 50 public static class Tuple { class in GestureHelper 54 public Tuple(float x, float y) { in Tuple() method in GestureHelper.Tuple 70 public boolean tap(@NonNull Tuple point, int times) throws InterruptedException { in tap() 102 public boolean dragWithoutRelease(@NonNull Tuple startPoint, in dragWithoutRelease() 103 @NonNull Tuple endPoint, int steps) { in dragWithoutRelease() 121 return movePointers(ptrProps, ptrCoords, new Tuple[] { endPoint }, downTime, steps); in dragWithoutRelease() 147 public boolean pinch(@NonNull Tuple startPoint1, @NonNull Tuple startPoint2, in pinch() 148 @NonNull Tuple endPoint1, @NonNull Tuple endPoint2, int steps) { in pinch() 173 if (!movePointers(ptrProps, ptrCoords, new Tuple[] { endPoint1, endPoint2 }, in pinch() 209 @NonNull PointerCoords[] coords, @NonNull Tuple[] endPoints, long downTime, int steps) { in movePointers() [all …]
|
D | PipAppHelper.kt | 70 GestureHelper.Tuple( in <lambda>() 83 val finalCoord = GestureHelper.Tuple(endX.toFloat(), initWindowRect.centerY().toFloat()) in <lambda>() 180 GestureHelper.Tuple(initLeftX, yCoord), in <lambda>() 181 GestureHelper.Tuple(initRightX, yCoord), in <lambda>() 182 GestureHelper.Tuple(finalLeftX, yCoord), in <lambda>() 183 GestureHelper.Tuple(finalRightX, yCoord), in <lambda>() 228 GestureHelper.Tuple(initLeftX, yCoord), in <lambda>() 229 GestureHelper.Tuple(initRightX, yCoord), in <lambda>() 230 GestureHelper.Tuple(finalLeftX, yCoord), in <lambda>() 231 GestureHelper.Tuple(finalRightX, yCoord), in <lambda>()
|
D | LetterboxAppHelper.kt | 75 val coords = GestureHelper.Tuple(x, y) in reposition()
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/ |
D | PidfParserUtils.java | 39 import com.android.ims.rcs.uce.presence.pidfparser.pidf.Tuple; 67 Tuple tupleElement = getTupleElement(presenceTuple); in getPresence() 79 private static Tuple getTupleElement(RcsContactPresenceTuple presenceTuple) { in getTupleElement() 83 Tuple tupleElement = new Tuple(); in getTupleElement() 101 private static void handleTupleContactElement(Tuple tupleElement, Uri uri) { in handleTupleContactElement() 110 private static void handleTupleStatusElement(Tuple tupleElement, @BasicStatus String status) { in handleTupleStatusElement() 120 private static void handleTupleServiceDescriptionElement(Tuple tupleElement, String serviceId, in handleTupleServiceDescriptionElement() 158 private static void handleServiceCapsElement(Tuple tupleElement, in handleServiceCapsElement() 193 public static String getTupleStatus(Tuple tuple) { in getTupleStatus() 210 public static String getTupleServiceId(Tuple tuple) { in getTupleServiceId() [all …]
|
D | PidfParser.java | 37 import com.android.ims.rcs.uce.presence.pidfparser.pidf.Tuple; 230 private static RcsContactPresenceTuple getRcsContactPresenceTuple(Tuple tuple) { in getRcsContactPresenceTuple()
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/pidf/ |
D | Presence.java | 58 private final List<Tuple> mTupleList = new ArrayList<>(); 93 public void addTuple(@NonNull Tuple tuple) { in addTuple() 97 public @NonNull List<Tuple> getTupleList() { in getTupleList() 119 for (Tuple tuple : mTupleList) { in serialize() 155 Tuple tuple = new Tuple(); in parse() 188 return (eventType == XmlPullParser.START_TAG && Tuple.ELEMENT_NAME.equals(name)) ? in isTupleElement()
|
D | Tuple.java | 35 public class Tuple extends ElementBase { class 64 public Tuple() { in Tuple() method in Tuple
|
/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/ |
D | PresenceTest.java | 81 Tuple tuple1 = getTuple(Basic.OPEN, serviceId1, description1, contact); in testSerializing() 85 Tuple tuple2 = getTuple(Basic.OPEN, serviceId2, description2, contact); in testSerializing() 162 List<Tuple> tupleList = presence.getTupleList(); in testParsing() 166 Tuple tuple = tupleList.get(0); in testParsing() 239 List<Tuple> tupleList = presence.getTupleList(); in testMalformedParsing() 246 Tuple tuple = tupleList.get(0); in testMalformedParsing() 253 Tuple tuple1 = tupleList.get(1); in testMalformedParsing() 256 Tuple tuple3 = tupleList.get(2); in testMalformedParsing() 262 private Tuple getTuple(String statusValue, String serviceIdValue, String descValue, in getTuple() 279 Tuple tuple = new Tuple(); in getTuple()
|
D | TupleTest.java | 73 Tuple tuple = new Tuple(); in testElementName() 76 assertEquals(Tuple.ELEMENT_NAME, tuple.getElementName()); in testElementName() 82 Tuple tuple = new Tuple(); in testSerializing() 183 Tuple tuple = null; in testParsing() 189 && Tuple.ELEMENT_NAME.equals(parser.getName())) { in testParsing() 190 tuple = new Tuple(); in testParsing()
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | StateListAnimatorTest.java | 98 StateListAnimator.Tuple tuple1 = stateListAnimator.getTuples().get(0); in testStateListLoading() 103 StateListAnimator.Tuple tuple2 = stateListAnimator.getTuples().get(1); in testStateListLoading()
|
D | AnimatorInflaterTest.java | 63 for (StateListAnimator.Tuple tuple : sla.getTuples()) { in testLoadStateListAnimator()
|
/frameworks/libs/binary_translation/intrinsics/common_to_x86_64/ |
D | tuple_test.cc | 68 TEST(LibCxxAbi, Tuple) { in TEST() argument
|
/frameworks/base/boot/ |
D | preloaded-classes | 167 android.animation.StateListAnimator$Tuple-IA 168 android.animation.StateListAnimator$Tuple 10827 com.android.ims.rcs.uce.presence.pidfparser.pidf.Tuple
|
D | boot-image-profile.txt | 454 HSPLandroid/animation/StateListAnimator$Tuple;-><init>([ILandroid/animation/Animator;)V 468 HSPLandroid/animation/StateListAnimator;->start(Landroid/animation/StateListAnimator$Tuple;)V 22541 Landroid/animation/StateListAnimator$Tuple-IA; 22542 Landroid/animation/StateListAnimator$Tuple; 33252 Lcom/android/ims/rcs/uce/presence/pidfparser/pidf/Tuple;
|
/frameworks/base/config/ |
D | preloaded-classes | 167 android.animation.StateListAnimator$Tuple-IA 168 android.animation.StateListAnimator$Tuple 10858 com.android.ims.rcs.uce.presence.pidfparser.pidf.Tuple
|
D | boot-image-profile.txt | 454 HSPLandroid/animation/StateListAnimator$Tuple;-><init>([ILandroid/animation/Animator;)V 468 HSPLandroid/animation/StateListAnimator;->start(Landroid/animation/StateListAnimator$Tuple;)V 32671 Landroid/animation/StateListAnimator$Tuple-IA; 32672 Landroid/animation/StateListAnimator$Tuple; 43413 Lcom/android/ims/rcs/uce/presence/pidfparser/pidf/Tuple;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 1154 Landroid/animation/StateListAnimator$Tuple;-><init>([ILandroid/animation/Animator;)V 1155 Landroid/animation/StateListAnimator$Tuple;->getAnimator()Landroid/animation/Animator; 1156 Landroid/animation/StateListAnimator$Tuple;->getSpecs()[I 1157 Landroid/animation/StateListAnimator$Tuple;->mAnimator:Landroid/animation/Animator; 1158 Landroid/animation/StateListAnimator$Tuple;->mSpecs:[I 1171 Landroid/animation/StateListAnimator;->mLastMatch:Landroid/animation/StateListAnimator$Tuple; 1178 Landroid/animation/StateListAnimator;->start(Landroid/animation/StateListAnimator$Tuple;)V
|