Searched refs:update (Results 126 - 131 of 131) sorted by relevance

123456

/frameworks/base/core/java/android/widget/
H A DTextView.java3567 // We need to update the single line mode if it has changed or we
4061 public void update(int x, int y, int w, int h, boolean force) { method in class:TextView.ErrorPopup
4062 super.update(x, y, w, h, force);
4151 mPopup.update(this, getErrorX(), getErrorY(),
4599 // for each compound drawable in onDraw(). Make sure to update each section
4797 // Make sure to update invalidateDrawable() when changing this code.
4808 // Make sure to update invalidateDrawable() when changing this code.
4818 // Make sure to update invalidateDrawable() when changing this code.
4828 // Make sure to update invalidateDrawable() when changing this code.
5818 // avoid crashes. If this is a partial update, i
[all...]
H A DAbsListView.java5023 mPopup.update(xy[0], bottomGap, -1, -1);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java669 final boolean update = res.removedInfo.removedPackage != null;
670 if (update) {
676 if (update) {
1073 if (DEBUG_UPGRADE) Log.v(TAG, "Running installd update commands");
2874 // First check if this is a system package that may involve an update
3096 Slog.w(TAG, "Unable to update from " + oldPkg.name
3101 Slog.w(TAG, "Unable to update from " + oldPkg.name
3271 // transitioning to the new one. Just update the new
3654 // Take care of first install / last update times.
3667 // to be an update
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebView.java676 // Basically this proxy is used to tell the Video to update layer tree at
1869 // now update the bundle
1920 // Post a runnable on the main thread to update the
2887 // If history Picture is drawn, don't update scroll. They will be
3823 // the chooser should update the meta tag and we check it to declare success
4461 * is, update the the dimensions and location of WebTextView. Otherwise,
4983 Message update = mPrivateHandler.obtainMessage(REQUEST_FORM_DATA);
4984 update.arg1 = nodePointer;
4986 update, autoFillable, autoComplete);
5884 // However, do not update th
[all...]
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java432 public void update(Observable o, Object arg) { method in class:LocationManagerService.SettingsObserver
1251 // Call dispose() on the obsolete update records.
1741 // Always broadcast the first update
1783 // Fetch latest status update time
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1015 Slog.w(TAG, "Failed to update time zone for: " + r.info.processName);
1052 Slog.w(TAG, "Failed to update http proxy for: " +
1578 mProcessStats.update();
1662 // When plugging in, update the CPU stats first before changing
2087 // See if we should be showing the platform update setup UI.
2940 processStats.update();
2947 processStats.update();
5890 // pending on the process even though we managed to update its
6087 //update content provider record entry info
6112 //update conten
[all...]

Completed in 281 milliseconds

123456