HomeSort by relevance Sort by last modified time
    Searched defs:UpdateContent (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
qm_select.cc 54 void VCMQmMethod::UpdateContent(const VideoContentMetrics* contentMetrics) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java 274 private class UpdateContent implements Callable<Void> {
278 public UpdateContent(UpdateInfo info) {
333 * updateContent() --> | (synchronous call)
334 * (wait) updateContent()
382 executeAndWait(new UpdateContent(info));
AlbumSetDataLoader.java 274 private class UpdateContent implements Callable<Void> {
277 public UpdateContent(UpdateInfo info) {
365 // change until we call UpdateContent.
376 executeAndWait(new UpdateContent(info));
PhotoDataAdapter.java     [all...]

Completed in 138 milliseconds