Home
last modified time | relevance | path

Searched refs:resizing (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DWindowManagerProxy.java192 public void setResizing(final boolean resizing) { in setResizing() argument
197 WindowManagerGlobal.getWindowManagerService().setDockedStackResizing(resizing); in setResizing()
/frameworks/base/docs/html/design/patterns/
Dwidgets.jd89 <h3>Widget resizing</h3>
92 if it is constrained to horizontal or vertical size changes. You do not have to support resizing if
109 …st or grid-based collection widgets are usually straightforward because resizing the widget will s…
118 …size range in which your widget can redraw itself. Planning your widget resizing strategy across "…
/frameworks/base/services/core/java/com/android/server/wm/
DDockedStackDividerController.java251 void setResizing(boolean resizing) { in setResizing() argument
252 if (mResizing != resizing) { in setResizing()
253 mResizing = resizing; in setResizing()
DTaskStack.java1273 void setDragResizingLocked(boolean resizing) { in setDragResizingLocked() argument
1274 if (mDragResizing == resizing) { in setDragResizingLocked()
1277 mDragResizing = resizing; in setDragResizingLocked()
DWindowState.java2360 boolean resizing = isDragResizing() || isDragResizeChanged(); in getBackdropFrame()
2361 if (StackId.useWindowFrameForBackdrop(getStackId()) || !resizing) { in getBackdropFrame()
2496 final boolean resizing = computeDragResizing(); in setDragResizing()
2497 if (resizing == mDragResizing) { in setDragResizing()
2500 mDragResizing = resizing; in setDragResizing()
/frameworks/base/docs/html/guide/topics/manifest/
Dsupports-screens-element.jd33 Normal resizing applied by the system works well for most applications and you don't have to do any
45 have not designed for larger screen sizes and the normal resizing does not achieve the appropriate
99 on the application's part to make good use of it, though it may rely on resizing by the
111 on the application's part to make good use of it, though it may rely on resizing by the
/frameworks/base/core/java/android/view/
DIWindowManager.aidl373 void setDockedStackResizing(boolean resizing); in setDockedStackResizing() argument
/frameworks/base/docs/html/training/transitions/
Doverview.jd131 such as fading and resizing views. You can also define your own custom transitions to create
164 animate the resizing of views that contain text.</li>
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DIWindowManagerImpl.java546 public void setDockedStackResizing(boolean resizing) throws RemoteException { in setDockedStackResizing() argument
/frameworks/base/docs/html/training/displaying-bitmaps/
Dindex.jd78 <dd>Bitmap processing (resizing, downloading from a remote source, etc.) should never take place
Ddisplay-bitmap.jd182 <p>Any additional processing (such as resizing or fetching images from the network) can take place
/frameworks/base/docs/html/training/system-ui/
Dimmersive.jd173 {@link android.view.View#SYSTEM_UI_FLAG_LAYOUT_STABLE}) to keep the content from resizing
176 status and navigation bars, without resizing the content:</p>
Dstatus.jd121 content from resizing when the status bar hides and shows.</p>
/frameworks/base/docs/html/guide/practices/
Dscreen-compat-mode.jd101 mode (currently disabled, so normal resizing occurs).</p>
192 layout resizing. Normally, only applications that are already built against Android 3.2 (or
Dscreens_support.jd76 <p>Although the system performs scaling and resizing to make your application work on
293 screens and the system will use those instead of resizing the bitmap designed for medium-density
1100 system does when resizing a bitmap to the appropriate size for the current screen
/frameworks/base/docs/html/training/articles/
Dperf-anr.jd91 resizing bitmaps should be done in a worker thread (or in the case of databases
/frameworks/base/docs/html/training/volley/
Drequest.jd54 expensive image operations (decoding, resizing) automatically happen on a worker thread.</li>
/frameworks/base/docs/html/ndk/reference/
Dstruct_a_native_activity_callbacks.jd167 …to be redrawn. To avoid transient artifacts during screen changes (such resizing after rotation), …
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dwidget_design.jd13 <li>App Widget layouts should be flexible, resizing to fit their parent container</li>
/frameworks/base/docs/html/guide/topics/appwidgets/
Dhost.jd308 vertical resizing. Introduced in Android 4.0 (API Level 14), the widget can also specify a
Dindex.jd271 vertical resizing isn't enabled (see <code>resizeMode</code>). Introduced in Android 4.0.</li>
275 horizontal resizing isn't enabled (see <code>resizeMode</code>). Introduced in Android 4.0.</li>
/frameworks/base/docs/html/training/contacts-provider/
Ddisplay-contact-badge.jd236 * resizing the image to the provided image dimensions as needed.
/frameworks/base/docs/html/preview/features/
Dmulti-window.jd154 If the user is resizing a window and makes it larger in either dimension, the
/frameworks/base/docs/html/preview/
Dsupport.jd1460 <li>Apps may flicker while resizing.
1502 <li>Multi-window resizing may cause crashing.</li>
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java7334 final boolean resizing = mWindowManagerInternal.isDockedDividerResizing(); in updateSystemBarsLw()
7339 mForceShowSystemBars = dockedStackVisible || freeformStackVisible || resizing; in updateSystemBarsLw()
7383 vis = configureNavBarOpacity(vis, dockedStackVisible, freeformStackVisible, resizing); in updateSystemBarsLw()

12