Searched refs:mPrevious (Results 1 – 7 of 7) sorted by relevance
65 private final GcSnapshot mPrevious; field in GcSnapshot258 mPrevious = null; in GcSnapshot()277 mPrevious = previous; in GcSnapshot()285 for (Layer layer : mPrevious.mLayers) { in GcSnapshot()359 if (mPrevious != null) { in dispose()360 mPrevious.dispose(); in dispose()382 if (mPrevious != null) { in size()383 return mPrevious.size() + 1; in size()691 if (mPrevious != null) { in doRestore()713 for (Layer layer : mPrevious.mLayers) { in doRestore()[all …]
55 mPrevious = cos(wstart - wstep);58 mPrevious = sin(wstart - wstep);64 mPrevious = expPrev; in SineGen()72 mCurrent = mCurrent*mTwoCos - mPrevious; in advance()73 mPrevious = tmp; in advance()77 mCurrent = mCurrent*mTwoCos - mPrevious; in valueAdvance()78 mPrevious = tmp; in valueAdvance()84 double mPrevious; // previous value of sine/cosine variable
41 mPrevious(NULL), mCurrent(NULL), in FastThread()143 mPrevious = mCurrent; in threadLoop()203 if (mCurrent != mPrevious) { in threadLoop()207 mPrevious = mCurrent; in threadLoop()
40 mPrevious = &sInitial; in FastCapture()90 const FastCaptureState * const previous = (const FastCaptureState *) mPrevious; in onStateChange()
52 const FastThreadState* mPrevious; variable
71 mPrevious = &sInitial; in FastMixer()139 const FastMixerState * const previous = (const FastMixerState *) mPrevious; in onStateChange()
356 private AggregatedStats mPrevious; field in NotificationUsageStats.AggregatedStats404 if (mPrevious == null) { in getPrevious()405 mPrevious = new AggregatedStats(mContext, key); in getPrevious()407 return mPrevious; in getPrevious()