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

  /packages/apps/Camera2/src/com/android/camera/util/
ConcurrentSharedRingBuffer.java 70 * @param existingElement the element to be updated.
72 public void update(E existingElement);
231 Pinnable<E> existingElement = null;
237 existingElement = mElements.get(newKey);
240 if (existingElement != null) {
241 swapper.update(existingElement.getElement());
  /packages/apps/Camera2/src/com/android/camera/one/v2/
ImageCaptureManager.java 480 public void update(CapturedImage existingElement) {
481 existingElement.addMetadata(newMetadata);
510 public void update(CapturedImage existingElement) {
511 existingElement.addImage(newImage);
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 

Completed in 498 milliseconds