Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java145 private boolean allowOrientationChange; field in InCallActivity
1184 public void setAllowOrientationChange(boolean allowOrientationChange) { in setAllowOrientationChange() argument
1185 if (this.allowOrientationChange == allowOrientationChange) { in setAllowOrientationChange()
1188 this.allowOrientationChange = allowOrientationChange; in setAllowOrientationChange()
1189 if (!allowOrientationChange) { in setAllowOrientationChange()
1194 enableInCallOrientationEventListener(allowOrientationChange); in setAllowOrientationChange()
DInCallPresenter.java1781 public void setInCallAllowsOrientationChange(boolean allowOrientationChange) { in setInCallAllowsOrientationChange() argument
1788 inCallActivity.setAllowOrientationChange(allowOrientationChange); in setInCallAllowsOrientationChange()