Unable click on coordinate in controls buttons area after hiding buttons

Hi!

I’m running scripts on Sony Xperia SGP5116, android version 4.4.2, appium version 1.4.14.
After the opening of the video player control buttons are hidden and unable to click on coordinate in this area.

info: [debug] [BOOTSTRAP] [debug] Got command action: find info: [debug] [BOOTSTRAP] [debug] Finding com.lgi.orionandroid:id/player using ID with the contextId: multiple: false info: [debug] [BOOTSTRAP] [debug] Using: UiSelector[INSTANCE=0, RESOURCE_ID=com.lgi.orionandroid:id/player] info: [debug] [BOOTSTRAP] [debug] Returning result: {"value":{"ELEMENT":"176"},"status":0} info: [debug] Responding to client with success: {"status":0,"value":{"ELEMENT":"176"},"sessionId":"9b16c515-f294-4215-968f-fd54e9636cc5"} info: [debug] Pushing command to appium work queue: ["element:getSize",{"elementId":"176"}] info: [debug] [BOOTSTRAP] [debug] Got data from client: {"cmd":"action","action":"element:getSize","params":{"elementId":"176"}}

info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: getSize
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:{“height”:1200,“width”:1920},“status”:0}[debug] Pushing command to appium work queue: [“click”,{“x”:1224,“y”:1179}]
info: [debug] [BOOTSTRAP] [debug] Got data from client: {“cmd”:“action”,“action”:“click”,“params”:{“x”:1224,“y”:1179}}

info: [debug] [BOOTSTRAP] [debug] Got command of type ACTION
info: [debug] [BOOTSTRAP] [debug] Got command action: click
info: [debug] [BOOTSTRAP] [debug] Display bounds: [0,0][1920,1128]
info: [debug] [BOOTSTRAP] [debug] Returning result: {“value”:“Coordinate [x=1224.0, y=1179.0] is outside of element rect: [0,0][1920,1128]”,“status”:29}