()
| 3300 | return result; |
| 3301 | } |
| 3302 | public bool IsMotionSmoothingSupported() |
| 3303 | { |
| 3304 | bool result = FnTable.IsMotionSmoothingSupported(); |
| 3305 | return result; |
| 3306 | } |
| 3307 | public bool IsCurrentSceneFocusAppLoading() |
| 3308 | { |
| 3309 | bool result = FnTable.IsCurrentSceneFocusAppLoading(); |
nothing calls this directly
no outgoing calls
no test coverage detected