Searched refs:updateType (Results 1 – 7 of 7) sorted by relevance
412 public void updateFab(@UpdateFabFlag int updateType) { in updateFab() argument415 switch (updateType & FAB_ANIMATION_MASK) { in updateFab()426 switch (updateType & FAB_REQUEST_FOCUS_MASK) { in updateFab()431 switch (updateType & BUTTONS_ANIMATION_MASK) { in updateFab()439 switch (updateType & BUTTONS_DISABLE_MASK) { in updateFab()445 switch (updateType & FAB_AND_BUTTONS_SHRINK_EXPAND_MASK) { in updateFab()
60 public void requireShiftUpdate(final int updateType) { in requireShiftUpdate() argument61 mRequiredShiftUpdate = Math.max(mRequiredShiftUpdate, updateType); in requireShiftUpdate()
338 private void notifyListeners(@UpdateType int updateType) { in notifyListeners() argument340 mListeners.get(i).onModelUpdate(this, updateType); in notifyListeners()515 void onModelUpdate(SortModel newModel, @UpdateType int updateType); in onModelUpdate() argument
151 int updateType, in updateNotifications() argument154 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED) { in updateNotifications()161 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_POSTED) { in updateNotifications()
234 public void onModelUpdate(SortModel newModel, @UpdateType int updateType) { in onModelUpdate() argument236 mLastUpdateType = updateType; in onModelUpdate()
560 public void updatePhoneStateListeners(boolean isRefresh, int updateType, int subIdToUpdate) { in updatePhoneStateListeners() argument594 if ((updateType == UPDATE_TYPE_CFI) && (subId == subIdToUpdate)) { in updatePhoneStateListeners()602 if ((updateType == UPDATE_TYPE_MWI) && (subId == subIdToUpdate)) { in updatePhoneStateListeners()
211 private SortModel.UpdateListener mSortListener = (model, updateType) -> {213 if ((updateType & SortModel.UPDATE_TYPE_SORTING) != 0) {