/frameworks/native/libs/utils/ |
D | FileMap.cpp | 95 int adjust; in create() local 116 adjust = offset % mPageSize; in create() 117 adjOffset = offset - adjust; in create() 118 adjLength = length + adjust; in create() 134 int prot, flags, adjust; in create() local 159 adjust = offset % mPageSize; in create() 161 adjOffset = offset - adjust; in create() 162 adjLength = length + adjust; in create() 174 adjust = offset; in create() 188 mDataPtr = (char*) mBasePtr + adjust; in create()
|
/frameworks/base/core/java/android/text/method/ |
D | MetaKeyKeyListener.java | 214 adjust(content, CAP); in adjustMetaAfterKeypress() 215 adjust(content, ALT); in adjustMetaAfterKeypress() 216 adjust(content, SYM); in adjustMetaAfterKeypress() 236 private static void adjust(Spannable content, Object what) { in adjust() method in MetaKeyKeyListener
|
/frameworks/base/tools/aapt/ |
D | ZipFile.cpp | 954 long delCount, adjust; in crunchArchive() local 972 delCount = adjust = 0; in crunchArchive() 1005 adjust += span; in crunchArchive() 1014 } else if (span != 0 && adjust > 0) { in crunchArchive() 1018 result = filemove(mZipFp, pEntry->getLFHOffset() - adjust, in crunchArchive() 1026 pEntry->setLFHOffset(pEntry->getLFHOffset() - adjust); in crunchArchive() 1035 mEOCD.mCentralDirOffset -= adjust; in crunchArchive()
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewCore.java | 2546 float adjust = 1.0f; in setupViewport() local 2548 adjust = mContext.getResources().getDisplayMetrics().density; in setupViewport() 2550 adjust = (float) mContext.getResources().getDisplayMetrics().densityDpi in setupViewport() 2558 if (adjust != mWebViewClassic.getDefaultZoomScale()) { in setupViewport() 2560 WebViewClassic.UPDATE_ZOOM_DENSITY, adjust).sendToTarget(); in setupViewport() 2562 int defaultScale = (int) (adjust * 100); in setupViewport() 2565 mViewportInitialScale *= adjust; in setupViewport() 2568 mViewportMinimumScale *= adjust; in setupViewport() 2571 mViewportMaximumScale *= adjust; in setupViewport() 2604 viewState.mDefaultScale = adjust; in setupViewport() [all …]
|
/frameworks/base/docs/html/design/patterns/ |
D | selection.jd | 66 <h4>Dynamically adjust CAB actions</h4> 67 <p>In most cases you need to adjust the actions in the CAB dynamically as the user adds more items …
|
D | multi-pane-layouts.jd | 31 you can use to adjust the layout after orientation change while keeping functional parity intact.</…
|
D | actionbar.jd | 86 <p>One of the most important UI issues to consider when creating an app is how to adjust to screen
|
/frameworks/base/docs/html/distribute/googleplay/about/ |
D | monetizing.jd | 125 <p>You can set and adjust your prices at any time, in any available currency. 126 Your prices in available currencies are independent, so you can adjust one
|
/frameworks/base/docs/html/design/building-blocks/ |
D | dialogs.jd | 6 user to adjust settings or enter text.</p>
|
/frameworks/base/docs/html/training/tv/ |
D | optimizing-layouts-tv.jd | 59 This allows the Android system to adjust the position of the views to the size, alignment, 74 dynamically, so they can adjust to the screen resolution. Controls are added to the left side Fragm…
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 2499 void setAttachedWindowFrames(WindowState win, int fl, int adjust, in setAttachedWindowFrames() argument 2520 if (adjust != SOFT_INPUT_ADJUST_RESIZE) { in setAttachedWindowFrames() 2602 final int adjust = sim & SOFT_INPUT_MASK_ADJUST; in layoutWindowLw() local 2660 if (adjust != SOFT_INPUT_ADJUST_RESIZE) { in layoutWindowLw() 2672 if (adjust != SOFT_INPUT_ADJUST_NOTHING) { in layoutWindowLw() 2754 if (adjust != SOFT_INPUT_ADJUST_NOTHING) { in layoutWindowLw() 2767 setAttachedWindowFrames(win, fl, adjust, attached, false, pf, df, cf, vf); in layoutWindowLw() 2788 if (adjust != SOFT_INPUT_ADJUST_RESIZE) { in layoutWindowLw() 2799 if (adjust != SOFT_INPUT_ADJUST_NOTHING) { in layoutWindowLw()
|
/frameworks/base/docs/html/guide/appendix/ |
D | app-intents.jd | 93 …Android phones in portrait mode will adjust the zoom so that …
|
D | g-app-intents.jd | 102 x 3 aspect ratio display Android phones in portrait mode will adjust the zoom so
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | view-animation.jd | 112 bounds of the View that holds your animation will not automatically adjust to accommodate it.
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.2-highlights.jd | 285 <p>New "car mode" and "night mode" controls and configurations allow applications to adjust their UI
|
D | android-2.2.jd | 188 … and "night mode" and {@link android.app.UiModeManager} let applications adjust their application …
|
D | android-4.0.jd | 286 adjust brightness, adjust saturation, rotate an image, apply a fisheye effect, and much more. The 313 <p>You can adjust an effect’s parameters by calling {@link android.media.effect.Effect#setParameter 981 connection efficiently and adjust your usage depending on the type of connection available.</p> 1319 adjust its opacity with {@link android.view.View#setAlpha setAlpha()}.</p>
|
D | android-2.3-highlights.jd | 102 free-selection mode — the user can adjust the selection area as needed by
|
D | android-3.0-highlights.jd | 113 …g text, a new UI lets users quickly select a word by press-hold and then adjust the selection area…
|
/frameworks/base/docs/html/tools/building/ |
D | building-eclipse.jd | 119 <li>With the Run Configuration selected, adjust your desired run configuration settings:
|
/frameworks/base/docs/html/guide/webapps/ |
D | targeting.jd | 216 fit every device screen, but scaling occurs on your images in order to adjust for different screen 389 <p>The types of styles you might want to adjust based on the screen density depend on how you've
|
/frameworks/base/docs/html/guide/practices/ |
D | screens_support.jd | 68 handles most of the work to adjust each application's user interface to the screen on which it is 316 for different screen sizes. For example, on a larger screen, you might want to adjust the position 318 you might need to adjust sizes so that everything can fit on the screen.</p> 603 adjust to any size. You should, however, provide alternate versions of your Nine-Patch files for 1010 screen configurations, adjust your layouts and bitmap drawables in configuration-specific
|
D | tablets-and-handsets.jd | 93 is flexible enough for the system to adjust the action bar layout based on the screen size.
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | animation-resource.jd | 651 For example, you can adjust the rate of 652 acceleration for the {@link android.view.animation.AnticipateInterpolator}, or adjust the number of
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-ui.jd | 474 image underneath. You can adjust this with the <strong>Overlay:</strong> slider at the
|