Rect lRect = new Rect();
Window lWindow = getWindow();
lWindow.getDecorView().getWindowVisibleDisplayFrame(lRect);
int lStatusBarHeight = lRect.top;
int lContentViewTop =
lWindow.findViewById(Window.ID_ANDROID_CONTENT).getTop();
final int lTitleBarHeight = lContentViewTop - lStatusBarHeight;
int lAction = aME.getAction();
float lX = aME.getX();