Lines Matching refs:of

5  * You may obtain a copy of the License at
117 * introduces a new method suffix, Lp, for an internal lock of the
120 * of both of those when held.
164 * of the screen to change.
177 /* Table of Application Launch keys. Maps from key codes to intent categories.
179 * These are special keys that are used to launch particular kinds of applications,
180 * such as a web browser. HID defines nearly a hundred of them in the Consumer (0x0C)
214 Vibrator mVibrator; // Vibrator for giving feedback of orientation changes
217 // Vibrator pattern for haptic feedback of a long press.
220 // Vibrator pattern for haptic feedback of virtual key press.
322 // The current size of the screen; really; extends into the overscan area of
326 // The current visible size of the screen; really; (ir)regardless of whether the status
333 // The current size of the screen; these may be different than (0,0)-(dw,dh)
335 // that area of the display from all other windows.
361 // During layout, this is the layer of the status bar.
364 // Bits that we are in the process of clearing, so we want to prevent
393 // States of keyguard dismiss.
421 // Behavior of ENDCALL Button. (See Settings.System.END_BUTTON_BEHAVIOR.)
424 // Behavior of POWER button while in-call and screen on.
447 // Time to volume and power must be pressed within this interval of each other.
459 /* The number of steps between min and max brightness */
642 //change of the currently visible window's orientation
766 // since it took two seconds of long press to bring this up,
994 * the configuration of the device.
1053 // Height of the navigation bar when presented horizontally at bottom
1061 // Width of the navigation bar when presented vertically along one side
1085 // For demo purposes, allow the rotation of the HDMI display to be controlled.
1297 // If this switch statement is modified, modify the comment in the declarations of
1349 // These types of windows can't receive input events.
1441 // the keyguard; nothing on top of these can take focus, since they are
1464 // some panels (e.g. search) need to show on top of the navigation bar
1470 // used to highlight the magnified portion of a display
1548 // There is a separate status bar at the top of the display. We don't count that as part
1549 // of the fixed decor, since it can hide; however, for purposes of configurations,
1551 // of the screen.
1622 // focus, so we want to get the IME window up on top of us right away.
1659 // of such a thing! After all that work... let's skip it.
2185 // shortcut keys (that emit Search+x) and some of them are not registered.
2692 final Rect of = mTmpOverscanFrame;
2695 pf.left = df.left = of.left = vf.left = mDockLeft;
2696 pf.top = df.top = of.top = vf.top = mDockTop;
2697 pf.right = df.right = of.right = vf.right = mDockRight;
2698 pf.bottom = df.bottom = of.bottom = vf.bottom = mDockBottom;
2702 // For purposes of putting out fake window up to steal focus, we will
2729 // For purposes of positioning and showing the nav bar, if we have
2730 // decided that it can't be hidden (because of the screen aspect ratio),
2738 // size. We need to do this directly, instead of relying on
2762 // and not in the process of animating on or off, then
2786 // and not in the process of animating on or off, then
2809 // decide where the status bar goes ahead of time
2812 pf.left = df.left = of.left = mUnrestrictedScreenLeft;
2813 pf.top = df.top = of.top = mUnrestrictedScreenTop;
2814 pf.right = df.right = of.right = mUnrestrictedScreenWidth + mUnrestrictedScreenLeft;
2815 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenHeight
2858 // and not in the process of animating on or off, then
2886 boolean insetDecors, Rect pf, Rect df, Rect of, Rect cf, Rect vf) {
2892 // of the underlying window and the attached window is floating on top
2893 // of the whole thing. So, we ignore the attached window and explicitly
2895 df.left = of.left = cf.left = vf.left = mDockLeft;
2896 df.top = of.top = cf.top = vf.top = mDockTop;
2897 df.right = of.right = cf.right = vf.right = mDockRight;
2898 df.bottom = of.bottom = cf.bottom = vf.bottom = mDockBottom;
2900 // The effective display frame of the attached window depends on
2901 // whether it is taking care of insetting its content. If not,
2904 // the display frame and let the attached window take care of
2924 of.set(insetDecors ? attached.getOverscanFrameLw() : cf);
2974 final Rect of = mTmpOverscanFrame;
2989 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf);
2992 pf.left = df.left = of.left = cf.left = mOverscanScreenLeft;
2993 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
2994 pf.right = df.right = of.right = cf.right
2996 pf.bottom = df.bottom = of.bottom = cf.bottom
3000 pf.left = df.left = of.left = cf.left = vf.left = mDockLeft;
3001 pf.top = df.top = of.top = cf.top = vf.top = mDockTop;
3002 pf.right = df.right = of.right = cf.right = vf.right = mDockRight;
3004 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight;
3007 // IM dock windows always go to the bottom of the screen.
3044 // to cover all of the screen space, and it can take care of
3050 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf);
3054 // Status bar panels are the only windows who can go on top of
3061 pf.left = df.left = of.left = hasNavBar
3063 pf.top = df.top = of.top = mUnrestrictedScreenTop;
3064 pf.right = df.right = of.right = hasNavBar
3067 pf.bottom = df.bottom = of.bottom = hasNavBar
3079 pf.left = df.left = of.left = mOverscanScreenLeft;
3080 pf.top = df.top = of.top = mOverscanScreenTop;
3081 pf.right = df.right = of.right = mOverscanScreenLeft + mOverscanScreenWidth;
3082 pf.bottom = df.bottom = of.bottom = mOverscanScreenTop
3100 of.left = mUnrestrictedScreenLeft;
3101 of.top = mUnrestrictedScreenTop;
3102 of.right = mUnrestrictedScreenLeft + mUnrestrictedScreenWidth;
3103 of.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight;
3114 of.left = mUnrestrictedScreenLeft;
3115 of.top = mUnrestrictedScreenTop;
3116 of.right = mUnrestrictedScreenLeft + mUnrestrictedScreenWidth;
3117 of.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight;
3161 pf.left = df.left = of.left = cf.left = hasNavBar
3163 pf.top = df.top = of.top = cf.top = mUnrestrictedScreenTop;
3164 pf.right = df.right = of.right = cf.right = hasNavBar
3167 pf.bottom = df.bottom = of.bottom = cf.bottom = hasNavBar
3176 pf.left = df.left = of.left = mUnrestrictedScreenLeft;
3177 pf.top = df.top = of.top = mUnrestrictedScreenTop;
3178 pf.right = df.right = of.right = mUnrestrictedScreenLeft
3180 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenTop
3189 pf.left = df.left = of.left = cf.left = mOverscanScreenLeft;
3190 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
3191 pf.right = df.right = of.right = cf.right = mOverscanScreenLeft
3193 pf.bottom = df.bottom = of.bottom = cf.bottom = mOverscanScreenTop
3198 pf.left = df.left = of.left = cf.left = mOverscanScreenLeft;
3199 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
3200 pf.right = df.right = of.right = cf.right = mOverscanScreenLeft
3202 pf.bottom = df.bottom = of.bottom = cf.bottom = mOverscanScreenTop
3206 pf.left = df.left = of.left = cf.left = mUnrestrictedScreenLeft;
3207 pf.top = df.top = of.top = cf.top = mUnrestrictedScreenTop;
3208 pf.right = df.right = of.right = cf.right
3210 pf.bottom = df.bottom = of.bottom = cf.bottom
3217 pf.left = df.left = of.left = cf.left = mOverscanScreenLeft;
3218 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
3219 pf.right = df.right = of.right = cf.right
3221 pf.bottom = df.bottom = of.bottom = cf.bottom
3235 pf.left = df.left = of.left = cf.left = mUnrestrictedScreenLeft;
3236 pf.top = df.top = of.top = cf.top = mUnrestrictedScreenTop;
3237 pf.right = df.right = of.right = cf.right = mUnrestrictedScreenLeft
3239 pf.bottom = df.bottom = of.bottom = cf.bottom = mUnrestrictedScreenTop
3242 pf.left = df.left = of.left = cf.left = mRestrictedScreenLeft;
3243 pf.top = df.top = of.top = cf.top = mRestrictedScreenTop;
3244 pf.right = df.right = of.right = cf.right = mRestrictedScreenLeft
3246 pf.bottom = df.bottom = of.bottom = cf.bottom = mRestrictedScreenTop
3263 // A child window should be placed inside of the same visible
3265 setAttachedWindowFrames(win, fl, adjust, attached, false, pf, df, of, cf, vf);
3270 // of all screen decorations.
3272 // Status bar panels are the only windows who can go on top of
3276 pf.left = df.left = of.left = cf.left = mRestrictedScreenLeft;
3277 pf.top = df.top = of.top = cf.top = mRestrictedScreenTop;
3278 pf.right = df.right = of.right = cf.right = mRestrictedScreenLeft
3280 pf.bottom = df.bottom = of.bottom = cf.bottom = mRestrictedScreenTop
3285 pf.left = df.left = of.left = cf.left = mStableLeft;
3286 pf.top = df.top = of.top = cf.top = mStableTop;
3287 pf.right = df.right = of.right = cf.right = mStableRight;
3288 pf.bottom = df.bottom = of.bottom = cf.bottom = mStableBottom;
3295 df.left = of.left = cf.left = mDockLeft;
3296 df.top = of.top = cf.top = mDockTop;
3297 df.right = of.right = cf.right = mDockRight;
3298 df.bottom = of.bottom = cf.bottom = mDockBottom;
3300 df.left = of.left = cf.left = mContentLeft;
3301 df.top = of.top = cf.top = mContentTop;
3302 df.right = of.right = cf.right = mContentRight;
3303 df.bottom = of.bottom = cf.bottom = mContentBottom;
3319 df.left = df.top = of.left = of.top = cf.left = cf.top = vf.left = vf.top = -10000;
3320 df.right = df.bottom = of.right = of.bottom = cf.right = cf.bottom
3329 + " of=" + of.toShortString()
3333 win.computeFrameLw(pf, df, of, cf, vf, dcf);
3335 // Dock windows carve out the bottom of the screen, so normal windows
3558 // This is the case of keyguard isSecure() and not mHideLockScreen.
4051 // Note that we need to make a copy of the key event here because the
4237 // force a re-application of focused window sysui visibility.
4467 // This case can override the behavior of NOSENSOR, and can also
4476 // This case can override the behavior of NOSENSOR, and can also
4525 // of gravity and as NOSENSOR is never affected by gravity, then neither should
4873 * null if the standard home should be launched, which is the case if any of the following is
4889 // of whether we are actually in a car dock.
5228 // Use this instead of checking config_showNavigationBar so that it can be consistently