/frameworks/base/graphics/java/android/graphics/ |
LightingColorFilter.java | 51 update(); method 77 update(); method 103 update(); method 106 private void update() { method in class:LightingColorFilter
|
PorterDuffColorFilter.java | 43 update(); method 73 update(); method 101 update(); method 104 private void update() { method in class:PorterDuffColorFilter
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/ |
TestModel.java | 45 void update(String... names) { method in class:TestModel 62 update(r);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
ProximityClassifier.java | 45 update(event.values[0] < event.sensor.getMaximumRange(), event.timestamp); method 60 update(mNear, event.getEventTimeNano()); 76 private void update(boolean near, long timestampNano) {
|
/frameworks/base/services/core/java/com/android/server/notification/ |
RateEstimator.java | 36 /** Update the estimate to account for an event that just happened. */ 37 public float update(long now) { method in class:RateEstimator
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
SingleUserProvider.java | 56 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SingleUserProvider
|
/frameworks/native/services/surfaceflinger/Effects/ |
Daltonizer.cpp | 46 update(); 51 void Daltonizer::update() { function in class:android::Daltonizer
|
/frameworks/support/v4/jellybean/android/support/v4/app/ |
ActivityOptionsCompatJB.java | 55 public void update(ActivityOptionsCompatJB otherOptions) { method in class:ActivityOptionsCompatJB 56 mActivityOptions.update(otherOptions.mActivityOptions);
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
MPU9150Sample.java | 44 sensor.update();
|
/hardware/bsp/intel/peripheral/libupm/src/si114x/ |
si114x.cxx | 182 void SI114X::update() function in class:SI114X 184 // for now, just update the UV Index member variable
|
/libcore/ojluni/src/main/java/java/security/ |
DigestInputStream.java | 47 * results in an update on the message digest. But when it is off, 114 * will then call <code>update</code> on the message digest associated 121 * @see MessageDigest#update(byte) 126 digest.update((byte)ch); 138 * {@link #on(boolean) on}), this method will then call <code>update</code> 158 * @see MessageDigest#update(byte[], int, int) 163 digest.update(b, off, result); 171 * update on the message digest. But when it is off, the message
|
DigestOutputStream.java | 47 * an update on the message digest. But when it is off, the message 102 * <code>update</code> on the message digest associated with this 112 * @see MessageDigest#update(byte) 116 digest.update((byte)b); 125 * {@link #on(boolean) on}), this method calls <code>update</code> 142 * @see MessageDigest#update(byte[], int, int) 146 digest.update(b, off, len); 154 * update on the message digest. But when it is off, the message
|
/libcore/ojluni/src/main/java/java/util/zip/ |
Adler32.java | 53 * @param b the byte to update the checksum with 55 public void update(int b) { method in class:Adler32 56 adler = update(adler, b); 62 public void update(byte[] b, int off, int len) { method in class:Adler32 75 * @param b the byte array to update the checksum with 77 public void update(byte[] b) { method in class:Adler32 91 * @param buffer the ByteBuffer to update the checksum with 93 private void update(ByteBuffer buffer) { method in class:Adler32 130 public void update(Adler32 adler32, ByteBuffer buf) { 131 adler32.update(buf) 136 private native static int update(int adler, int b); method in class:Adler32 [all...] |
CRC32.java | 49 * @param b the byte to update the checksum with 51 public void update(int b) { method in class:CRC32 52 crc = update(crc, b); 58 public void update(byte[] b, int off, int len) { method in class:CRC32 71 * @param b the array of bytes to update the checksum with 73 public void update(byte[] b) { method in class:CRC32 91 private native static int update(int crc, int b); method in class:CRC32
|
CheckedInputStream.java | 61 cksum.update(b); 84 cksum.update(buf, off, len);
|
CheckedOutputStream.java | 61 cksum.update(b); 74 cksum.update(b, off, len);
|
/libcore/ojluni/src/main/java/sun/security/ssl/ |
HandshakeHash.java | 55 * 2. Before protocolDetermined() is called, only update(), reset(), 82 * hh.update(clientHelloBytes); 84 * hh.update(serverHelloBytes); 87 * hh.update(CertificateVerifyBytes); 90 * hh.update(finished1); 92 * hh.update(finished2); 136 void update(byte[] b, int offset, int len) { method in class:HandshakeHash 139 md5.update(b, offset, len); 140 sha.update(b, offset, len); 144 finMD.update(b, offset, len) 182 update(bytes, 0, bytes.length); method 402 digests[i].update(b); method 409 digests[i].update(b, offset, len); method [all...] |
/packages/apps/Camera2/src/com/android/camera/async/ |
ConcurrentState.java | 56 // but {@link #update} is often called at high-frequency. So, using a 66 public void update(T newValue) { method in class:ConcurrentState
|
FilteredUpdatable.java | 39 public void update(@Nonnull T t) { method in class:FilteredUpdatable 57 mUpdatable.update(value);
|
RefCountedBufferQueueController.java | 32 public void update(@Nonnull T element) { method in class:RefCountedBufferQueueController 33 mBuffer.get().update(element);
|
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/ |
AETriggerResult.java | 74 public void update(CaptureResultProxy result) { method in class:AETriggerResult 76 boolean done = mStateMachine.update(
|
AFTriggerResult.java | 71 public void update(CaptureResultProxy result) { method in class:AFTriggerResult 73 boolean done = mStateMachine.update(
|
TriggerStateMachine.java | 74 public boolean update(long frameNumber, @Nullable Integer triggerState, @Nullable Integer method in class:TriggerStateMachine
|
/packages/apps/Camera2/src/com/android/camera/one/v2/common/ |
TotalCaptureResultResponseListener.java | 43 mResults.update(new AndroidTotalCaptureResultProxy(result));
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
UpdateMessageNotificationAction.java | 38 BugleNotifications.update(true /* silent */, BugleNotifications.UPDATE_MESSAGES);
|