Searched refs:updateViews (Results 1 – 3 of 3) sorted by relevance
175 updateViews()209 private fun updateViews() { in updateViews() method
409 updateViews(); in onEntriesChanged()432 private void updateViews() { in updateViews() method in ComplicationLayoutEngine.PositionGroup452 directionGroup.updateViews(head.getView()); in updateViews()565 public void updateViews(View groupHead) { in updateViews() method in ComplicationLayoutEngine.DirectionGroup
2307 private void scheduleNotifyUpdateAppWidgetLocked(Widget widget, RemoteViews updateViews) { in scheduleNotifyUpdateAppWidgetLocked() argument2324 if (updateViews != null) { in scheduleNotifyUpdateAppWidgetLocked()2325 updateViews = new RemoteViews(updateViews); in scheduleNotifyUpdateAppWidgetLocked()2326 updateViews.setProviderInstanceId(requestId); in scheduleNotifyUpdateAppWidgetLocked()2332 args.arg3 = updateViews; in scheduleNotifyUpdateAppWidgetLocked()2336 if (updateViews != null && updateViews.isLegacyListRemoteViews()) { in scheduleNotifyUpdateAppWidgetLocked()