Lines Matching refs:bottom

1930     public void setDisplayOverscan(Display display, int left, int top, int right, int bottom) {
1935 mOverscanBottom = bottom;
2333 // Height of the navigation bar when presented horizontally at bottom
2349 // Height of the navigation bar when presented horizontally at bottom
2378 // wallpaper is at the bottom, though the window manager may move it.
2530 // the navigation bar to the bottom.
2831 // This can be on either the bottom or the right or the left.
2898 || frame.bottom + insets >= win.getDisplayFrameLw().bottom);
3888 outOutsets.bottom += outset;
3957 int bottomInset = taskBounds.bottom - mTmpRect.bottom;
4041 pf.bottom = df.bottom = of.bottom = vf.bottom = mDockBottom;
4103 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenHeight
4108 vf.bottom = mStableBottom;
4175 // It's a system nav bar or a portrait screen; nav bar goes on bottom.
4316 df.bottom = of.bottom = cf.bottom = vf.bottom = mDockBottom;
4343 if (cf.bottom > mVoiceContentBottom) cf.bottom = mVoiceContentBottom;
4348 if (cf.bottom > mContentBottom) cf.bottom = mContentBottom;
4370 if (r.bottom > mStableFullscreenBottom) r.bottom = mStableFullscreenBottom;
4375 if (r.bottom > mStableBottom) r.bottom = mStableBottom;
4443 pf.bottom = df.bottom = of.bottom = cf.bottom
4451 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight;
4453 cf.bottom = vf.bottom = mStableBottom;
4463 // IM dock windows always go to the bottom of the screen.
4470 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight;
4475 cf.bottom = mDockBottom;
4480 cf.bottom = mContentBottom;
4486 vf.bottom = mCurBottom;
4496 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenHeight + mUnrestrictedScreenTop;
4500 vf.bottom = mStableBottom;
4503 cf.bottom = mContentBottom;
4505 cf.bottom = mDockBottom;
4506 vf.bottom = mContentBottom;
4514 dcf.bottom = mSystemBottom;
4537 dcf.bottom = mStableBottom;
4570 pf.bottom = df.bottom = of.bottom = hasNavBar
4576 pf.left, pf.top, pf.right, pf.bottom));
4585 pf.bottom = df.bottom = of.bottom = mOverscanScreenTop
4598 pf.bottom = df.bottom = mOverscanScreenTop + mOverscanScreenHeight;
4605 of.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight;
4611 pf.bottom = df.bottom = mRestrictedOverscanScreenTop
4619 of.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight;
4627 cf.bottom = mVoiceContentBottom;
4633 cf.bottom = mDockBottom;
4638 cf.bottom = mContentBottom;
4649 cf.bottom = mRestrictedScreenTop + mRestrictedScreenHeight;
4656 vf.bottom = mCurBottom;
4677 pf.bottom = df.bottom = of.bottom = cf.bottom = hasNavBar
4682 pf.left, pf.top, pf.right, pf.bottom));
4690 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenTop
4694 pf.left, pf.top, pf.right, pf.bottom));
4705 pf.bottom = df.bottom = of.bottom = cf.bottom = mOverscanScreenTop
4713 pf.bottom = df.bottom = of.bottom = cf.bottom = mOverscanScreenTop
4724 pf.bottom = df.bottom = of.bottom = cf.bottom
4745 pf.bottom = df.bottom = of.bottom = cf.bottom = mUnrestrictedScreenTop
4751 pf.bottom = df.bottom = of.bottom = mRestrictedScreenTop
4757 cf.bottom = mDockBottom;
4762 cf.bottom = mContentBottom;
4769 pf.bottom = df.bottom = of.bottom = cf.bottom = mRestrictedScreenTop
4779 vf.bottom = mCurBottom;
4803 pf.bottom = df.bottom = of.bottom = cf.bottom = mRestrictedScreenTop
4810 pf.bottom = df.bottom = of.bottom = cf.bottom = mStableBottom;
4815 pf.bottom = mContentBottom;
4820 df.bottom = of.bottom = cf.bottom = mVoiceContentBottom;
4825 df.bottom = of.bottom = cf.bottom = mDockBottom;
4830 df.bottom = of.bottom = cf.bottom = mContentBottom;
4836 vf.bottom = mCurBottom;
4849 df.right = df.bottom = 10000;
4852 of.right = of.bottom = cf.right = cf.bottom = vf.right = vf.bottom = 10000;
4856 // If the device has a chin (e.g. some watches), a dead area at the bottom of the screen we
4863 osf.set(cf.left, cf.top, cf.right, cf.bottom);
4868 osf.bottom += outset;
4876 if (DEBUG_LAYOUT) Slog.v(TAG, "applying bottom outset of " + outset
4894 // Dock windows carve out the bottom of the screen, so normal windows
4914 pf.bottom = df.bottom = mOverscanScreenTop + mOverscanScreenHeight;
4918 of.bottom = cf.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight;
6637 outInsets.bottom = getNavigationBarHeight(displayRotation, mUiMode);
7905 pw.print(" bottom="); pw.println(mOverscanBottom);