Searched refs:update (Results 51 - 75 of 159) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java90 private void update() { method in class:RecentsHorizontalScrollView
343 update();
347 update();
H A DRecentsVerticalScrollView.java91 private void update() { method in class:RecentsVerticalScrollView
352 update();
356 update();
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py118 self.timer.add_callback(lambda: self.update())
177 def update(self): member in class:Plotter
286 plotter.update()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUiccCard.java86 update(c, ci, ics);
103 public void update(Context c, CommandsInterface ci, IccCardStatus ics) { method in class:UiccCard
117 //update applications
132 mUiccApplications[i].update(ics.mApplications[i], mContext, mCi);
151 if (DBG) log("update: radioState=" + radioState + " mLastRadioState="
157 if (DBG) log("update: notify card removed");
162 if (DBG) log("update: notify card added");
/frameworks/av/services/camera/libcameraservice/camera2/
H A DZslProcessor.cpp289 res = request.update(ANDROID_REQUEST_TYPE,
292 if (res == OK) request.update(ANDROID_REQUEST_INPUT_STREAMS,
295 if (res == OK) request.update(ANDROID_REQUEST_OUTPUT_STREAMS,
297 res = request.update(ANDROID_REQUEST_ID,
301 ALOGE("%s: Unable to update frame to a reprocess request", __FUNCTION__);
326 ALOGE("%s: Camera %d: Unable to update JPEG entries of ZSL "
/frameworks/base/core/java/android/content/
H A DIContentProvider.java46 public int update(Uri url, ContentValues values, String selection, method in interface:IContentProvider
H A DContentProviderClient.java156 /** See {@link ContentProvider#update ContentProvider.update} */
157 public int update(Uri url, ContentValues values, String selection, method in class:ContentProviderClient
160 return mContentProvider.update(url, values, selection, selectionArgs);
H A DContentProvider.java68 * <li>{@link #update} which updates existing data in the content provider</li>
74 * {@link #update}) may be called from many threads at once, and must be thread-safe.
232 public int update(Uri uri, ContentValues values, String selection, method in class:ContentProvider.Transport
235 return ContentProvider.this.update(uri, values, selection, selectionArgs);
733 * Implement this to handle requests to update one or more rows.
734 * The implementation should update all rows matching the selection
743 * is an update request for a specific record.
746 * @param selection An optional filter to match rows to update.
749 public abstract int update(Uri uri, ContentValues values, String selection, method in class:ContentProvider
/frameworks/base/core/java/android/text/
H A DAlteredCharSequence.java50 /* package */ void update(char[] sub, int substart, int subend) { method in class:AlteredCharSequence
/frameworks/base/test-runner/src/android/test/mock/
H A DMockIContentProvider.java85 public int update(Uri url, ContentValues values, String selection, String[] selectionArgs) method in class:MockIContentProvider
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerProvider.java122 public int update(Uri uri, ContentValues values, String selection, method in class:TrackerProvider
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java101 public int update(Uri arg0, ContentValues arg1, String arg2, String[] arg3) method in class:BridgeContentProvider
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxRanker.java81 public boolean update(final HashMap<String, Float> sample1, method in class:BordeauxRanker
/frameworks/native/libs/utils/
H A DCallStack.cpp91 void CallStack::update(int32_t ignoreDepth, int32_t maxDepth) { function in class:android::CallStack
H A DRefBase.cpp134 stack.update();
231 // update. Positive value means we increment, negative--we
236 ref->stack.update(2);
278 stack.update();
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp82 stack.update();
/frameworks/native/services/sensorservice/
H A DFusion.cpp64 * disturbance which we do not want to update into the fused frame.
137 void update(const vec<TYPE, SIZE>& x) { function in class:android::Covariance
291 update(a*l, Ba, accSTDEV*l);
324 // then pass it in as the update.
330 update(north, Bm, magSTDEV*l);
407 void Fusion::update(const vec3_t& z, const vec3_t& Bi, float sigma) { function in class:android::Fusion
427 // update...
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCall.java147 update (GsmConnection conn, DriverCall dc) { method in class:GsmCall
176 * but no response has yet been received so update() has not yet been called
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dwb_syn_filt.cpp55 int16 update, (i) : 0=no update, 1=update of memory.
132 int16 update, /* (i) : 0=no update, 1=update of memory. */
213 if (update)
125 wb_syn_filt( int16 a[], int16 m, int16 x[], int16 y[], int16 lg, int16 mem[], int16 update, int16 y_buf[] ) argument
H A Dpvamrwbdecoder_acelp.h217 int16 update, /* (i) : 0=no update, 1=update of memory. */
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DDeemph_32_opt.s60 STRH r14, [r2], #2 @update y[0]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DDeemph_32_neon.s60 STRH r14, [r2], #2 @update y[0]
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp143 if (display != NULL && screenshot.update(display) == NO_ERROR) {
/frameworks/base/core/java/android/webkit/
H A DZoomControlExternal.java65 public void update() { } method in class:ZoomControlExternal
/frameworks/base/core/java/android/widget/
H A DOverScroller.java322 if (!mScrollerX.update()) {
330 if (!mScrollerY.update()) {
893 update();
899 * true if update has been done and false if animation duration has been
902 boolean update() { method in class:OverScroller.SplineOverScroller

Completed in 344 milliseconds

1234567