/frameworks/base/core/java/com/android/internal/net/ |
D | NetworkStatsFactory.java | 204 NetworkStats.Entry adjust = new NetworkStats.Entry(baseIface, 0, 0, 0, 0L, 0L, 0L, in readNetworkStatsDetail() local 210 adjust.txBytes -= entry.txBytes; in readNetworkStatsDetail() 211 adjust.txPackets -= entry.txPackets; in readNetworkStatsDetail() 214 stats.combineValues(adjust); in readNetworkStatsDetail()
|
/frameworks/base/core/java/android/text/method/ |
D | MetaKeyKeyListener.java | 273 adjust(content, CAP); in adjustMetaAfterKeypress() 274 adjust(content, ALT); in adjustMetaAfterKeypress() 275 adjust(content, SYM); in adjustMetaAfterKeypress() 295 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/docs/html/design/patterns/ |
D | selection.jd | 73 <h4>Dynamically adjust CAB actions</h4> 74 <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 | 44 you can use to adjust the layout after orientation change while keeping functional parity intact.</…
|
D | widgets.jd | 90 …d introduced resizable widgets to the platform. Resizing allows users to adjust the height and/or … 106 …all content has to fit within a given size. You will have to dynamically adjust your widget's cont…
|
/frameworks/base/core/java/android/util/ |
D | PathParser.java | 542 float adjust = (float) (Math.sqrt(dsq) / 1.99999); in drawArc() local 543 drawArc(p, x0, y0, x1, y1, a * adjust, in drawArc() 544 b * adjust, theta, isMoreThanHalf, isPositiveArc); in drawArc()
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | visibility.jd | 93 for your app's UI. The system makes a decision as to how it should adjust the visible portion 100 with one of the "adjust" values.</p>
|
D | index.jd | 45 your layout should adjust to the reduced screen space.
|
/frameworks/base/docs/html/training/system-ui/ |
D | index.jd | 120 so that you can adjust your app's UI accordingly.
|
D | status.jd | 195 adjust its content accordingly. By overriding this method you can handle the
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | tablets.jd | 14 <li><a href="#adjust-font-sizes">5. Adjust Fonts and Touch Targets</a></li> 15 <li><a href="#adjust-widgets">6. Adjust Homescreen Widgets</a></li> 319 <div class="headerLine"><h2 id="adjust-font-sizes">5. 322 <p>To make sure your app is easy to use on tablets, take some time to adjust the 324 configurations you are targeting. You can adjust font sizes through <a 327 resources</a>, and you can adjust touch targets through layouts and bitmap 356 <div class="headerLine"><h2 id="adjust-widgets">6. Adjust Sizes of Home Screen Widgets</h2></div>
|
/frameworks/base/docs/html/google/play-services/ |
D | location.jd | 85 …text</em>: Great for adding movement awareness to location awareness. Apps can adjust the amount of
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 3176 void setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, in setAttachedWindowFrames() argument 3197 if (adjust != SOFT_INPUT_ADJUST_RESIZE) { in setAttachedWindowFrames() 3281 final int adjust = sim & SOFT_INPUT_MASK_ADJUST; in layoutWindowLw() local 3293 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf); in layoutWindowLw() 3368 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf); in layoutWindowLw() 3444 if (adjust != SOFT_INPUT_ADJUST_RESIZE) { in layoutWindowLw() 3467 if (adjust != SOFT_INPUT_ADJUST_NOTHING) { in layoutWindowLw() 3580 if (adjust != SOFT_INPUT_ADJUST_NOTHING) { in layoutWindowLw() 3593 setAttachedWindowFrames(win, fl, adjust, attached, false, pf, df, of, cf, vf); in layoutWindowLw() 3627 } else if (adjust != SOFT_INPUT_ADJUST_RESIZE) { in layoutWindowLw() [all …]
|
/frameworks/base/docs/html/design/building-blocks/ |
D | dialogs.jd | 14 user to adjust settings or enter text.</p>
|
/frameworks/base/docs/html/guide/appendix/ |
D | app-intents.jd | 94 …Android phones in portrait mode will adjust the zoom so that …
|
D | g-app-intents.jd | 103 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/training/material/ |
D | theme.jd | 112 <code>@android:color/transparent</code> and adjust the window flags as required. You can
|
/frameworks/base/docs/html/training/tv/start/ |
D | hardware.jd | 38 check what kind of device your app is running on and adjust the operation of your app. For 163 availability of those features at runtime and then adjust your app's behavior. The next section
|
/frameworks/base/docs/html/design/wear/ |
D | index.jd | 75 …rdware button. From here the user may shut down or restart their device, adjust screen brightness,…
|
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
D | GridLayout.java | 926 static int adjust(int measureSpec, int delta) { in adjust() method in GridLayout 942 int widthSpecSansPadding = adjust( widthSpec, -hPadding); in onMeasure() 943 int heightSpecSansPadding = adjust(heightSpec, -vPadding); in onMeasure()
|
/frameworks/base/core/java/android/widget/ |
D | GridLayout.java | 1036 static int adjust(int measureSpec, int delta) { in adjust() method in GridLayout 1052 int widthSpecSansPadding = adjust( widthSpec, -hPadding); in onMeasure() 1053 int heightSpecSansPadding = adjust(heightSpec, -vPadding); in onMeasure()
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.2-highlights.jd | 286 <p>New "car mode" and "night mode" controls and configurations allow applications to adjust their UI
|
/frameworks/base/docs/html/tools/building/ |
D | building-eclipse.jd | 129 <li>With the Run Configuration selected, adjust your desired run configuration settings:
|