Searched refs:topOffset (Results 1 – 5 of 5) sorted by relevance
126 val topOffset = backgroundHeight - bounds.height().toFloat() in draw() constant130 val top = bounds.top - topOffset + arrowVisibleHeight in draw()134 addArrowPathIfNeeded(backgroundPath, topOffset) in draw()142 private fun addArrowPathIfNeeded(sourcePath: Path, topOffset: Float) { in addArrowPathIfNeeded()157 val arrowTop = (1 - arrowHeightFraction) * arrowVisibleHeight - topOffset in addArrowPathIfNeeded()
253 int topOffset = mHeaderMessage.shouldShow() ? 1 : 0;254 return (mBreakPosition != -1 && p > mBreakPosition) ? p - 1 - topOffset : p - topOffset;265 int topOffset = mHeaderMessage.shouldShow() ? 1 : 0;267 p += topOffset;
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>()
282 private TopAndBottomOffsetDecoration(int topOffset) { in TopAndBottomOffsetDecoration() argument283 mTopAndBottomOffset = topOffset; in TopAndBottomOffsetDecoration()
579 int topOffset = mWidgetViewNewRect.top - mWidgetViewOldRect.top;582 mWidgetViewWindowPos[1] - y + topOffset};