/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/television/ |
D | ManagePermissionsViewModel.kt | 103 val updateValue: (Any?) -> Unit = { in <lambda>() constant 107 addSource(unusedPermissionGroups, updateValue) in <lambda>() 108 addSource(additionalPermissionGroups, updateValue) in <lambda>()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarAnimationController.java | 65 mTaskbarBackgroundAlpha.updateValue(mLauncher.hasBeenResumed() ? 0f : 1f); in init() 68 mTaskbarVisibilityAlphaForLauncherState.updateValue(isVisibleForLauncherState ? 1f : 0f); in init() 71 mTaskbarVisibilityAlphaForIme.updateValue(isImeVisible ? 0f : 1f); in init()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | SettingsCache.java | 88 boolean newVal = updateValue(uri, 1 /* Effectively Unused */); in onChange() 114 return updateValue(keySetting, defaultValue); in getValue() 133 private boolean updateValue(Uri keyUri, int defaultValue) { in updateValue() method in SettingsCache
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | AnimatedFloat.java | 32 obj.updateValue(v); 74 public void updateValue(float v) { in updateValue() method in AnimatedFloat
|
D | SwipeUpAnimationLogic.java | 118 mCurrentShift.updateValue(shift); in updateDisplacement() 211 mCurrentShift.updateValue(startProgress); in updateProgressForStartRect()
|
/packages/modules/StatsD/statsd/src/ |
D | StatsLogProcessor.cpp | 220 event->updateValue(2 /*train version field id*/, trainInfo.trainVersionCode, LONG); in onBinaryPushStateChangedEventLocked() 221 event->updateValue(7 /*experiment ids field id*/, trainExperimentIdProto, STORAGE); in onBinaryPushStateChangedEventLocked() 222 event->updateValue(8 /*user id field id*/, userId, INT); in onBinaryPushStateChangedEventLocked() 229 event->updateValue(3 /*requires staging field id*/, bit, INT); in onBinaryPushStateChangedEventLocked() 231 event->updateValue(4 /*rollback enabled field id*/, bit, INT); in onBinaryPushStateChangedEventLocked() 233 event->updateValue(5 /*requires low latency monitor field id*/, bit, INT); in onBinaryPushStateChangedEventLocked() 328 event->updateValue(6 /*experiment ids field id*/, experimentIdProto, STORAGE); in onWatchdogRollbackOccurredLocked()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | trie_map.cpp | 213 bool TrieMap::updateValue(const Entry &terminalEntry, const uint64_t value, in updateValue() function in latinime::TrieMap 332 return updateValue(entry, value, entryIndex); in putInternal()
|
D | trie_map.h | 300 bool updateValue(const Entry &terminalEntry, const uint64_t value,
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | NoButtonQuickSwitchTouchController.java | 288 mYOverviewAnim.updateValue(yProgress); in onDrag() 375 mYOverviewAnim.updateValue(startYProgress); in onDragEnd()
|
/packages/modules/StatsD/statsd/src/logd/ |
D | LogEvent.h | 196 status_t updateValue(size_t key, T& value, Type type) { in updateValue() function
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | DeviceLockedInputConsumer.java | 167 mProgress.updateValue(dy / mDisplaySize.y); in onMotionEvent()
|