OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tooltipheight
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/view/
TooltipPopup.java
149
final int
tooltipHeight
= mContentView.getMeasuredHeight();
151
final int yAbove = mTmpAnchorPos[1] + offsetAbove - tooltipOffset -
tooltipHeight
;
160
if (yBelow +
tooltipHeight
<= mTmpDisplayFrame.height()) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
TooltipPopup.java
164
final int
tooltipHeight
= mContentView.getMeasuredHeight();
166
final int yAbove = mTmpAnchorPos[1] + offsetAbove - tooltipOffset -
tooltipHeight
;
175
if (yBelow +
tooltipHeight
<= mTmpDisplayFrame.height()) {
Completed in 103 milliseconds