Searched refs:update (Results 1 - 25 of 220) sorted by relevance

123456789

/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutBlocksTest.java63 private void update(int startLine, int endLine, int newLineCount) { method in class:DynamicLayoutBlocksTest
97 update(0, 0, 0);
100 update(0, 0, 1);
103 update(0, 0, 10);
110 update(0, 0, 0);
113 update(0, 10, 0);
116 update(0, 100, 0);
119 update(20, 30, 0);
122 update(20, 20, 0);
125 update(4
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DLightingColorFilter.java51 update();
77 update();
103 update();
106 private void update() { method in class:LightingColorFilter
H A DColorMatrixColorFilter.java37 update();
52 update();
87 update();
118 update();
121 private void update() { method in class:ColorMatrixColorFilter
H A DPorterDuffColorFilter.java40 update();
70 update();
98 update();
101 private void update() { method in class:PorterDuffColorFilter
/frameworks/base/libs/input/
H A DSpriteController.cpp111 // Each sprite update record includes a reference to its associated sprite so we can
133 SpriteUpdate& update = updates.editItemAt(i); local
135 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
136 update.state.surfaceWidth = update.state.icon.bitmap.width();
137 update.state.surfaceHeight = update.state.icon.bitmap.height();
138 update.state.surfaceDrawn = false;
139 update
151 SpriteUpdate& update = updates.editItemAt(i); local
192 SpriteUpdate& update = updates.editItemAt(i); local
243 SpriteUpdate& update = updates.editItemAt(i); local
329 const SpriteUpdate& update = updates.itemAt(i); local
[all...]
/frameworks/base/core/java/android/service/notification/
H A DINotificationListener.aidl26 void onListenerConnected(in NotificationRankingUpdate update);
28 in NotificationRankingUpdate update);
30 in NotificationRankingUpdate update);
31 void onNotificationRankingUpdate(in NotificationRankingUpdate update);
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dsyn_filt.h76 Word16 update /* (i) : 0=no update, 1=update of memory. */
/frameworks/av/include/camera/
H A DCameraMetadata.h126 status_t update(uint32_t tag,
128 status_t update(uint32_t tag,
130 status_t update(uint32_t tag,
132 status_t update(uint32_t tag,
134 status_t update(uint32_t tag,
136 status_t update(uint32_t tag,
138 status_t update(uint32_t tag,
142 status_t update(uint32_t tag, Vector<T> data) { function in class:android::CameraMetadata
143 return update(tag, data.array(), data.size());
219 * Base update entr
[all...]
/frameworks/rs/
H A DrsDebugHelper.h40 mStack.update(2);
/frameworks/base/core/java/android/content/pm/
H A DMacAuthenticatedInputStream.java65 mMac.update((byte) b);
74 mMac.update(buffer, offset, numRead);
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DActivityOptionsCompatJB.java55 public void update(ActivityOptionsCompatJB otherOptions) { method in class:ActivityOptionsCompatJB
56 mActivityOptions.update(otherOptions.mActivityOptions);
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.h50 void update();
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
H A DFixVibrateSetting.java64 update();
84 update();
87 update();
90 update();
94 private void update() { method in class:FixVibrateSetting
/frameworks/support/v4/java/android/support/v4/app/
H A DActivityOptionsCompat.java190 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat.ActivityOptionsImplJB
193 mImpl.update(otherImpl.mImpl);
211 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat.ActivityOptionsImpl21
215 mImpl.update(otherImpl.mImpl);
239 public void update(ActivityOptionsCompat otherOptions) { method in class:ActivityOptionsCompat
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DDrcPresModeWrap.h36 void update();
/frameworks/support/v4/api21/android/support/v4/app/
H A DActivityOptionsCompat21.java57 public void update(ActivityOptionsCompat21 otherOptions) { method in class:ActivityOptionsCompat21
58 mActivityOptions.update(otherOptions.mActivityOptions);
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteControllerDialog.java167 // volume update.
191 if (update()) {
210 update();
239 private boolean update() { method in class:MediaRouteControllerDialog
292 update();
297 update();
310 update();
315 update();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DObjectAdapter.java131 final boolean update = (mPresenterSelector != null);
132 final boolean selectorChanged = update && mPresenterSelector != presenterSelector;
139 if (update) {
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java152 update(p.x, p.y, -1, -1, true);
384 * the {@link #update()} methods.</p>
386 * @see #update()
398 * the {@link #update()} methods.</p>
404 * @see #update()
475 * the {@link #update()} methods.</p>
481 * @see #update()
504 * the {@link #update()} methods.</p>
507 * @see #update()
555 * the {@link #update()} method
1386 public void update() { method in class:PopupWindow
1422 public void update(int width, int height) { method in class:PopupWindow
1439 public void update(int x, int y, int width, int height) { method in class:PopupWindow
1456 public void update(int x, int y, int width, int height, boolean force) { method in class:PopupWindow
1524 public void update(View anchor, int width, int height) { method in class:PopupWindow
1543 public void update(View anchor, int xoff, int yoff, int width, int height) { method in class:PopupWindow
1547 private void update(View anchor, boolean updateLocation, int xoff, int yoff, method in class:PopupWindow
[all...]
/frameworks/base/core/tests/coretests/EnabledTestApp/src/com/android/frameworks/coretests/enabled_app/
H A DDisabledProvider.java51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DisabledProvider
H A DEnabledProvider.java51 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:EnabledProvider
/frameworks/base/core/tests/coretests/apks/install_complete_package_info/src/com/android/frameworks/coretests/
H A DTestProvider.java54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:TestProvider
H A DTestReceiver.java54 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:TestReceiver
/frameworks/base/core/tests/coretests/apks/version/src/com/android/frameworks/coretests/version_test/
H A DNullProvider.java31 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:NullProvider
/frameworks/base/core/tests/coretests/apks/version_nosys/src/com/android/frameworks/coretests/version_test/
H A DNullProvider.java31 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:NullProvider

Completed in 618 milliseconds

123456789