Home
last modified time | relevance | path

Searched refs:updateType (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/apps/DeskClock/tests/src/com/android/deskclock/widget/
H A DMockFabContainer.java70 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 DInputTransaction.java60 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 DDeskClock.kt370 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 DSortModel.java338 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 DLayerHistory.cpp111 LayerUpdateType updateType) { in record() argument
131 info->setLastPresentTime(presentTime, now, updateType, mModeChangePending, layerProps); in record()
H A DLayerHistory.h65 void record(Layer*, nsecs_t presentTime, nsecs_t now, LayerUpdateType updateType);
H A DLayerInfo.cpp47 void LayerInfo::setLastPresentTime(nsecs_t lastPresentTime, nsecs_t now, LayerUpdateType updateType, in setLastPresentTime() argument
53 switch (updateType) { in setLastPresentTime()
H A DLayerInfo.h141 void setLastPresentTime(nsecs_t lastPresentTime, nsecs_t now, LayerUpdateType updateType,
H A DScheduler.h128 void recordLayerHistory(Layer*, nsecs_t presentTime, LayerHistory::LayerUpdateType updateType)
H A DScheduler.cpp605 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 DSortModelTest.java234 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 DCallNotifier.java561 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 DPreprocessingManager.java170 int updateType, in updateNotifications() argument
173 switch (updateType) { in updateNotifications()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java212 private SortModel.UpdateListener mSortListener = (model, updateType) -> {
214 if ((updateType & SortModel.UPDATE_TYPE_SORTING) != 0) {
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java2391 public BluetoothActivityEnergyInfo getControllerActivityEnergyInfo(int updateType) { in getControllerActivityEnergyInfo() argument