Lines Matching defs:bottom

359     boolean mNavigationBarOnBottom = true; // is the navigation bar on the bottom *right now*?
1902 public void setDisplayOverscan(Display display, int left, int top, int right, int bottom) {
1907 mOverscanBottom = bottom;
2289 // Height of the navigation bar when presented horizontally at bottom
2304 // Height of the navigation bar when presented horizontally at bottom
2332 // wallpaper is at the bottom, though the window manager may move it.
2484 // the navigation bar to the bottom.
2785 // This can be on either the bottom or the right.
2838 || frame.bottom + insets >= win.getDisplayFrameLw().bottom);
3830 outOutsets.bottom += outset;
3899 int bottomInset = taskBounds.bottom - mTmpRect.bottom;
3983 pf.bottom = df.bottom = of.bottom = vf.bottom = mDockBottom;
4045 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenHeight
4050 vf.bottom = mStableBottom;
4116 // It's a system nav bar or a portrait screen; nav bar goes on bottom.
4223 df.bottom = of.bottom = cf.bottom = vf.bottom = mDockBottom;
4250 if (cf.bottom > mVoiceContentBottom) cf.bottom = mVoiceContentBottom;
4255 if (cf.bottom > mContentBottom) cf.bottom = mContentBottom;
4277 if (r.bottom > mStableFullscreenBottom) r.bottom = mStableFullscreenBottom;
4282 if (r.bottom > mStableBottom) r.bottom = mStableBottom;
4350 pf.bottom = df.bottom = of.bottom = cf.bottom
4358 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight;
4360 cf.bottom = vf.bottom = mStableBottom;
4366 // IM dock windows always go to the bottom of the screen.
4373 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight;
4378 cf.bottom = mDockBottom;
4383 cf.bottom = mContentBottom;
4389 vf.bottom = mCurBottom;
4397 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenHeight + mUnrestrictedScreenTop;
4401 vf.bottom = mStableBottom;
4404 cf.bottom = mContentBottom;
4406 cf.bottom = mDockBottom;
4407 vf.bottom = mContentBottom;
4415 dcf.bottom = mSystemBottom;
4438 dcf.bottom = mStableBottom;
4471 pf.bottom = df.bottom = of.bottom = hasNavBar
4477 pf.left, pf.top, pf.right, pf.bottom));
4486 pf.bottom = df.bottom = of.bottom = mOverscanScreenTop
4499 pf.bottom = df.bottom = mOverscanScreenTop + mOverscanScreenHeight;
4506 of.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight;
4512 pf.bottom = df.bottom = mRestrictedOverscanScreenTop
4520 of.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight;
4528 cf.bottom = mVoiceContentBottom;
4534 cf.bottom = mDockBottom;
4539 cf.bottom = mContentBottom;
4550 cf.bottom = mRestrictedScreenTop + mRestrictedScreenHeight;
4557 vf.bottom = mCurBottom;
4578 pf.bottom = df.bottom = of.bottom = cf.bottom = hasNavBar
4583 pf.left, pf.top, pf.right, pf.bottom));
4591 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenTop
4595 pf.left, pf.top, pf.right, pf.bottom));
4606 pf.bottom = df.bottom = of.bottom = cf.bottom = mOverscanScreenTop
4614 pf.bottom = df.bottom = of.bottom = cf.bottom = mOverscanScreenTop
4622 pf.bottom = df.bottom = mOverscanScreenTop + mOverscanScreenHeight;
4626 of.bottom = cf.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight;
4636 pf.bottom = df.bottom = of.bottom = cf.bottom
4657 pf.bottom = df.bottom = of.bottom = cf.bottom = mUnrestrictedScreenTop
4663 pf.bottom = df.bottom = of.bottom = mRestrictedScreenTop
4669 cf.bottom = mDockBottom;
4674 cf.bottom = mContentBottom;
4681 pf.bottom = df.bottom = of.bottom = cf.bottom = mRestrictedScreenTop
4691 vf.bottom = mCurBottom;
4715 pf.bottom = df.bottom = of.bottom = cf.bottom = mRestrictedScreenTop
4722 pf.bottom = df.bottom = of.bottom = cf.bottom = mStableBottom;
4727 pf.bottom = mContentBottom;
4732 df.bottom = of.bottom = cf.bottom = mVoiceContentBottom;
4737 df.bottom = of.bottom = cf.bottom = mDockBottom;
4742 df.bottom = of.bottom = cf.bottom = mContentBottom;
4748 vf.bottom = mCurBottom;
4761 df.right = df.bottom = 10000;
4764 of.right = of.bottom = cf.right = cf.bottom = vf.right = vf.bottom = 10000;
4768 // If the device has a chin (e.g. some watches), a dead area at the bottom of the screen we
4775 osf.set(cf.left, cf.top, cf.right, cf.bottom);
4780 osf.bottom += outset;
4788 if (DEBUG_LAYOUT) Slog.v(TAG, "applying bottom outset of " + outset
4806 // Dock windows carve out the bottom of the screen, so normal windows
6429 outInsets.bottom = getNavigationBarHeight(displayRotation, mUiMode);
7635 pw.print(" bottom="); pw.println(mOverscanBottom);