hshah67

Results 1 comments of hshah67

getViewTreeObserver().addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutListener() { @Override public void onGlobalLayout() { int calculatedGravity = mGravity; if (calculatedGravity == GRAVITY_AUTO) { if (getHeight() < getMaxAvailableTopHeight(anchor)) { calculatedGravity = GRAVITY_TOP; } else { calculatedGravity =...