Home
last modified time | relevance | path

Searched defs:mStage (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/face/
DFaceEnrollFrame.java32 @FaceEnrollStage private final int mStage; field in FaceEnrollFrame
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpViewBinder.java45 private final RowContentBindStage mStage; field in HeadsUpViewBinder
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DDynamicChildBindController.java47 private final RowContentBindStage mStage; field in DynamicChildBindController
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/
DNotifBindPipelineTest.java56 private final TestBindStage mStage = new TestBindStage(); field in NotifBindPipelineTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotifBindPipeline.java82 private BindStage mStage; field in NotifBindPipeline
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/touch/
DVelocityEasing.java45 private Stage[] mStage = {new Stage(1), new Stage(2), new Stage(3)}; field in VelocityEasing
338 final int mStage; field in VelocityEasing.Stage