Searched refs:focusedLocationInWindow (Results 1 – 1 of 1) sorted by relevance
291 int[] focusedLocationInWindow = new int[2]; in handleDpadUp() local294 focusedView.getLocationInWindow(focusedLocationInWindow); in handleDpadUp()297 int offset = (focusedLocationInWindow[1] - myLocationInWindow[1]); in handleDpadUp()