Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DMediaView.java67 public void accept(DocumentInfo doc, Bundle metadata, @Nullable Runnable geoClickListener) { in accept() argument
72 showExifData(this, mResources, doc, exif, geoClickListener, this::getAddress); in accept()
77 showVideoData(this, mResources, doc, video, geoClickListener); in accept()
116 @Nullable Runnable geoClickListener) { in showVideoData() argument
122 showCoordiantes(table, resources, coords, geoClickListener); in showVideoData()
137 @Nullable Runnable geoClickListener, in showExifData() argument
187 showCoordiantes(table, resources, coords, geoClickListener); in showExifData()
196 @Nullable Runnable geoClickListener) { in showCoordiantes() argument
200 if (geoClickListener != null) { in showCoordiantes()
205 geoClickListener.run(); in showCoordiantes()
DInspectorController.java209 Runnable geoClickListener = null; in onDocumentMetadataLoaded() local
214 geoClickListener = () -> { in onDocumentMetadataLoaded()
220 mMedia.accept(doc, metadata, geoClickListener); in onDocumentMetadataLoaded()
363 void accept(DocumentInfo info, Bundle metadata, @Nullable Runnable geoClickListener); in accept() argument