Searched refs:future (Results 1 – 3 of 3) sorted by relevance
605 Future<PrecomputedTextCompat> future = mPrecomputedTextFuture; in consumeTextFutureAndSetBlocking() local607 TextViewCompat.setPrecomputedText(this, future.get()); in consumeTextFutureAndSetBlocking()661 public void setTextFuture(@Nullable Future<PrecomputedTextCompat> future) { in setTextFuture() argument662 mPrecomputedTextFuture = future; in setTextFuture()663 if (future != null) { in setTextFuture()
920 final ConstantState future = mDrawableFutures.get(i); in canApplyTheme() local921 if (future != null && Api21Impl.canApplyTheme(future)) { in canApplyTheme()
17 …ter future in androidx.appcompat.widget.AppCompatTextView.setTextFuture(java.util.concurrent.Futur…