offset in Z-direction for non-focused views */
| 389 | |
| 390 | /* offset in Z-direction for non-focused views */ |
| 391 | float get_z_offset() |
| 392 | { |
| 393 | return -1.0; |
| 394 | } |
| 395 | |
| 396 | /* Move view animation target to the left |
| 397 | * @param dir -1 for left, 1 for right */ |
nothing calls this directly
no outgoing calls
no test coverage detected