Searched refs:mNumCallsPerPixel (Results 1 – 1 of 1) sorted by relevance
438 private int mNumCallsPerPixel = 1; field in DurationMinimap.PositionHelper469 int y = (callIndex/mNumCallsPerPixel) + TOP_MARGIN + mHeaderMargin; in getDurationBounds()485 int y = (startCallIndex/mNumCallsPerPixel) + TOP_MARGIN + mHeaderMargin; in getBoundsFramingCalls()487 int h = (endCallIndex - startCallIndex)/mNumCallsPerPixel; in getBoundsFramingCalls()508 mNumCallsPerPixel = (callCount / displayHeight) + 1; in updateCallDensity()514 return mNumCallsPerPixel; in getCallUnderScanValue()524 return (y - displayBounds.y) * mNumCallsPerPixel; in getCallAt()