Lines Matching defs:top

520      * belonging to another app on top of this the keyguard shows. If there is a fullscreen
1709 public void setDisplayOverscan(Display display, int left, int top, int right, int bottom) {
1712 mOverscanTop = top;
2134 // some panels (e.g. search) need to show on top of the navigation bar
2220 // There is a separate status bar at the top of the display. We don't count that as part
2318 // focus, so we want to get the IME window up on top of us right away.
3431 outOutsets.top += outset;
3556 pf.top = df.top = of.top = vf.top = mDockTop;
3606 int top = displayHeight - overscanBottom
3608 mTmpNavigationFrame.set(0, top, displayWidth, displayHeight - overscanBottom);
3609 mStableBottom = mStableFullscreenBottom = mTmpNavigationFrame.top;
3614 mDockBottom = mTmpNavigationFrame.top;
3627 mSystemBottom = mTmpNavigationFrame.top;
3678 pf.top = df.top = of.top = mUnrestrictedScreenTop;
3683 vf.top = mStableTop;
3694 // For layout, the status bar is always at the top with our fixed height.
3768 // of the underlying window and the attached window is floating on top
3772 df.top = of.top = cf.top = vf.top = mDockTop;
3799 if (cf.top < mVoiceContentTop) cf.top = mVoiceContentTop;
3804 if (cf.top < mContentTop) cf.top = mContentTop;
3826 if (r.top < mStableFullscreenTop) r.top = mStableFullscreenTop;
3831 if (r.top < mStableTop) r.top = mStableTop;
3897 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
3905 pf.top = df.top = of.top = cf.top = vf.top = mDockTop;
3916 pf.top = df.top = of.top = mUnrestrictedScreenTop;
3923 cf.top = vf.top = mStableTop;
3926 pf.top = df.top = of.top = mUnrestrictedScreenTop;
3930 cf.top = vf.top = mStableTop;
3938 dcf.top = mSystemTop;
3955 dcf.top = mStableTop;
3982 // Status bar panels are the only windows who can go on top of
3991 pf.top = df.top = of.top = mUnrestrictedScreenTop;
4001 pf.left, pf.top, pf.right, pf.bottom));
4008 pf.top = df.top = of.top = mOverscanScreenTop;
4021 pf.top = df.top = mOverscanScreenTop;
4028 of.top = mUnrestrictedScreenTop;
4033 pf.top = df.top = mRestrictedOverscanScreenTop;
4042 of.top = mUnrestrictedScreenTop;
4050 cf.top = mVoiceContentTop;
4056 cf.top = mDockTop;
4061 cf.top = mContentTop;
4072 cf.top = mRestrictedScreenTop;
4079 vf.top = mCurTop;
4098 pf.top = df.top = of.top = cf.top = mUnrestrictedScreenTop;
4107 pf.left, pf.top, pf.right, pf.bottom));
4112 pf.top = df.top = of.top = mUnrestrictedScreenTop;
4119 pf.left, pf.top, pf.right, pf.bottom));
4125 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
4133 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
4142 pf.top = df.top = mOverscanScreenTop;
4146 of.top = cf.top = mUnrestrictedScreenTop;
4155 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
4175 pf.top = df.top = of.top = cf.top = mUnrestrictedScreenTop;
4182 pf.top = df.top = of.top = cf.top = mRestrictedScreenTop;
4193 vf.top = mCurTop;
4212 // top of the status bar. They are protected by the STATUS_BAR_SERVICE
4216 pf.top = df.top = of.top = cf.top = mRestrictedScreenTop;
4224 pf.top = df.top = of.top = cf.top = mStableTop;
4229 pf.top = mContentTop;
4234 df.top = of.top = cf.top = mVoiceContentTop;
4239 df.top = of.top = cf.top = mDockTop;
4244 df.top = of.top = cf.top = mContentTop;
4250 vf.top = mCurTop;
4262 df.left = df.top = -10000;
4265 of.left = of.top = cf.left = cf.top = vf.left = vf.top = -10000;
4277 osf.set(cf.left, cf.top, cf.right, cf.bottom);
4286 osf.top -= outset;
4322 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top);
4323 top += win.getGivenContentInsetsLw().top;
4324 if (mContentBottom > top) {
4325 mContentBottom = top;
4327 if (mVoiceContentBottom > top) {
4328 mVoiceContentBottom = top;
4330 top = win.getVisibleFrameLw().top;
4331 top += win.getGivenVisibleInsetsLw().top;
4332 if (mCurBottom > top) {
4333 mCurBottom = top;
4341 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top);
4342 top += win.getGivenContentInsetsLw().top;
4343 if (mVoiceContentBottom > top) {
4344 mVoiceContentBottom = top;
4547 + " top=" + mTopFullscreenOpaqueWindowState);
4594 if (DEBUG_LAYOUT) Slog.v(TAG, "** SHOWING status bar: top is not fullscreen");
6595 // focus, but we were last in a state where the top window is
6597 // shown while the top window was displayed, so we want to ignore
6645 // If the top fullscreen-or-dimming window is also the top fullscreen, respect
6902 pw.print(" top="); pw.print(mOverscanTop);