Searched refs:mCurrentType (Results 1 – 3 of 3) sorted by relevance
83 private IndicatorType mCurrentType; field in DesktopModeVisualIndicator95 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()
175 if (type != mCurrentType) { in setPosePredictorType()176 mCurrentType = type; in setPosePredictorType()191 .append(android::media::toString(mCurrentType)) in toString()234 switch (mCurrentType) { in getCurrentPredictor()
206 PosePredictorType mCurrentType = PosePredictorType::LEAST_SQUARES; variable