Searched refs:updateType (Results 1 – 8 of 8) sorted by relevance
70 public void updateFab(@UpdateFabFlag int updateType) { in updateFab() argument71 if ((updateType & FabContainer.FAB_ANIMATION_MASK) != 0) { in updateFab()74 if ((updateType & FabContainer.FAB_REQUEST_FOCUS_MASK) != 0) { in updateFab()77 if ((updateType & FabContainer.BUTTONS_ANIMATION_MASK) != 0) { in updateFab()80 if ((updateType & FabContainer.BUTTONS_DISABLE_MASK) != 0) { in updateFab()
370 override fun updateFab(@UpdateFabFlag updateType: Int) { in updateFab()373 when (updateType and FabContainer.FAB_ANIMATION_MASK) { in updateFab()378 when (updateType and FabContainer.FAB_REQUEST_FOCUS_MASK) { in updateFab()381 when (updateType and FabContainer.BUTTONS_ANIMATION_MASK) { in updateFab()385 when (updateType and FabContainer.BUTTONS_DISABLE_MASK) { in updateFab()391 when (updateType and FabContainer.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
149 int updateType, in updateNotifications() argument152 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_REMOVED) { in updateNotifications()159 if (updateType == CarNotificationListener.NOTIFY_NOTIFICATION_POSTED) { in updateNotifications()
234 public void onModelUpdate(SortModel newModel, @UpdateType int updateType) { in onModelUpdate() argument236 mLastUpdateType = updateType; in onModelUpdate()
561 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()
212 private SortModel.UpdateListener mSortListener = (model, updateType) -> {214 if ((updateType & SortModel.UPDATE_TYPE_SORTING) != 0) {