get the scale for non-focused views */
| 383 | |
| 384 | /* get the scale for non-focused views */ |
| 385 | float get_back_scale() |
| 386 | { |
| 387 | return 0.66; |
| 388 | } |
| 389 | |
| 390 | /* offset in Z-direction for non-focused views */ |
| 391 | float get_z_offset() |
nothing calls this directly
no outgoing calls
no test coverage detected