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

/frameworks/native/libs/utils/
H A DFileMap.cpp95 int adjust; local
116 adjust = offset % mPageSize;
117 adjOffset = offset - adjust;
118 adjLength = length + adjust;
134 int prot, flags, adjust; local
159 adjust = offset % mPageSize;
161 adjOffset = offset - adjust;
162 adjLength = length + adjust;
174 adjust = offset;
188 mDataPtr = (char*) mBasePtr + adjust;
[all...]
/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java214 adjust(content, CAP);
215 adjust(content, ALT);
216 adjust(content, SYM);
236 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/core/java/android/webkit/
H A DWebViewCore.java2530 // adjust the default scale to match the densityDpi
2531 float adjust = 1.0f;
2533 adjust = getFixedDisplayDensity(mContext);
2535 adjust = (float) mContext.getResources().getDisplayMetrics().densityDpi
2537 adjust = ((int) (adjust * 100)) / 100.0f;
2545 if (adjust != mWebViewClassic.getDefaultZoomScale()) {
2547 WebViewClassic.UPDATE_ZOOM_DENSITY, adjust).sendToTarget();
2549 int defaultScale = (int) (adjust * 100);
2552 mViewportInitialScale *= adjust;
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2557 void setAttachedWindowFrames(WindowState win, int fl, int adjust, argument
2578 if (adjust != SOFT_INPUT_ADJUST_RESIZE) {
2653 final int adjust = sim & SOFT_INPUT_MASK_ADJUST;
2659 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, cf, vf);
2691 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, cf, vf);
2735 if (adjust != SOFT_INPUT_ADJUST_RESIZE) {
2748 if (adjust != SOFT_INPUT_ADJUST_NOTHING) {
2833 if (adjust != SOFT_INPUT_ADJUST_NOTHING) {
2846 setAttachedWindowFrames(win, fl, adjust, attached, false, pf, df, cf, vf);
2867 if (adjust !
[all...]

Completed in 559 milliseconds