Searched defs:update (Results 1 - 25 of 124) sorted by last modified time

12345

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAppCompatPopupWindow.java67 public void update(View anchor, int xoff, int yoff, int width, int height) { method in class:AppCompatPopupWindow
72 super.update(anchor, xoff, yoff, width, height);
H A DScrollingTabContainerView.java336 ((TabView) mTabLayout.getChildAt(position)).update();
396 update();
401 update();
441 public void update() { method in class:ScrollingTabContainerView.TabView
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java132 * will listen to changes on this session and update the UI automatically in
160 update();
200 if (update()) {
248 private boolean update() { method in class:MediaRouteControllerDialog
359 update();
364 update();
386 update();
392 update();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DOpReorderer.java180 void swapMoveUpdate(List<UpdateOp> list, int move, UpdateOp moveOp, int update, argument
188 // moved item is updated. add an update for it
201 list.set(update, moveOp);
H A DRecyclerView.java3526 * @param view The view to update.
3661 // update position
3709 // do not update unless we absolutely have to.
3907 * The caller must call {@link #clearScrap()} when it's done to update the recycler's
4073 // >> remove removed and invalid flags, add update flag to rebind
4361 * should update the contents of the {@link ViewHolder#itemView} to reflect the item at
4391 * This method internally calls {@link #onBindViewHolder(ViewHolder, int)} to update the
5779 * call remove and invalidate RecyclerView to ensure UI update.
7313 if (needsUpdate()) sb.append(" update");
7724 * <p>SmoothScroller should check dx, dy and if scroll should be changed, update th
7881 public void update(int dx, int dy, int duration, Interpolator interpolator) { method in class:RecyclerView.SmoothScroller.Action
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java132 assertFalse("update op should not match any existing view holders",
943 mTestAdapter.update(start, count);
989 public void update(int index, int count) { method in class:AdapterHelperTest.TestAdapter
991 mItems.get(index + i).update();
1055 public void update() { method in class:AdapterHelperTest.TestAdapter.Item
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java164 // can cause extra work for drivers. Before running a test update
269 // If animations are enabled update the test state.
285 // queue the update of the TextureView with the allocation contents
297 // Wait for any stray operations to complete and update the final time
400 boolean update = false;
406 update = true;
411 if (update) {
421 // queue the update of the TextureView with the allocation contents
432 public void update() { method in class:ImageProcessingActivityJB.Processor
433 // something UI related has changed, enqueue an update i
[all...]
/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/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/support/v4/java/android/support/v4/content/
H A DFileProvider.java479 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:FileProvider
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java1109 update();
1149 if (update()) {
1169 update();
1268 private boolean update() { method in class:MediaSessionCompat.MediaSessionImplBase
/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/opt/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java145 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SampleProvider
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java337 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:IccProvider
342 if (DBG) log("update");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java1052 public void update(CommandsInterface ci, method in class:CatService
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCall.java134 update (CdmaConnection conn, DriverCall dc) { method in class:CdmaCall
163 * but no response has yet been received so update() has not yet been called
H A DCdmaConnection.java319 * but no response has yet been received so update() has not yet been called
447 update (DriverCall dc) { method in class:CdmaConnection
460 if (Phone.DEBUG_PHONE) log("update: phone # changed!");
489 parentStateChange = mParent.update (this, dc);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java161 update();
692 // update APN availability so that APN can be enabled.
2778 public void update() { method in class:DcTracker
2779 log("update sub = " + mPhone.getSubId());
2780 log("update(): Active DDS, register for all events now!");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCall.java135 update (GsmConnection conn, DriverCall dc) { method in class:GsmCall
164 * but no response has yet been received so update() has not yet been called
H A DGsmConnection.java290 * but no response has yet been received so update() has not yet been called
416 update (DriverCall dc) { method in class:GsmConnection
426 if (Phone.DEBUG_PHONE) log("update: mOrigConnection is not null");
431 if (Phone.DEBUG_PHONE) log("update: phone # changed!");
461 parentStateChange = mParent.update (this, dc);
468 "update: parent=" + mParent +
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java236 c.update(null, state);
268 update (ImsPhoneConnection conn, ImsCall imsCall, State state) { method in class:ImsPhoneCall
H A DImsPhoneConnection.java554 /*package*/ boolean update(ImsCall imsCall, ImsPhoneCall.State state) { method in class:ImsPhoneConnection
573 boolean updateParent = mParent.update(this, imsCall, state);
623 * update the {@link ImsPhoneConnection} with this information.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java102 update(c, ci, ics);
108 update(c, ci, ics);
129 public void update(Context c, CommandsInterface ci, IccCardStatus ics) { method in class:UiccCard
140 //update applications
155 mUiccApplications[i].update(ics.mApplications[i], mContext, mCi);
173 if (DBG) log("update: radioState=" + radioState + " mLastRadioState="
179 if (DBG) log("update: notify card removed");
184 if (DBG) log("update: notify card added");
198 ((CatService)mCatService).update(mCi, mContext, this);
H A DUiccCardApplication.java118 void update (IccCardApplicationStatus as, Context c, CommandsInterface ci) { method in class:UiccCardApplication
125 if (DBG) log(mAppType + " update. New " + as);
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DSqliteWrapper.java88 public static int update(Context context, ContentResolver resolver, Uri uri, method in class:SqliteWrapper
91 return resolver.update(uri, values, where, selectionArgs);
93 Log.e(TAG, "Catch a SQLiteException when update: ", e);

Completed in 4496 milliseconds

12345