Searched refs:transitionAreaWidth (Results 1 – 2 of 2) sorted by relevance
101 int transitionAreaWidth = context.getResources().getDimensionPixelSize( in determineIndicatorType() local104 if (inputCoordinates.x <= transitionAreaWidth) return TO_SPLIT_LEFT_INDICATOR; in determineIndicatorType()105 if (inputCoordinates.x >= layout.width() - transitionAreaWidth) { in determineIndicatorType()120 int transitionAreaWidth = mContext.getResources().getDimensionPixelSize( in defineIndicatorRange() local133 mIndicatorRange.set(0, transitionAreaHeight, transitionAreaWidth, layout.height()); in defineIndicatorRange()136 mIndicatorRange.set(layout.width() - transitionAreaWidth, transitionAreaHeight, in defineIndicatorRange()
114 private val transitionAreaWidth regex847 if (inputCoordinate.x <= transitionAreaWidth) {855 ?.minus(transitionAreaWidth) ?: return)) {