Searched refs:rotatedPos (Results 1 – 1 of 1) sorted by relevance
270 int rotatedPos; in setupDecorations() local272 rotatedPos = getBoundPositionFromRotation(i, mRotation); in setupDecorations()273 if ((bounds != null && !bounds[rotatedPos].isEmpty()) in setupDecorations()452 final int rotatedPos = getBoundPositionFromRotation(pos, mRotation); in getWidthLayoutParamByPos() local453 return rotatedPos == BOUNDS_POSITION_TOP || rotatedPos == BOUNDS_POSITION_BOTTOM in getWidthLayoutParamByPos()458 final int rotatedPos = getBoundPositionFromRotation(pos, mRotation); in getHeightLayoutParamByPos() local459 return rotatedPos == BOUNDS_POSITION_TOP || rotatedPos == BOUNDS_POSITION_BOTTOM in getHeightLayoutParamByPos()634 final int rotatedPos = getBoundPositionFromRotation(pos, mRotation); in getRoundedCornerGravity() local635 switch (rotatedPos) { in getRoundedCornerGravity()645 throw new IllegalArgumentException("Incorrect position: " + rotatedPos); in getRoundedCornerGravity()