Home
last modified time | relevance | path

Searched refs:future (Results 1 – 3 of 3) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatTextView.java605 Future<PrecomputedTextCompat> future = mPrecomputedTextFuture; in consumeTextFutureAndSetBlocking() local
607 TextViewCompat.setPrecomputedText(this, future.get()); in consumeTextFutureAndSetBlocking()
661 public void setTextFuture(@Nullable Future<PrecomputedTextCompat> future) { in setTextFuture() argument
662 mPrecomputedTextFuture = future; in setTextFuture()
663 if (future != null) { in setTextFuture()
/appcompat/appcompat-resources/src/main/java/androidx/appcompat/graphics/drawable/
DDrawableContainerCompat.java920 final ConstantState future = mDrawableFutures.get(i); in canApplyTheme() local
921 if (future != null && Api21Impl.canApplyTheme(future)) { in canApplyTheme()
/appcompat/appcompat/api/
Dapi_lint.ignore17 …ter future in androidx.appcompat.widget.AppCompatTextView.setTextFuture(java.util.concurrent.Futur…