Searched defs:obtainRunnable (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
D | PooledLambda.java | 186 static <A> PooledRunnable obtainRunnable( in obtainRunnable() method 271 static <A, B> PooledRunnable obtainRunnable( in obtainRunnable() method 528 static <A, B, C> PooledRunnable obtainRunnable( in obtainRunnable() method 716 static <A, B, C, D> PooledRunnable obtainRunnable( in obtainRunnable() method 953 static <A, B, C, D, E> PooledRunnable obtainRunnable( in obtainRunnable() method 1034 static <A, B, C, D, E, F> PooledRunnable obtainRunnable( in obtainRunnable() method 1118 static <A, B, C, D, E, F, G> PooledRunnable obtainRunnable( in obtainRunnable() method 1206 static <A, B, C, D, E, F, G, H> PooledRunnable obtainRunnable( in obtainRunnable() method 1299 static <A, B, C, D, E, F, G, H, I> PooledRunnable obtainRunnable( in obtainRunnable() method 1395 static <A, B, C, D, E, F, G, H, I, J> PooledRunnable obtainRunnable( in obtainRunnable() method [all …]
|