Home
last modified time | relevance | path

Searched refs:separatedViewLayoutParams (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareUiLayout.java271 LayoutParams separatedViewLayoutParams = (LayoutParams) mSeparatedView.getLayoutParams(); in rotateRight() local
272 separatedViewLayoutParams.gravity = rotateGravityRight(separatedViewLayoutParams.gravity); in rotateRight()
273 mSeparatedView.setLayoutParams(separatedViewLayoutParams); in rotateRight()
329 LayoutParams separatedViewLayoutParams = (LayoutParams) mSeparatedView.getLayoutParams(); in rotateLeft() local
330 separatedViewLayoutParams.gravity = rotateGravityLeft(separatedViewLayoutParams.gravity); in rotateLeft()
331 mSeparatedView.setLayoutParams(separatedViewLayoutParams); in rotateLeft()