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

1234567

/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.java480 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.java1312 update();
1352 if (update()) {
1372 update();
1520 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/support/v7/appcompat/src/android/support/v7/widget/
H A DScrollingTabContainerView.java336 ((TabView) mTabLayout.getChildAt(position)).update();
401 update();
406 update();
446 public void update() { method in class:ScrollingTabContainerView.TabView
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java272 * will listen to changes on this session and update the UI automatically in
300 update(false);
456 update(false);
496 private void update(boolean animate) { method in class:MediaRouteControllerDialog
556 // We need to defer the update until the first layout has occurred, as we don't yet know the
1047 update(false);
1052 update(true);
1080 update(false);
1086 update(false);
1149 // volume update
[all...]
H A DOverlayListView.java90 if (!object.update(getDrawingTime())) {
227 public boolean update(long currentTime) { method in class:OverlayListView.OverlayObject
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DAdapterHelperTest.java137 assertFalse("update op should not match any existing view holders",
1038 mTestAdapter.update(start, count);
1045 mTestAdapter.update(start, count, payload);
1092 public void update(int index, int count) { method in class:AdapterHelperTest.TestAdapter
1093 update(index, count, null);
1096 public void update(int index, int count, Object payload) { method in class:AdapterHelperTest.TestAdapter
1098 mItems.get(index + i).update(payload);
1162 public void update(Object payload) { method in class:AdapterHelperTest.TestAdapter.Item
/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
202 list.set(update, moveOp);
H A DRecyclerView.java212 * update themselves directly. This will cause a full re-layout but when it happens via the
2919 * attempt to update adapter contents will result in an exception because adapter contents
3387 + " ID. This might happen due to inconsistent Adapter update events or"
4829 * @param view The view to update.
4965 // update position
5028 // do not update unless we absolutely have to.
5240 * The caller must call {@link #clearScrap()} when it's done to update the recycler's
5425 // >> remove removed and invalid flags, add update flag to rebind
5718 * update the contents of the {@link ViewHolder#itemView} to reflect the item at the given
5740 * should update th
10345 public void update(int dx, int dy, int duration, Interpolator interpolator) { method in class:RecyclerView.SmoothScroller.Action
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java99 // If you change these relative direction values, update Callback#convertToAbsoluteDirection,
1352 * {@link #onSwiped(ViewHolder, int)}. At this point, you should update your
1948 anim.update();
2372 public void update() { method in class:ItemTouchHelper.RecoverAnimation
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java169 // can cause extra work for drivers. Before running a test update
304 // If animations are enabled update the test state.
472 boolean update = false;
478 update = true;
483 if (update) {
512 public void update() { method in class:ImageProcessingActivity2.Processor
513 // Something UI related has changed, enqueue an update if one is not
528 //update();
609 mProcessor.update();
752 mProcessor.update();
[all...]
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java165 // can cause extra work for drivers. Before running a test update
270 // If animations are enabled update the test state.
286 // queue the update of the TextureView with the allocation contents
298 // Wait for any stray operations to complete and update the final time
401 boolean update = false;
407 update = true;
412 if (update) {
422 // queue the update of the TextureView with the allocation contents
433 public void update() { method in class:ImageProcessingActivityJB.Processor
434 // something UI related has changed, enqueue an update i
[all...]
/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DValueAnimatorCompatImplEclairMr1.java159 private void update() { method in class:ValueAnimatorCompatImplEclairMr1
191 update();
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java112 mAdapter.update();
435 public void update() { method in class:NavigationMenuPresenter.NavigationMenuAdapter
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java392 * Calling this method does not update the selected tab, it is only used for drawing purposes.
396 * @param updateSelectedText Whether to update the text's selected state.
414 // Now update the scroll position, canceling any running animation
818 // Now update the scroll position to match the ViewPager's current item
1479 mView.update();
1575 // larger than the max width, update the width spec using the same mode
1632 update();
1641 final void update() { method in class:TabLayout.TabView
1697 // Else, we'll see if there is a TextView or ImageView present and update them
1924 // If we've been layed out, update th
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCall.java114 /*package*/ boolean update (GsmCdmaConnection conn, DriverCall dc) { method in class:GsmCdmaCall
142 * but no response has yet been received so update() has not yet been called
H A DGsmCdmaConnection.java401 * but no response has yet been received so update() has not yet been called
585 update (DriverCall dc) { method in class:GsmCdmaConnection
597 if (Phone.DEBUG_PHONE) log("update: mOrigConnection is not null");
602 if (Phone.DEBUG_PHONE) log("update: phone # changed!");
632 parentStateChange = mParent.update (this, dc);
639 "update: parent=" + mParent +
H A DIccProvider.java340 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:IccProvider
345 if (DBG) log("update");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java1066 public void update(CommandsInterface ci, method in class:CatService
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java715 // TODO - redundent with update call below?
734 update();
1389 // update APN availability so that APN can be enabled.
4102 public void update() { method in class:DcTracker
4103 log("update sub = " + mPhone.getSubId());
4104 log("update(): Active DDS, register for all events now!");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java302 public boolean update (ImsPhoneConnection conn, ImsCall imsCall, State state) { method in class:ImsPhoneCall
H A DImsPhoneConnection.java640 public boolean update(ImsCall imsCall, ImsPhoneCall.State state) { method in class:ImsPhoneConnection
643 // the call, we will skip this update. This is really a signalling delay or failure
647 Rlog.w(LOG_TAG, "update : state is ACTIVE, but call is pending hold, skipping");
668 boolean updateParent = mParent.update(this, imsCall, state);
723 * update the {@link ImsPhoneConnection} with this information.
773 * update the {@link ImsPhoneConnection} with this information.
800 // Check for a change in the capabilities for the call and update
805 Rlog.v(LOG_TAG, "update localCallProfile=" + localCallProfile);
812 Rlog.v(LOG_TAG, "update remoteCallProfile=" + remoteCallProfile);
835 * Check for a change in the wifi state of the ImsPhoneCallTracker and update th
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java108 update(c, ci, ics);
114 update(c, ci, ics);
135 public void update(Context c, CommandsInterface ci, IccCardStatus ics) { method in class:UiccCard
146 //update applications
161 mUiccApplications[i].update(ics.mApplications[i], mContext, mCi);
179 if (DBG) log("update: radioState=" + radioState + " mLastRadioState="
185 if (DBG) log("update: notify card removed");
190 if (DBG) log("update: notify card added");
204 ((CatService)mCatService).update(mCi, mContext, this);

Completed in 2268 milliseconds

1234567