Home
last modified time | relevance | path

Searched refs:inProgress (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/
DUnfoldRemoteFilter.kt36 private var inProgress = false variable in com.android.systemui.unfold.progress.UnfoldRemoteFilter
41 if (inProgress) {
50 inProgress = true in onTransitionStarted()
55 if (inProgress) { in onTransitionProgress()
72 inProgress = false in onTransitionFinished()
/frameworks/base/core/java/android/text/style/
DSpellCheckSpan.java46 public void setSpellCheckInProgress(boolean inProgress) { in setSpellCheckInProgress() argument
47 mSpellCheckInProgress = inProgress; in setSpellCheckInProgress()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceUtils.java118 public void setInvalidationInProgress(Context context, int userId, boolean inProgress) { in setInvalidationInProgress() argument
119 getStateForUser(context, userId).setInvalidationInProgress(inProgress); in setInvalidationInProgress()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DBiometricUtils.java34 void setInvalidationInProgress(Context context, int userId, boolean inProgress); in setInvalidationInProgress() argument
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintUtils.java134 public void setInvalidationInProgress(Context context, int userId, boolean inProgress) { in setInvalidationInProgress() argument
135 getStateForUser(context, userId).setInvalidationInProgress(inProgress); in setInvalidationInProgress()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDragToDesktopTransitionHandlerTest.kt136 assertFalse(handler.inProgress) in startDragToDesktop_aborted_finishDropped()
153 assertFalse(handler.inProgress) in startDragToDesktop_aborted_cancelDropped()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDragToDesktopTransitionHandler.kt83 val inProgress: Boolean in <lambda>() constant in com.android.wm.shell.desktopmode.DragToDesktopTransitionHandler
116 if (inProgress) { in <lambda>()
171 if (!inProgress) { in <lambda>()
194 if (!inProgress) { in <lambda>()
DDesktopTasksController.kt1143 val isDragging = dragToDesktopTransitionHandler.inProgress in <lambda>()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp488 bool inProgress = false; in getRestoreconInProgress() local
489 if (getxattr(path.c_str(), kXattrRestoreconInProgress, &inProgress, sizeof(inProgress)) != in getRestoreconInProgress()
490 sizeof(inProgress)) { in getRestoreconInProgress()
496 return inProgress; in getRestoreconInProgress()
501 bool inProgress = true; in RestoreconInProgress() local
502 if (setxattr(mPath.c_str(), kXattrRestoreconInProgress, &inProgress, sizeof(inProgress), in RestoreconInProgress()
538 bool inProgress = getRestoreconInProgress(path); in restorecon_app_data_lazy() local
540 if (!inProgress) { in restorecon_app_data_lazy()
557 if (inProgress || before != after) { in restorecon_app_data_lazy()
576 if (inProgress) { in restorecon_app_data_lazy()
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...