Lines Matching refs:or

10  * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
273 * or below others in the same layer. */
288 * the thumbnail (or in other words as far as possible above the window
489 * list or contain windows that need to be force removed.
740 // Whether or not a layout can cause a wake up when theater mode is enabled.
879 // is in a special boot mode, such as being encrypted or waiting for a decryption password.
1149 * @return The index of win in windows or of the window that is an ancestor of win.
1321 //that was created later or a window at the top of the list of
1523 // Now w is either mWindows[0] or an IME (or null if mWindows is empty).
1532 // behind the dialog or its full-screen scrim.
2108 // From now on, no exceptions or errors allowed!
2512 // additional window or animation that will trigger its removal.
2515 // The exit animation is running or should run... wait for it!
2995 // handled yet, or it might want to draw a last frame. If we already have a
3626 // keyguard locked. This could be the keyguard forced orientation or
3663 // Return either the orientation of the show-when-locked app (if there is any) or
3743 int or = atoken.requestedOrientation;
3748 if (lastFullscreen && or != SCREEN_ORIENTATION_BEHIND) {
3750 "Done at " + atoken + " -- full screen, return " + or);
3751 return or;
3754 if (or != SCREEN_ORIENTATION_UNSPECIFIED && or != SCREEN_ORIENTATION_BEHIND) {
3756 "Done at " + atoken + " -- explicitly set, return " + or);
3757 return or;
3759 findingBehind |= (or == SCREEN_ORIENTATION_BEHIND);
4116 // animation stay on the first or last frame a little longer.
4435 // * or the token was marked as hidden and is exiting before we had a chance to play the
4437 // * or this is an opening app and windows are being replaced.
4656 // If the token is currently hidden (should be the common case), or has been
5778 // Switch state: AKEY_STATE_DOWN or AKEY_STATE_VIRTUAL.
5801 // Switch state: AKEY_STATE_DOWN or AKEY_STATE_VIRTUAL.
6679 * @param rotation The desired rotation to freeze to, or -1 to use the
6689 throw new IllegalArgumentException("Rotation argument must be -1 or a valid "
6735 * device is docked or rotated into a new posture.
6840 // We can't rotate (seamlessly or not) while waiting for the last seamless rotation
7074 * the device's natural orientation is portrait (width < height) or landscape.
7171 * @return True if the server stopped, false if it wasn't started or
7912 // The divider could be adjusted for IME position, or be thinner than usual,
7913 // or both. There are three possible cases:
9295 * @return the forced display density for the specified user, if set, or
9536 // If the screen is currently frozen or off, then keep
9606 // to the surface size or the onscreen area at various
9669 // If the orientation is changing, or we're starting or ending
9677 Slog.v(TAG_WM, "Orientation or resize start waiting for draw"
9715 // Window has been removed or hidden; no draw will now happen, so stop waiting.
10007 // win.mAppToken (return win) or mFocusedApp (return null).
10049 // No need to freeze the screen before the system is ready or if
10922 pw.println(" Window hex object identifier, or");
10923 pw.println(" \"all\" for all windows, or");
10985 pw.println("Bad window command, or no windows match: " + cmd);
11081 * @return The DisplayContent associated with displayId or null if there is no Display for it.
11110 * @return The list of WindowStates on the screen, or null if the there is no screen.
11119 * @return The list of WindowStates on the screen, or null if the there is no screen.
11236 * @param replacing Whether the window is being replaced or not.