OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertBackgroundThread
(Results
1 - 3
of
3
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/request/
RequestFutureTarget.java
45
private final boolean
assertBackgroundThread
;
62
RequestFutureTarget(Handler mainHandler, int width, int height, boolean
assertBackgroundThread
, Waiter waiter) {
66
this.
assertBackgroundThread
=
assertBackgroundThread
;
187
if (
assertBackgroundThread
) {
188
Util.
assertBackgroundThread
();
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
ThreadUtilTest.java
76
assertBackgroundThread
();
83
assertBackgroundThread
();
90
assertBackgroundThread
();
96
assertBackgroundThread
();
169
private void
assertBackgroundThread
() {
/external/glide/library/src/main/java/com/bumptech/glide/util/
Util.java
122
public static void
assertBackgroundThread
() {
Completed in 69 milliseconds