* Returns the pixels offset of the left edge of the view */
| 137 | * Returns the pixels offset of the left edge of the view |
| 138 | */ |
| 139 | inline int64_t offset(){ |
| 140 | return _offset; |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | * trigger position fix |
no outgoing calls
no test coverage detected