Searched refs:setRotationLock (Results 1 – 3 of 3) sorted by relevance
76 setRotationLock(isChecked); in onSwitchChanged()94 private boolean setRotationLock(boolean isChecked) { in setRotationLock() method in AutoRotateSwitchBarController98 RotationPolicy.setRotationLock(mContext, isLocked); in setRotationLock()
99 RotationPolicy.setRotationLock(mContext, isLocked); in setChecked()
33 protected static void setRotationLock(Context context, final boolean enabled) { in setRotationLock() method in ShadowRotationPolicy