Searched refs:updateType (Results 1 – 9 of 9) 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()
60 public void requireShiftUpdate(final int updateType) { in requireShiftUpdate() argument61 mRequiredShiftUpdate = Math.max(mRequiredShiftUpdate, updateType); in requireShiftUpdate()
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()
130 byte updateType = (Byte) payload; in onBindViewHolder()131 if ((updateType & THUMBNAIL_UPDATED) > 0) { in onBindViewHolder()135 if ((updateType & ICON_UPDATED) > 0) { in onBindViewHolder()
320 private void notifyListeners(@UpdateType int updateType) { in notifyListeners() argument322 mListeners.get(i).onModelUpdate(this, updateType); in notifyListeners()497 void onModelUpdate(SortModel newModel, @UpdateType int updateType); in onModelUpdate() argument
234 public void onModelUpdate(SortModel newModel, @UpdateType int updateType) { in onModelUpdate() argument236 mLastUpdateType = updateType; in onModelUpdate()
489 public void updatePhoneStateListeners(boolean isRefresh, int updateType, int subIdToUpdate) { in updatePhoneStateListeners() argument522 if ((updateType == UPDATE_TYPE_CFI) && (subId == subIdToUpdate)) { in updatePhoneStateListeners()530 if ((updateType == UPDATE_TYPE_MWI) && (subId == subIdToUpdate)) { in updatePhoneStateListeners()
172 int updateType, in updateNotifications() argument175 switch (updateType) { in updateNotifications()
217 private SortModel.UpdateListener mSortListener = (model, updateType) -> {219 if ((updateType & SortModel.UPDATE_TYPE_SORTING) != 0) {