Searched refs:run (Results 126 - 150 of 1811) sorted by relevance

1234567891011>>

/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
H A DFragmentTestUtil.java41 public void run() {
61 r.run();
82 public void run() {
94 public void run() {
107 public void run() {
121 public void run() {
134 public void run() {
156 public void run() {
170 public void run() {
192 public void run() {
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewPopup.java60 public void run() {
123 public void run() {
156 public void run() {
189 public void run() {
200 public void run() {
211 public void run() {
255 public void run() {
H A DAutoCompleteTextViewCallbacks.java72 public void run() {
90 public void run() {
126 public void run() {
/frameworks/minikin/libs/minikin/
H A DLineBreakerUtil.h71 const Run& run, // A run of this region.
77 if (!run.getRange().contains(contextRange) || !contextRange.contains(hyphenationTargetRange)) {
92 const float first = run.measureHyphenPiece(firstText, Range(0, firstText.size()),
96 const float second = run.measureHyphenPiece(secondText, Range(0, secondText.size()),
155 void updateLocaleIfNecessary(const Run& run) { argument
157 uint32_t newLocaleListId = run.getLocaleListId();
160 nextWordBreak = breaker.followingWithLocale(locale, run.getRange().getStart());
69 populateHyphenationPoints( const U16StringPiece& textBuf, const Run& run, const Hyphenator& hyphenator, const Range& contextRange, const Range& hyphenationTargetRange, std::vector<HyphenBreak>* out, LayoutPieces* pieces) argument
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/media/
H A DMediaPlayerGlueTest.java54 public void run() {
77 public void run() {
92 public void run() {
102 public void run() {
113 public void run() {
123 public void run() {
133 public void run() {
/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorTests.java92 public void run() {
106 public void run() {
115 public void run() {
138 public void run() {
150 public void run() {
161 public void run() {
176 public void run() {
202 public void run() {
216 public void run() {
227 public void run() {
1188 public void run() { method in class:ValueAnimatorTests.MyFrameCallbackProvider.LooperThread
[all...]
H A DViewPropertyAnimatorTest.java37 * automatically run the whole test on that thread. Other tests must run on the UI thread and also
72 public void run() { method in class:ViewPropertyAnimatorTest.Canceler
110 public void run() {
121 public void run() {
208 public void run() {
231 public void run() {
253 public void run() {
277 public void run() {
300 public void run() {
[all...]
H A DEventsTest.java35 * automatically run the whole test on that thread. Other tests must run on the UI thread and also
73 public void run() { method in class:EventsTest.Canceler
101 public void run() { method in class:EventsTest.Ender
122 public void run() { method in class:EventsTest.Pauser
143 public void run() { method in class:EventsTest.Resumer
174 public void run() {
185 public void run() {
275 public void run() {
298 public void run() {
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceState.java184 public void run() {
191 public void run() {
217 public void run() {
231 public void run() {
268 public void run() {
281 public void run() {
299 public void run() {
322 public void run() {
341 public void run() {
348 public void run() {
[all...]
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java59 void run() {
78 void run() {
94 void run() {
108 void run() {
113 void run() {
122 void run() {
132 void run() {
154 void run() {
181 abstract void run(); method in class:BackupTestActivity.Test
201 t.run();
[all...]
/frameworks/base/tests/testables/tests/src/android/testing/
H A DTestableLooperTest.java56 verify(r, never()).run();
58 verify(r).run();
76 // This should never be run becaus the mock returns false on the first message, and
78 verify(r, never()).run();
91 verify(r, times(2)).run();
102 verify(r).run();
114 verify(r).run();
126 verify(r).run();
127 verify(r2).run();
145 verify(r).run();
[all...]
/frameworks/support/loader/src/androidTest/java/androidx/loader/app/
H A DLoaderManagerTest.java64 public void run() {
95 public void run() {
116 public void run() {
135 public void run() {
143 public void run() {
163 public void run() {
183 public void run() {
194 public void run() {
214 public void run() {
227 public void run() {
[all...]
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
H A DAppCompatBaseAutoSizeTest.java57 * <code>AutoSizeableTextView</code> interface. Extensions of this class run all tests
96 public void run() {
113 public void run() {
125 public void run() {
139 public void run() {
151 public void run() {
173 public void run() {
181 public void run() {
203 public void run() {
219 public void run() {
[all...]
/frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
H A DSubtitleTrack.java84 * contents of a run are submitted in sequential order, with eos
85 * indicating the last section of the run. Calls from different
89 * @param eos true if this is the last section of the run.
90 * @param runID mostly-unique ID for this run of data. Subtitle cues
95 * run, which defaults to the latest timestamp of
160 Run run = mRunsByEndTime.valueAt(ix);
161 while (run != null) {
162 Cue cue = run.mFirstCue;
169 mRunsByID.remove(run.mRunID);
170 Run nextRun = run
[all...]
/frameworks/support/media/src/main/java/androidx/media/subtitle/
H A DSubtitleTrack.java96 * contents of a run are submitted in sequential order, with eos
97 * indicating the last section of the run. Calls from different
101 * @param eos true if this is the last section of the run.
102 * @param runID mostly-unique ID for this run of data. Subtitle cues
107 * run, which defaults to the latest timestamp of
171 Run run = mRunsByEndTime.valueAt(ix);
172 while (run != null) {
173 Cue cue = run.mFirstCue;
180 mRunsByID.remove(run.mRunID);
181 Run nextRun = run
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DWindowManagerProxy.java65 public void run() {
88 public void run() {
99 public void run() {
110 public void run() {
122 public void run() {
181 public void run() {
/frameworks/rs/tests/java_api/
H A DAndroid.mk12 # Tests that run on older devices
29 # Tests that run on older devices (API 19 and below)
43 # Tests that run on latest platform build
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/picker/
H A DTimePickerTest.java96 public void run() {
113 public void run() {
123 public void run() {
133 public void run() {
143 public void run() {
153 public void run() {
170 public void run() {
180 public void run() {
190 public void run() {
200 public void run() {
[all...]
/frameworks/support/room/rxjava2/src/main/java/androidx/room/
H A DRxRoom.java83 public void run() throws Exception {
98 * Helper method used by generated code to bind a Callable such that it will be run in
122 public Disposable schedule(@NonNull Runnable run, long delay,
124 DisposableRunnable disposable = new DisposableRunnable(run, mDisposed);
125 ArchTaskExecutor.getInstance().executeOnDiskIO(run);
163 public void run() { method in class:RxRoom.DisposableRunnable
165 mActual.run();
/frameworks/support/transition/src/androidTest/java/androidx/transition/
H A DChangeClipBoundsTest.java53 public void run() {
63 public void run() {
77 public void run() {
87 public void run() {
96 public void run() {
110 public void run() {
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
H A DKeyboardShortcutsTestCaseWithToolbar.java59 public void run() {
70 public void run() {
85 public void run() {
101 public void run() {
124 public void run() {
136 public void run() {
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridSetSelectionBaseTest.java60 public void run() {
76 public void run() {
91 public void run() {
/frameworks/base/media/java/android/media/
H A DRemoteDisplay.java132 public void run() {
142 public void run() {
152 public void run() {
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DDispatchThread.java48 * @param job The job to run.
53 "Trying to run job on interrupted dispatcher thread");
68 * @param job The job to run.
110 public void run() { method in class:DispatchThread
135 job.run();
140 public void run() {
/frameworks/support/compat/src/androidTest/java/androidx/core/view/
H A DViewGroupCompatTest.java59 public void run() {
71 public void run() {
78 public void run() {

Completed in 1528 milliseconds

1234567891011>>