Searched refs:mMaxBufferPeriod (Results 1 – 2 of 2) sorted by relevance
43 private int mMaxBufferPeriod = 0; field in BufferPeriod83 if (diffInMilli > mMaxBufferPeriod) { in collectBufferPeriod()84 mMaxBufferPeriod = diffInMilli; in collectBufferPeriod()117 mMaxBufferPeriod = 0; in resetRecord()140 return mMaxBufferPeriod; in getMaxBufferPeriod()157 out.putInt("mMaxBufferPeriod", mMaxBufferPeriod); in writeToParcel()166 mMaxBufferPeriod = in.getInt("mMaxBufferPeriod"); in BufferPeriod()
44 private int mMaxBufferPeriod = 0; field in HistogramView100 if (mMaxBufferPeriod != 0) { in fillCanvas()104 if (mMaxBufferPeriod > arrayLength - 1) { in fillCanvas()108 range = mMaxBufferPeriod + 1; in fillCanvas()347 mMaxBufferPeriod = ReadBufferPeriod; in setMaxBufferPeriod()