Searched refs:topOffset (Results 1 – 6 of 6) sorted by relevance
260 int topOffset = mHeaderMessage.shouldShow() ? 1 : 0;261 return (mBreakPosition != -1 && p > mBreakPosition) ? p - 1 - topOffset : p - topOffset;272 int topOffset = mHeaderMessage.shouldShow() ? 1 : 0;274 p += topOffset;
154 val topOffset = scaledBackgroundHeight - bounds.height().toFloat() in draw() constant164 addArrowPathIfNeeded(backgroundPath, topOffset) in draw()172 private fun addArrowPathIfNeeded(sourcePath: Path, topOffset: Float) { in addArrowPathIfNeeded()188 val arrowTop = (1 - arrowHeightFraction) * getScaledArrowVisibleHeight() - topOffset in addArrowPathIfNeeded()
176 private fun animateMovement(leftOffset: Float, topOffset: Float, scaleMovement: Boolean) { in <lambda>()177 if (leftOffset == sensorLeftOffset && topOffset == sensorTopOffset) { in <lambda>()189 val yAnimator = ValueAnimator.ofFloat(currLocation.top - sensorRectBounds.top, topOffset) in <lambda>()
33 val top = maxOf(paddingTop, topOffset + margin) in getVisibleDrawerRect()
282 private TopAndBottomOffsetDecoration(int topOffset) { in TopAndBottomOffsetDecoration() argument283 mTopAndBottomOffset = topOffset; in TopAndBottomOffsetDecoration()
593 int topOffset = mWidgetViewNewRect.top - mWidgetViewOldRect.top;596 mWidgetViewWindowPos[1] - y + topOffset};