Searched defs:updateType (Results 1 - 6 of 6) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A DDropdownSortWidgetController.java94 private void onModelUpdate(SortModel model, @UpdateType int updateType) { argument
97 if ((updateType & SortModel.UPDATE_TYPE_VISIBILITY) != 0) {
101 if ((updateType & SortModel.UPDATE_TYPE_SORTING) != 0) {
H A DSortModel.java337 private void notifyListeners(@UpdateType int updateType) { argument
339 mListeners.get(i).onModelUpdate(this, updateType);
511 void onModelUpdate(SortModel newModel, @UpdateType int updateType); argument
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
H A DSortModelTest.java233 public void onModelUpdate(SortModel newModel, @UpdateType int updateType) { argument
235 mLastUpdateType = updateType;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
H A DInputTransaction.java58 * @param updateType What type of shift update this requires.
60 public void requireShiftUpdate(final int updateType) { argument
61 mRequiredShiftUpdate = Math.max(mRequiredShiftUpdate, updateType);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DDeskClock.java412 public void updateFab(@UpdateFabFlag int updateType) { argument
415 switch (updateType & FAB_ANIMATION_MASK) {
426 switch (updateType & FAB_REQUEST_FOCUS_MASK) {
431 switch (updateType & BUTTONS_ANIMATION_MASK) {
439 switch (updateType & BUTTONS_DISABLE_MASK) {
445 switch (updateType & FAB_AND_BUTTONS_SHRINK_EXPAND_MASK) {
/packages/services/Telephony/src/com/android/phone/
H A DCallNotifier.java589 public void updatePhoneStateListeners(boolean isRefresh, int updateType, int subIdToUpdate) { argument
621 if ((updateType == UPDATE_TYPE_CFI) && (subId == subIdToUpdate)) {
629 if ((updateType == UPDATE_TYPE_MWI) && (subId == subIdToUpdate)) {

Completed in 862 milliseconds