/frameworks/base/core/java/com/android/internal/policy/ |
D | BackdropFrameRenderer.java | 81 boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) { in BackdropFrameRenderer() argument 96 mFullscreen = fullscreen; in BackdropFrameRenderer() 97 mOldFullscreen = fullscreen; in BackdropFrameRenderer() 156 public void setTargetRect(Rect newTargetBounds, boolean fullscreen, Rect systemInsets, in setTargetRect() argument 159 mFullscreen = fullscreen; in setTargetRect() 306 private void redrawLocked(Rect newBounds, boolean fullscreen, Rect systemInsets, in redrawLocked() argument 354 drawColorViews(left, top, width, height, fullscreen, systemInsets, stableInsets); in redrawLocked() 363 boolean fullscreen, Rect systemInsets, Rect stableInsets) { in drawColorViews() argument 382 if (mNavigationBarColor != null && fullscreen) { in drawColorViews()
|
D | DecorView.java | 1981 public void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, 1984 mBackdropFrameRenderer.setTargetRect(newBounds, fullscreen, systemInsets, stableInsets); 1989 public void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, 2005 getCurrentColor(mNavigationColorViewState), fullscreen, systemInsets,
|
/frameworks/base/core/java/android/view/ |
D | WindowCallbacks.java | 47 void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets, in onWindowSizeIsChanging() argument 58 void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets, in onWindowDragResizeStart() argument
|
D | IWindowManager.aidl | 112 int requestedOrientation, boolean fullscreen, boolean showWhenLocked, int userId, in addAppToken() argument
|
D | ViewRootImpl.java | 5972 boolean fullscreen = frame.equals(backDropFrame); in dispatchResized() 5975 mWindowCallbacks.get(i).onWindowSizeIsChanging(backDropFrame, fullscreen, in dispatchResized() 7178 private void startDragResizing(Rect initialBounds, boolean fullscreen, Rect systemInsets, in startDragResizing() argument 7183 mWindowCallbacks.get(i).onWindowDragResizeStart(initialBounds, fullscreen, in startDragResizing()
|
/frameworks/base/core/java/android/service/dreams/ |
D | DreamService.java | 523 public void setFullscreen(boolean fullscreen) { in setFullscreen() argument 524 if (mFullscreen != fullscreen) { in setFullscreen() 525 mFullscreen = fullscreen; in setFullscreen()
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | text.jd | 217 when a handset device is in landscape orientation) then fullscreen ("extract mode") is triggered. In 249 <p>For example, figure 5 shows how the system enables a fullscreen text field when a handset device 251 disable the fullscreen input mode with {@code flagNoExtractUi} in the <a 256 <p class="img-caption"><strong>Figure 6.</strong> The fullscreen text field ("extract mode") is
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityRecord.java | 124 boolean fullscreen; // covers the full screen? field in ActivityRecord 350 pw.print(prefix); pw.print("fullscreen="); pw.print(fullscreen); in dump() 710 fullscreen = ent != null && !ent.array.getBoolean( in ActivityRecord() 729 fullscreen = true; in ActivityRecord() 784 if (fullscreen == toOpaque) { 791 fullscreen = toOpaque;
|
D | ActivityStack.java | 1482 && currentTask.mFullscreen && activity.fullscreen ? null : activity; in findNextTranslucentActivity() 1551 if (r.fullscreen) { in isStackTranslucent() 1600 && !focusedStack.topActivity().fullscreen) { in getStackVisibilityLocked() 1769 if (behindFullscreenActivity && !r.fullscreen) { in ensureActivitiesVisibleLocked() 1931 if (r.fullscreen) { in updateBehindFullscreen() 2059 behindFullscreenActivity |= r.fullscreen; in cancelInitializingActivities() 2072 behindFullscreenActivity |= r.fullscreen; in cancelInitializingActivities() 2403 && !lastStack.mLastPausedActivity.fullscreen)); in resumeTopActivityInnerLocked() 3838 if (r.fullscreen) { in destroyActivitiesLocked() 4446 if (r.fullscreen) { in ensureVisibleActivitiesConfigurationLocked() [all …]
|
D | TaskRecord.java | 762 if (!mActivities.remove(r) && r.fullscreen) { in addActivityAtIndex() 800 if (mActivities.remove(r) && r.fullscreen) { in removeActivity()
|
/frameworks/base/docs/html/training/system-ui/ |
D | index.jd | 30 <a href="{@docRoot}design/patterns/fullscreen.html">
|
D | immersive.jd | 27 <a href="{@docRoot}design/patterns/fullscreen.html"> 154 interaction, you can probably get by with the <a href="{@docRoot}design/patterns/fullscreen.html">
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | tv.jd | 407 For advertising that uses fullscreen, non-video ads, the app allows the user to 419 For advertising that uses clickable, non-fullscreen, non-video ads, the app does not allow 431 For advertising that uses clickable, non-fullscreen, non-video ads, the app does not allow
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | dialogs.jd | 492 <p>That's it. The activity now displays in a dialog window instead of fullscreen.</p> 678 or a fullscreen UI, based on the screen size:</p> 689 // The device is smaller, so show the fragment fullscreen 693 // To make it fullscreen, use the 'content' root view as the container 706 than fullscreen). The best way to set this kind of boolean is to declare a 747 <p>Instead of showing a dialog as a fullscreen UI when on small screens, you can accomplish
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowStateAnimator.java | 1243 final boolean fullscreen = w.isFrameFullscreen(displayInfo); in calculateSurfaceWindowCrop() 1249 clipRect.set((mHasClipRect && !fullscreen) ? mClipRect : mSystemDecorRect); in calculateSurfaceWindowCrop() 1251 + " mHasClipRect=" + mHasClipRect + " fullscreen=" + fullscreen); in calculateSurfaceWindowCrop() 1266 if (mHasClipRect && fullscreen) { in calculateSurfaceWindowCrop()
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0-highlights.jd | 162 <li>{@code <video>} tag support in fullscreen mode.</li>
|
/frameworks/base/docs/html/design/patterns/ |
D | new.jd | 87 content. The new <a href="{@docRoot}design/patterns/fullscreen.html">Full
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/ |
D | dialogs.jd | 686 // The device is smaller, so show the fragment fullscreen 690 // To make it fullscreen, use the 'content' root view as the container
|
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/ |
D | dialogs.jd | 686 // The device is smaller, so show the fragment fullscreen 690 // To make it fullscreen, use the 'content' root view as the container
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/ |
D | dialogs.jd | 686 // The device is smaller, so show the fragment fullscreen 690 // To make it fullscreen, use the 'content' root view as the container
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/ |
D | dialogs.jd | 686 // The device is smaller, so show the fragment fullscreen 690 // To make it fullscreen, use the 'content' root view as the container
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/ |
D | dialogs.jd | 686 // The device is smaller, so show the fragment fullscreen 690 // To make it fullscreen, use the 'content' root view as the container
|
/frameworks/base/docs/html/guide/topics/text/ |
D | creating-input-method.jd | 209 must handle both landscape and portrait orientations. In non-fullscreen IME mode, leave 211 no more than half the screen is occupied by the IME. In fullscreen IME mode this is not an
|
/frameworks/base/docs/html-intl/intl/in/guide/topics/ui/ |
D | dialogs.jd | 686 // The device is smaller, so show the fragment fullscreen 690 // To make it fullscreen, use the 'content' root view as the container
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/ui/ |
D | dialogs.jd | 686 // The device is smaller, so show the fragment fullscreen 690 // To make it fullscreen, use the 'content' root view as the container
|