Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubbleActivity.java112 int bottomInset = windowMetricsMax.getBounds().bottom - mInsets.bottom; in checkHeight() local
113 int diff = bottomInset - bubbleWindowMetrics.getBounds().bottom; in checkHeight()