Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatDelegate.java140 public void execute(final Runnable r) { in execute() method in AppCompatDelegate.SerialExecutor
158 mExecutor.execute(mActive); in scheduleNext()
170 public void execute(Runnable r) { in execute() method in AppCompatDelegate.ThreadPerTaskExecutor
931 sSerialExecutorForLocalesStorage.execute(() -> syncRequestedAndStoredLocales(context)); in asyncExecuteSyncRequestedAndStoredLocales()
964 sSerialExecutorForLocalesStorage.execute(() -> { in syncRequestedAndStoredLocales()
/appcompat/integration-tests/receive-content-testapp/src/main/java/androidx/appcompat/demo/receivecontent/
DMyReceiver.java128 MyExecutors.bg().execute(() -> { in showMessage()
140 MyExecutors.main().execute(() -> { in showMessage()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatTextViewTest.java622 public void execute(Runnable command) { in execute() method in AppCompatTextViewTest.ManualExecutor