OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:existingElement
(Results
1 - 3
of
3
) 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
Completed in 79 milliseconds