move frame position conversion methods to ios namespace

This commit is contained in:
Martin Yankov
2018-08-24 18:13:21 +03:00
parent 261d94037f
commit d9d847ec91
3 changed files with 29 additions and 47 deletions

View File

@@ -884,14 +884,6 @@ export abstract class ViewCommon extends ViewBase implements ViewDefinition {
return undefined;
}
public getPositionFromFrame(frame: any): { left, top, right, bottom } {
return undefined;
}
public getFrameFromPosition(position: { left, top, right, bottom }, insets?: { left, top }): any {
return undefined;
}
public getLocationInWindow(): Point {
return undefined;
}