Searched refs:displayFrame (Results 1 – 4 of 4) sorted by relevance
80 final Rect displayFrame = new Rect(); in onDraw() local81 mView.getWindowDisplayFrame(displayFrame); in onDraw()91 && displayFrame.left == 0 in onDraw()97 && displayFrame.left > 0 in onDraw()104 Log.e(TAG, "displayFrame " + displayFrame); in onDraw()
78 final Rect displayFrame = new Rect(); in onDraw() local79 mView.getWindowDisplayFrame(displayFrame); in onDraw()94 && displayFrame.left > 0 in onDraw()101 Log.e(TAG, "left must be > 0: actual displayFrame " + displayFrame); in onDraw()
167 Rect displayFrame = new Rect(); in hasVerticalNavBar() local169 activity.getWindow().getDecorView().getWindowVisibleDisplayFrame(displayFrame); in hasVerticalNavBar()172 return dm.heightPixels == displayFrame.bottom; in hasVerticalNavBar()
646 final Rect displayFrame = new Rect(); in verifyPosition() local647 anchor.getWindowVisibleDisplayFrame(displayFrame); in verifyPosition()651 + displayFrame + ")", displayFrame.contains(contentFrame)); in verifyPosition()814 final Rect displayFrame = getDisplayFrame(upperAnchorView); in testGetMaxAvailableHeight() local816 final int bottomDecorationHeight = displayFrame.bottom - visibleDisplayFrame.bottom; in testGetMaxAvailableHeight()970 final Rect displayFrame = getDisplayFrame(anchorView); in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration() local976 final int distanceToBottom = displayFrame.bottom - getViewBottom(anchorView) - offset; in testGetMaxAvailableHeight_topAnchor_largeOffset_ignoringBottomDecoration()1057 final Rect displayFrame = getDisplayFrame(anchorView); in testGetMaxAvailableHeight_middleAnchor_ignoreBottomDecoration() local1061 final int distanceToBottom = displayFrame.bottom - getViewBottom(anchorView); in testGetMaxAvailableHeight_middleAnchor_ignoreBottomDecoration()1108 final Rect displayFrame = new Rect(); in getDisplayFrame() local[all …]