Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DNotificationPanel.java329 View theBottom = (mContentFrame.getVisibility() == View.VISIBLE) in isInContentArea() local
331 mContentArea.bottom = theBottom.getBottom() - theBottom.getPaddingBottom(); in isInContentArea()