Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/frameworks/base/core/tests/coretests/src/android/text/
DDynamicLayoutBlocksTest.java63 private void update(int startLine, int endLine, int newLineCount) { in update() method in DynamicLayoutBlocksTest
97 update(0, 0, 0); in testFrom0()
100 update(0, 0, 1); in testFrom0()
103 update(0, 0, 10); in testFrom0()
110 update(0, 0, 0); in testFrom1ReplaceByEmpty()
113 update(0, 10, 0); in testFrom1ReplaceByEmpty()
116 update(0, 100, 0); in testFrom1ReplaceByEmpty()
119 update(20, 30, 0); in testFrom1ReplaceByEmpty()
122 update(20, 20, 0); in testFrom1ReplaceByEmpty()
125 update(40, 100, 0); in testFrom1ReplaceByEmpty()
[all …]
/frameworks/base/libs/input/
DSpriteController.cpp133 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
135 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) { in doUpdateSprites()
136 update.state.surfaceWidth = update.state.icon.bitmap.width(); in doUpdateSprites()
137 update.state.surfaceHeight = update.state.icon.bitmap.height(); in doUpdateSprites()
138 update.state.surfaceDrawn = false; in doUpdateSprites()
139 update.state.surfaceVisible = false; in doUpdateSprites()
140 update.state.surfaceControl = obtainSurface( in doUpdateSprites()
141 update.state.surfaceWidth, update.state.surfaceHeight); in doUpdateSprites()
142 if (update.state.surfaceControl != NULL) { in doUpdateSprites()
143 update.surfaceChanged = surfaceChanged = true; in doUpdateSprites()
[all …]
/frameworks/av/include/camera/
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) { in update() function
143 return update(tag, data.array(), data.size()); in update()
/frameworks/base/graphics/java/android/graphics/
DColorMatrixColorFilter.java37 update(); in ColorMatrixColorFilter()
52 update(); in ColorMatrixColorFilter()
87 update(); in setColorMatrix()
118 update(); in setColorMatrix()
121 private void update() { in update() method in ColorMatrixColorFilter
DLightingColorFilter.java51 update(); in LightingColorFilter()
77 update(); in setColorMultiply()
103 update(); in setColorAdd()
106 private void update() { in update() method in LightingColorFilter
DPorterDuffColorFilter.java40 update(); in PorterDuffColorFilter()
70 update(); in setColor()
98 update(); in setMode()
101 private void update() { in update() method in PorterDuffColorFilter
/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl26 void onListenerConnected(in NotificationRankingUpdate update); in onListenerConnected() argument
28 in NotificationRankingUpdate update); in onNotificationPosted() argument
30 in NotificationRankingUpdate update); in onNotificationRemoved() argument
31 void onNotificationRankingUpdate(in NotificationRankingUpdate update); in onNotificationRankingUpdate() argument
DNotificationListenerService.java607 NotificationRankingUpdate update) { in onNotificationPosted() argument
619 applyUpdate(update); in onNotificationPosted()
629 NotificationRankingUpdate update) { in onNotificationRemoved() argument
639 applyUpdate(update); in onNotificationRemoved()
648 public void onListenerConnected(NotificationRankingUpdate update) { in onListenerConnected() argument
651 applyUpdate(update); in onListenerConnected()
660 public void onNotificationRankingUpdate(NotificationRankingUpdate update) in onNotificationRankingUpdate() argument
664 applyUpdate(update); in onNotificationRankingUpdate()
691 private void applyUpdate(NotificationRankingUpdate update) { in applyUpdate() argument
692 mRankingMap = new RankingMap(update); in applyUpdate()
/frameworks/base/core/java/android/widget/
DPopupWindow.java152 update(p.x, p.y, -1, -1, true);
1386 public void update() { in update() method
1394 boolean update = false; in update()
1399 update = true; in update()
1405 update = true; in update()
1408 if (update) { in update()
1422 public void update(int width, int height) { in update() method
1425 update(p.x, p.y, width, height, false); in update()
1439 public void update(int x, int y, int width, int height) { in update() method
1440 update(x, y, width, height, false); in update()
[all …]
DDateTimeView.java97 update(); in setTime()
100 void update() { in update() method in DateTimeView
241 update();
249 update();
/frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
DFixVibrateSetting.java64 update(); in onResume()
84 update(); in onClick()
87 update(); in onClick()
90 update(); in onClick()
94 private void update() { in update() method in FixVibrateSetting
/frameworks/support/v4/java/android/support/v4/app/
DActivityOptionsCompat.java190 public void update(ActivityOptionsCompat otherOptions) { in update() method in ActivityOptionsCompat.ActivityOptionsImplJB
193 mImpl.update(otherImpl.mImpl); in update()
211 public void update(ActivityOptionsCompat otherOptions) { in update() method in ActivityOptionsCompat.ActivityOptionsImpl21
215 mImpl.update(otherImpl.mImpl); in update()
239 public void update(ActivityOptionsCompat otherOptions) { in update() method in ActivityOptionsCompat
/frameworks/base/core/java/com/android/internal/app/
DMediaRouteControllerDialog.java191 if (update()) { in onCreate()
210 update(); in onAttachedToWindow()
239 private boolean update() { in update() method in MediaRouteControllerDialog
292 update(); in onRouteUnselected()
297 update(); in onRouteChanged()
310 update(); in onRouteGrouped()
315 update(); in onRouteUngrouped()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardMessageArea.java79 update();
158 update(); in KeyguardMessageArea()
170 update(); in securityMessageChanged()
187 void update() { in update() method in KeyguardMessageArea
207 update(); in hideMessage()
215 update(); in hideMessage()
/frameworks/base/core/java/com/android/server/net/
DNetlinkTracker.java74 public void update(); in update() method
115 mCallback.update(); in addressUpdated()
129 mCallback.update(); in addressRemoved()
143 mCallback.update(); in routeUpdated()
157 mCallback.update(); in routeRemoved()
171 mCallback.update(); in interfaceDnsServerInfo()
/frameworks/testing/uiautomator/library/
DAndroid.mk115 .PHONY: update-uiautomator-api
116 update-uiautomator-api: PRIVATE_API_DIR := $(uiautomator_api_dir)
117 update-uiautomator-api: PRIVATE_REMOVED_API_FILE := $(uiautomator_internal_removed_api_file)
118 update-uiautomator-api: $(uiautomator_internal_api_file) | $(ACP)
Dapicheck_msg_current.txt9 2) You can update current.txt by executing the following command:
10 make update-uiautomator-api
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DCompoundTransform.java63 protected void update() { in update() method in CompoundTransform.Component
86 update(); in setValue()
106 update(); in setAxis()
110 update(); in setAngle()
126 update(); in setValue()
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
DMediaRouteControllerDialog.java192 if (update()) { in onCreate()
212 update(); in onAttachedToWindow()
241 private boolean update() { in update() method in MediaRouteControllerDialog
300 update(); in onRouteUnselected()
305 update(); in onRouteChanged()
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
DCertPinInstallReceiverTest.java164 signer.update(content.trim().getBytes()); in createSignature()
165 signer.update(version.trim().getBytes()); in createSignature()
166 signer.update(requiredHash.getBytes()); in createSignature()
177 signer.update(content.trim().getBytes()); in verifySignature()
178 signer.update(version.trim().getBytes()); in verifySignature()
179 signer.update(requiredPrevious.trim().getBytes()); in verifySignature()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DObjectAdapter.java131 final boolean update = (mPresenterSelector != null); in setPresenterSelector()
132 final boolean selectorChanged = update && mPresenterSelector != presenterSelector; in setPresenterSelector()
139 if (update) { in setPresenterSelector()
/frameworks/base/services/core/java/com/android/server/connectivity/
DPermissionMonitor.java149 update(mUsers, mApps, true); in startMonitoring()
183 private void update(Set<Integer> users, Map<Integer, Boolean> apps, boolean add) { in update() method in PermissionMonitor
214 update(users, mApps, true); in onUserAdded()
226 update(users, mApps, false); in onUserRemoved()
248 update(mUsers, apps, true); in onAppAdded()
265 update(mUsers, apps, false); in onAppRemoved()
/frameworks/support/v4/jellybean/android/support/v4/app/
DActivityOptionsCompatJB.java55 public void update(ActivityOptionsCompatJB otherOptions) { in update() method in ActivityOptionsCompatJB
56 mActivityOptions.update(otherOptions.mActivityOptions); in update()
/frameworks/base/core/java/android/content/pm/
DMacAuthenticatedInputStream.java65 mMac.update((byte) b); in read()
74 mMac.update(buffer, offset, numRead); in read()
/frameworks/support/v4/api21/android/support/v4/app/
DActivityOptionsCompat21.java57 public void update(ActivityOptionsCompat21 otherOptions) { in update() method in ActivityOptionsCompat21
58 mActivityOptions.update(otherOptions.mActivityOptions); in update()

12345678910>>...17