Searched refs:mClipToScreen (Results 1 – 1 of 1) sorted by relevance
184 private boolean mClipToScreen; field in PopupWindow894 return mClipToScreen; in isClipToScreenEnabled()909 mClipToScreen = enabled; in setClipToScreenEnabled()921 return mClipToScreen; in isClippedToScreen()936 mClipToScreen = enabled; in setIsClippedToScreen()1595 if (mIsDropdown && (mClipToScreen || mClippingEnabled)) { in computeGravity()1678 if (!mClippingEnabled || mClipToScreen) { in computeFlags()1807 screenLocation[1], displayFrame.top, displayFrame.bottom, mClipToScreen); in findDropDownPosition()1809 screenLocation[0], displayFrame.left, displayFrame.right, mClipToScreen); in findDropDownPosition()