Searched refs:separatedViewLayoutParams (Results 1 – 1 of 1) sorted by relevance
271 LayoutParams separatedViewLayoutParams = (LayoutParams) mSeparatedView.getLayoutParams(); in rotateRight() local272 separatedViewLayoutParams.gravity = rotateGravityRight(separatedViewLayoutParams.gravity); in rotateRight()273 mSeparatedView.setLayoutParams(separatedViewLayoutParams); in rotateRight()329 LayoutParams separatedViewLayoutParams = (LayoutParams) mSeparatedView.getLayoutParams(); in rotateLeft() local330 separatedViewLayoutParams.gravity = rotateGravityLeft(separatedViewLayoutParams.gravity); in rotateLeft()331 mSeparatedView.setLayoutParams(separatedViewLayoutParams); in rotateLeft()