Home
last modified time | relevance | path

Searched refs:mCurrentType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeVisualIndicator.java83 private IndicatorType mCurrentType; field in DesktopModeVisualIndicator
95 mCurrentType = IndicatorType.NO_INDICATOR; in DesktopModeVisualIndicator()
259 mCurrentType = type; in fadeInIndicator()
267 .fadeBoundsOut(mView, mCurrentType, in fadeOutIndicator()
270 mCurrentType = IndicatorType.NO_INDICATOR; in fadeOutIndicator()
277 if (mCurrentType == newType) return; in transitionIndicator()
281 if (mCurrentType == IndicatorType.NO_INDICATOR) { in transitionIndicator()
287 mView, mDisplayController.getDisplayLayout(mTaskInfo.displayId), mCurrentType, in transitionIndicator()
289 mCurrentType = newType; in transitionIndicator()
/frameworks/av/media/libheadtracking/
DPosePredictor.cpp175 if (type != mCurrentType) { in setPosePredictorType()
176 mCurrentType = type; in setPosePredictorType()
191 .append(android::media::toString(mCurrentType)) in toString()
234 switch (mCurrentType) { in getCurrentPredictor()
DPosePredictor.h206 PosePredictorType mCurrentType = PosePredictorType::LEAST_SQUARES; variable