Searched refs:Tuple (Results 1 – 8 of 8) sorted by relevance
/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/startop/scripts/app_startup/ |
D | app_startup_runner.py | 36 from typing import Any, Callable, Dict, Generic, Iterable, List, NamedTuple, TextIO, Tuple, TypeVar… 179 -> Iterable[Tuple[T, Iterable[NamedTuple]]]: 205 -> Tuple[str, TextIO]: 220 def execute_arbitrary_command(cmd: List[str], simulate: bool, timeout: int) -> Tuple[bool, str]: 246 def execute_run_combos(grouped_run_combos: Iterable[Tuple[CollectorPackageInfo, Iterable[RunCommand… 273 def gather_results(commands: Iterable[Tuple[bool, str, List[int]]], key_list: List[str], value_list…
|
D | analyze_metrics.py | 35 from typing import Any, List, Dict, Iterable, TextIO, Tuple 100 def read_headers(input_file: TextIO) -> Tuple[List[str], List[str]]: 120 def read_labels_and_data(input_file: TextIO) -> Iterable[Tuple[List[str], List[int]]]: 146 def group_metrics_by_label(it: Iterable[Tuple[List[str], List[int]]]): 164 def data_to_numpy(it: Iterable[Tuple[List[str], List[List[int]]]]) -> Iterable[Tuple[List[str], Any…
|
/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/base/config/ |
D | preloaded-classes | 111 android.animation.StateListAnimator$Tuple
|
D | hiddenapi-greylist-max-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
|
D | boot-image-profile.txt | 32131 Landroid/animation/StateListAnimator$Tuple;
|