Searched defs:adjust (Results 1 - 9 of 9) 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.cpp952 long delCount, adjust; local
970 delCount = adjust = 0;
1003 adjust += span;
1009 /* adjust loop control */
1012 } else if (span != 0 && adjust > 0) {
1015 // pEntry->getFileName(), adjust);
1016 result = filemove(mZipFp, pEntry->getLFHOffset() - adjust,
1024 pEntry->setLFHOffset(pEntry->getLFHOffset() - adjust);
1033 mEOCD.mCentralDirOffset -= adjust;
/frameworks/base/tools/aapt2/
H A DZipFile.cpp962 long delCount, adjust; local
980 delCount = adjust = 0;
1013 adjust += span;
1019 /* adjust loop control */
1022 } else if (span != 0 && adjust > 0) {
1025 // pEntry->getFileName(), adjust);
1026 result = filemove(mZipFp, pEntry->getLFHOffset() - adjust,
1034 pEntry->setLFHOffset(pEntry->getLFHOffset() - adjust);
1043 mEOCD.mCentralDirOffset -= adjust;
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1026 static int adjust(int measureSpec, int delta) { method in class:GridLayout
1042 int widthSpecSansPadding = adjust( widthSpec, -hPadding);
1043 int heightSpecSansPadding = adjust(heightSpec, -vPadding);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java926 static int adjust(int measureSpec, int delta) { method in class:GridLayout
942 int widthSpecSansPadding = adjust( widthSpec, -hPadding);
943 int heightSpecSansPadding = adjust(heightSpec, -vPadding);
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java1216 // need to adjust the volume further.
3376 private boolean isMuteAdjust(int adjust) { argument
3377 return adjust == AudioManager.ADJUST_MUTE || adjust == AudioManager.ADJUST_UNMUTE
3378 || adjust == AudioManager.ADJUST_TOGGLE_MUTE;
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3735 void setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, argument
3756 if (adjust != SOFT_INPUT_ADJUST_RESIZE) {
3855 final int adjust = sim & SOFT_INPUT_MASK_ADJUST;
3867 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf);
3952 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf);
4028 if (adjust != SOFT_INPUT_ADJUST_RESIZE) {
4051 if (adjust != SOFT_INPUT_ADJUST_NOTHING) {
4165 if (adjust != SOFT_INPUT_ADJUST_NOTHING) {
4178 setAttachedWindowFrames(win, fl, adjust, attached, false, pf, df, of, cf, vf);
4211 } else if (adjust !
[all...]
/frameworks/base/core/java/android/view/
H A DView.java773 * This view will adjust its padding to fit sytem windows (e.g. status bar)
7062 * changed, to allow it to adjust its content to fit within those windows.
8812 * important for transitions, where visibility changes should not adjust focus or
11148 * When rotating large views, it is recommended to adjust the camera distance
11192 * When rotating large views, it is recommended to adjust the camera distance
14278 * recomputes internal padding values to adjust for scroll bars.
18767 widthMeasureSpec = MeasureSpec.adjust(widthMeasureSpec, optical ? -oWidth : oWidth);
18768 heightMeasureSpec = MeasureSpec.adjust(heightMeasureSpec, optical ? -oHeight : oHeight);
19968 * parent at least partially consumed the scroll and the caller should adjust the amount it
20059 * to after it completes. View implementations may use this to adjust
21071 static int adjust(int measureSpec, int delta) { method in class:View.MeasureSpec
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 395 milliseconds