HomeSort by relevance Sort by last modified time
    Searched refs:notifyItemChanged (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
AbstractItem.java 63 public void notifyItemChanged() {
Item.java 66 notifyItemChanged();
81 notifyItemChanged();
90 notifyItemChanged();
100 notifyItemChanged();
109 notifyItemChanged();
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
AlarmItemHolder.java 57 notifyItemChanged();
64 notifyItemChanged();
  /frameworks/opt/setupwizard/library/full-support/test/instrumentation/src/com/android/setupwizardlib/test/
HeaderRecyclerViewTest.java 71 * Test that notifyItemChanged gets propagated by HeaderRecyclerView's adapter.
75 mWrappedAdapter.notifyItemChanged(12);
81 * Test that notifyItemChanged gets propagated by HeaderRecyclerView's adapter and adds 1 to the
87 mWrappedAdapter.notifyItemChanged(12);
  /packages/apps/DeskClock/src/com/android/deskclock/
ItemAdapter.java 39 * Finds the position of the changed item holder and invokes {@link #notifyItemChanged(int)} or
40 * {@link #notifyItemChanged(int, Object)} if payloads are present (in order to do in-place
51 notifyItemChanged(position);
62 notifyItemChanged(position, payload);
312 * Listeners to be invoked by {@link #notifyItemChanged()}.
358 public final void notifyItemChanged() {
368 public final void notifyItemChanged(Object payload) {
516 * Invoked by {@link ItemHolder#notifyItemChanged()}.
524 * Invoked by {@link ItemHolder#notifyItemChanged(Object payload)}.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsOverviewRow.java 134 final void notifyItemChanged() {
196 notifyItemChanged();
  /frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/items/
SwitchItem.java 57 notifyItemChanged();
ExpandableSwitchItem.java 90 notifyItemChanged();
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
SideFragment.java 192 protected void notifyItemChanged(int position) {
193 notifyItemChanged(mAdapter.getItem(position));
196 protected void notifyItemChanged(Item item) {
217 notifyItemChanged(positionStart++);
  /packages/apps/Settings/src/com/android/settings/localepicker/
LocaleDragAndDropAdapter.java 198 notifyItemChanged(fromPosition); // to update the numbers
199 notifyItemChanged(toPosition);
210 notifyItemChanged(i);
  /frameworks/support/wear/src/android/support/wear/widget/drawer/
WearableActionDrawerView.java 239 mActionListAdapter.notifyItemChanged(0);
309 mActionListAdapter.notifyItemChanged(position);
319 mActionListAdapter.notifyItemChanged(position);
331 mActionListAdapter.notifyItemChanged(position);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
HorizontalBreadcrumb.java 99 mAdapter.notifyItemChanged(lastItemCount - 1);
103 mAdapter.notifyItemChanged(currentItemCount - 1);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
PlaybackBannerControlGlue.java 489 notifyItemChanged(primaryActionsAdapter, mPlayPauseAction);
500 notifyItemChanged(primaryActionsAdapter, mFastForwardAction);
510 notifyItemChanged(primaryActionsAdapter, mRewindAction);
PlaybackControlGlue.java 683 notifyItemChanged(primaryActionsAdapter, mFastForwardAction);
693 notifyItemChanged(primaryActionsAdapter, mRewindAction);
714 notifyItemChanged(primaryActionsAdapter, mPlayPauseAction);
725 private static void notifyItemChanged(SparseArrayObjectAdapter adapter, Object object) {
PlaybackBaseControlGlue.java 344 protected static void notifyItemChanged(ArrayObjectAdapter adapter, Object object) {
PlaybackTransportControlGlue.java 327 notifyItemChanged((ArrayObjectAdapter) getControlsRow().getPrimaryActionsAdapter(),
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
AsyncListUtilActivity.java 153 mRecyclerView.getAdapter().notifyItemChanged(position);
  /packages/apps/DeskClock/src/com/android/deskclock/ringtone/
RingtonePickerActivity.java 312 toSelect.notifyItemChanged();
397 ringtone.notifyItemChanged();
419 ringtone.notifyItemChanged();
666 defaultRingtone.notifyItemChanged();
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
ModelBackedDocumentsAdapter.java 188 notifyItemChanged(position, SELECTION_CHANGED_MARKER);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
TileAdapter.java 328 notifyItemChanged(mTileDividerIndex);
402 notifyItemChanged(mTileDividerIndex);
546 notifyItemChanged(mEditIndex);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
WrapContentBasicTest.java 74 mAdapter.notifyItemChanged(1);
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
ChannelsBlockedFragment.java 219 notifyItemChanged(mLockAllItem);
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogAdapter.java 422 notifyItemChanged(lastExpandedPosition);
    [all...]
  /packages/services/Car/car-ui-provider/src/android/car/ui/provider/
DrawerApiAdapter.java 270 notifyItemChanged(position);
285 notifyItemChanged(position);
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceGroupAdapter.java 265 notifyItemChanged(index, preference);

Completed in 539 milliseconds

1 2