Searched defs:ip (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DInputPointers.java75 public void set(@Nonnull final InputPointers ip) { argument
76 mXCoordinates.set(ip.mXCoordinates);
77 mYCoordinates.set(ip.mYCoordinates);
78 mPointerIds.set(ip.mPointerIds);
79 mTimes.set(ip.mTimes);
82 public void copy(@Nonnull final InputPointers ip) { argument
83 mXCoordinates.copy(ip.mXCoordinates);
84 mYCoordinates.copy(ip.mYCoordinates);
85 mPointerIds.copy(ip.mPointerIds);
86 mTimes.copy(ip
[all...]
H A DResizableIntArray.java102 public void set(@Nonnull final ResizableIntArray ip) { argument
104 mArray = ip.mArray;
105 mLength = ip.mLength;
108 public void copy(@Nonnull final ResizableIntArray ip) { argument
109 final int newCapacity = calculateCapacity(ip.mLength);
114 System.arraycopy(ip.mArray, 0, mArray, 0, ip.mLength);
115 mLength = ip.mLength;
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 141 milliseconds