Home
last modified time | relevance | path

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

/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
DGalleryAppMock.java31 Looper mMainLooper; field in GalleryAppMock
37 mMainLooper = mainLooper; in GalleryAppMock()
49 public Looper getMainLooper() { return mMainLooper; } in getMainLooper()