Searched refs:windowLocation (Results 1 – 1 of 1) sorted by relevance
246 int[] windowLocation = mActivityView.getLocationOnScreen(); in updateInsets() local247 final int windowBottom = windowLocation[1] + mActivityView.getHeight(); in updateInsets()