()
| 3295 | return result; |
| 3296 | } |
| 3297 | public bool IsMotionSmoothingEnabled() |
| 3298 | { |
| 3299 | bool result = FnTable.IsMotionSmoothingEnabled(); |
| 3300 | return result; |
| 3301 | } |
| 3302 | public bool IsMotionSmoothingSupported() |
| 3303 | { |
| 3304 | bool result = FnTable.IsMotionSmoothingSupported(); |
nothing calls this directly
no outgoing calls
no test coverage detected