Searched refs:mWindowLocation (Results 1 – 1 of 1) sorted by relevance
974 int[] mWindowLocation = new int[2]; in showKey() local975 getLocationOnScreen(mWindowLocation); in showKey()976 mWindowY = mWindowLocation[1]; in showKey()