Home
last modified time | relevance | path

Searched refs:windowLocation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java246 int[] windowLocation = mActivityView.getLocationOnScreen(); in updateInsets() local
247 final int windowBottom = windowLocation[1] + mActivityView.getHeight(); in updateInsets()