/aosp12/packages/apps/DeskClock/tests/src/com/android/deskclock/widget/ |
H A D | MockFabContainer.java | 70 public void updateFab(@UpdateFabFlag int updateType) { in updateFab() argument 71 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()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/ |
H A D | InputTransaction.java | 60 public void requireShiftUpdate(final int updateType) { in requireShiftUpdate() argument 61 mRequiredShiftUpdate = Math.max(mRequiredShiftUpdate, updateType); in requireShiftUpdate()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ |
H A D | DeskClock.kt | 370 override fun updateFab(@UpdateFabFlag updateType: Int) { 373 when (updateType and FabContainer.FAB_ANIMATION_MASK) { 378 when (updateType and FabContainer.FAB_REQUEST_FOCUS_MASK) { 381 when (updateType and FabContainer.BUTTONS_ANIMATION_MASK) { 385 when (updateType and FabContainer.BUTTONS_DISABLE_MASK) { 391 when (updateType and FabContainer.FAB_AND_BUTTONS_SHRINK_EXPAND_MASK) {
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/ |
H A D | SortModel.java | 338 private void notifyListeners(@UpdateType int updateType) { in notifyListeners() argument 340 mListeners.get(i).onModelUpdate(this, updateType); in notifyListeners() 515 void onModelUpdate(SortModel newModel, @UpdateType int updateType); in onModelUpdate() argument
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | LayerHistory.cpp | 111 LayerUpdateType updateType) { in record() argument 131 info->setLastPresentTime(presentTime, now, updateType, mModeChangePending, layerProps); in record()
|
H A D | LayerHistory.h | 65 void record(Layer*, nsecs_t presentTime, nsecs_t now, LayerUpdateType updateType);
|
H A D | LayerInfo.cpp | 47 void LayerInfo::setLastPresentTime(nsecs_t lastPresentTime, nsecs_t now, LayerUpdateType updateType, in setLastPresentTime() argument 53 switch (updateType) { in setLastPresentTime()
|
H A D | LayerInfo.h | 141 void setLastPresentTime(nsecs_t lastPresentTime, nsecs_t now, LayerUpdateType updateType,
|
H A D | Scheduler.h | 128 void recordLayerHistory(Layer*, nsecs_t presentTime, LayerHistory::LayerUpdateType updateType)
|
H A D | Scheduler.cpp | 605 LayerHistory::LayerUpdateType updateType) { in recordLayerHistory() argument 611 mLayerHistory->record(layer, presentTime, systemTime(), updateType); in recordLayerHistory()
|
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
H A D | SortModelTest.java | 234 public void onModelUpdate(SortModel newModel, @UpdateType int updateType) { in onModelUpdate() argument 236 mLastUpdateType = updateType; in onModelUpdate()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | CallNotifier.java | 561 public void updatePhoneStateListeners(boolean isRefresh, int updateType, int subIdToUpdate) { in updatePhoneStateListeners() argument 594 if ((updateType == UPDATE_TYPE_CFI) && (subId == subIdToUpdate)) { in updatePhoneStateListeners() 602 if ((updateType == UPDATE_TYPE_MWI) && (subId == subIdToUpdate)) { in updatePhoneStateListeners()
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | PreprocessingManager.java | 170 int updateType, in updateNotifications() argument 173 switch (updateType) { in updateNotifications()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
H A D | DirectoryFragment.java | 212 private SortModel.UpdateListener mSortListener = (model, updateType) -> { 214 if ((updateType & SortModel.UPDATE_TYPE_SORTING) != 0) {
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothAdapter.java | 2391 public BluetoothActivityEnergyInfo getControllerActivityEnergyInfo(int updateType) { in getControllerActivityEnergyInfo() argument
|