Searched defs:obtainRunnable (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
D | PooledLambda.java | 179 static <A> PooledRunnable obtainRunnable( in obtainRunnable() method 264 static <A, B> PooledRunnable obtainRunnable( in obtainRunnable() method 461 static <A, B, C> PooledRunnable obtainRunnable( in obtainRunnable() method 649 static <A, B, C, D> PooledRunnable obtainRunnable( in obtainRunnable() method 886 static <A, B, C, D, E> PooledRunnable obtainRunnable( in obtainRunnable() method 967 static <A, B, C, D, E, F> PooledRunnable obtainRunnable( in obtainRunnable() method 1051 static <A, B, C, D, E, F, G> PooledRunnable obtainRunnable( in obtainRunnable() method 1139 static <A, B, C, D, E, F, G, H> PooledRunnable obtainRunnable( in obtainRunnable() method 1232 static <A, B, C, D, E, F, G, H, I> PooledRunnable obtainRunnable( in obtainRunnable() method
|