Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DDevMenuManager.kt41 private var orientationBeforeShowingDevMenu: Int = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED variable in host.exp.exponent.kernel.DevMenuManager
86 orientationBeforeShowingDevMenu = activity.requestedOrientation in showInActivity()
113 activity.requestedOrientation = orientationBeforeShowingDevMenu in hideInActivity()