Searched refs:allowOrientationChange (Results 1 – 2 of 2) sorted by relevance
145 private boolean allowOrientationChange; field in InCallActivity1184 public void setAllowOrientationChange(boolean allowOrientationChange) { in setAllowOrientationChange() argument1185 if (this.allowOrientationChange == allowOrientationChange) { in setAllowOrientationChange()1188 this.allowOrientationChange = allowOrientationChange; in setAllowOrientationChange()1189 if (!allowOrientationChange) { in setAllowOrientationChange()1194 enableInCallOrientationEventListener(allowOrientationChange); in setAllowOrientationChange()
1781 public void setInCallAllowsOrientationChange(boolean allowOrientationChange) { in setInCallAllowsOrientationChange() argument1788 inCallActivity.setAllowOrientationChange(allowOrientationChange); in setInCallAllowsOrientationChange()