Searched refs:adjust (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java273 adjust(content, CAP);
274 adjust(content, ALT);
275 adjust(content, SYM);
295 private static void adjust(Spannable content, Object what) { method in class:MetaKeyKeyListener
/frameworks/base/tools/aapt/
H A DZipFile.cpp954 long delCount, adjust; local
972 delCount = adjust = 0;
1005 adjust += span;
1011 /* adjust loop control */
1014 } else if (span != 0 && adjust > 0) {
1017 // pEntry->getFileName(), adjust);
1018 result = filemove(mZipFp, pEntry->getLFHOffset() - adjust,
1026 pEntry->setLFHOffset(pEntry->getLFHOffset() - adjust);
1035 mEOCD.mCentralDirOffset -= adjust;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2883 void setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, argument
2904 if (adjust != SOFT_INPUT_ADJUST_RESIZE) {
2981 final int adjust = sim & SOFT_INPUT_MASK_ADJUST;
2987 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf);
3048 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf);
3119 if (adjust != SOFT_INPUT_ADJUST_RESIZE) {
3141 if (adjust != SOFT_INPUT_ADJUST_NOTHING) {
3250 if (adjust != SOFT_INPUT_ADJUST_NOTHING) {
3263 setAttachedWindowFrames(win, fl, adjust, attached, false, pf, df, of, cf, vf);
3291 if (adjust !
[all...]
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1030 static int adjust(int measureSpec, int delta) { method in class:GridLayout
1046 int widthSpecSansPadding = adjust( widthSpec, -hPadding);
1047 int heightSpecSansPadding = adjust(heightSpec, -vPadding);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java931 static int adjust(int measureSpec, int delta) { method in class:GridLayout
947 int widthSpecSansPadding = adjust( widthSpec, -hPadding);
948 int heightSpecSansPadding = adjust(heightSpec, -vPadding);
/frameworks/base/core/java/android/view/
H A DView.java729 * This view will adjust its padding to fit sytem windows (e.g. status bar)
5837 * changed, to allow it to adjust its content to fit within those windows.
9502 * When rotating large views, it is recommended to adjust the camera distance
9553 * When rotating large views, it is recommended to adjust the camera distance
12332 * recomputes internal padding values to adjust for scroll bars.
16437 widthMeasureSpec = MeasureSpec.adjust(widthMeasureSpec, optical ? -oWidth : oWidth);
16438 heightMeasureSpec = MeasureSpec.adjust(heightMeasureSpec, optical ? -oHeight : oHeight);
18324 static int adjust(int measureSpec, int delta) { method in class:View.MeasureSpec
18787 * to adjust for a soft input area.

Completed in 1628 milliseconds