Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/base/core/java/com/android/internal/net/
DNetworkStatsFactory.java204 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/
DMetaKeyKeyListener.java273 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/
DZipFile.cpp954 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/
Dselection.jd73 <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 …
Dmulti-pane-layouts.jd44 you can use to adjust the layout after orientation change while keeping functional parity intact.</…
Dwidgets.jd90 …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/
DPathParser.java542 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/
Dvisibility.jd93 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>
Dindex.jd45 your layout should adjust to the reduced screen space.
/frameworks/base/docs/html/training/system-ui/
Dindex.jd120 so that you can adjust your app's UI accordingly.
Dstatus.jd195 adjust its content accordingly. By overriding this method you can handle the
/frameworks/base/docs/html/distribute/essentials/quality/
Dtablets.jd14 <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/
Dlocation.jd85 …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/
DPhoneWindowManager.java3176 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/
Ddialogs.jd14 user to adjust settings or enter text.</p>
/frameworks/base/docs/html/guide/appendix/
Dapp-intents.jd94 …Android phones in portrait mode will adjust the zoom so that …
Dg-app-intents.jd103 x 3 aspect ratio display Android phones in portrait mode will adjust the zoom so
/frameworks/base/docs/html/guide/topics/graphics/
Dview-animation.jd112 bounds of the View that holds your animation will not automatically adjust to accommodate it.
/frameworks/base/docs/html/training/material/
Dtheme.jd112 <code>&#64;android:color/transparent</code> and adjust the window flags as required. You can
/frameworks/base/docs/html/training/tv/start/
Dhardware.jd38 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/
Dindex.jd75 …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/
DGridLayout.java926 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/
DGridLayout.java1036 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/
Dandroid-2.2-highlights.jd286 <p>New "car mode" and "night mode" controls and configurations allow applications to adjust their UI
/frameworks/base/docs/html/tools/building/
Dbuilding-eclipse.jd129 <li>With the Run Configuration selected, adjust your desired run configuration settings:

123