Searched defs:obtainRunnable (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
D | PooledLambda.java | 188 static <A> PooledRunnable obtainRunnable( in obtainRunnable() method 273 static <A, B> PooledRunnable obtainRunnable( in obtainRunnable() method 530 static <A, B, C> PooledRunnable obtainRunnable( in obtainRunnable() method 718 static <A, B, C, D> PooledRunnable obtainRunnable( in obtainRunnable() method 955 static <A, B, C, D, E> PooledRunnable obtainRunnable( in obtainRunnable() method 1036 static <A, B, C, D, E, F> PooledRunnable obtainRunnable( in obtainRunnable() method 1120 static <A, B, C, D, E, F, G> PooledRunnable obtainRunnable( in obtainRunnable() method 1208 static <A, B, C, D, E, F, G, H> PooledRunnable obtainRunnable( in obtainRunnable() method 1301 static <A, B, C, D, E, F, G, H, I> PooledRunnable obtainRunnable( in obtainRunnable() method 1397 static <A, B, C, D, E, F, G, H, I, J> PooledRunnable obtainRunnable( in obtainRunnable() method [all …]
|