Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DInputMethodClient.java112 final int adjust = softInputMode & LayoutParams.SOFT_INPUT_MASK_ADJUST; in softInputModeToString() local
142 switch (adjust) { in softInputModeToString()
157 sb.append(adjust); in softInputModeToString()
/frameworks/base/core/java/com/android/internal/net/
DNetworkStatsFactory.java219 NetworkStats.Entry adjust = in readNetworkStatsDetail() local
222 adjust.rxBytes -= (entry.rxBytes + entry.rxPackets * IPV4V6_HEADER_DELTA); in readNetworkStatsDetail()
223 adjust.txBytes -= (entry.txBytes + entry.txPackets * IPV4V6_HEADER_DELTA); in readNetworkStatsDetail()
224 adjust.rxPackets -= entry.rxPackets; in readNetworkStatsDetail()
225 adjust.txPackets -= entry.txPackets; in readNetworkStatsDetail()
226 adjustments.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.cpp951 long delCount, adjust; in crunchArchive() local
969 delCount = adjust = 0; in crunchArchive()
1002 adjust += span; in crunchArchive()
1011 } else if (span != 0 && adjust > 0) { in crunchArchive()
1015 result = filemove(mZipFp, pEntry->getLFHOffset() - adjust, in crunchArchive()
1023 pEntry->setLFHOffset(pEntry->getLFHOffset() - adjust); in crunchArchive()
1032 mEOCD.mCentralDirOffset -= adjust; in crunchArchive()
/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperController.java645 boolean adjust = false; in adjustWallpaperWindowsForAppTransitionIfNeeded()
647 adjust = true; in adjustWallpaperWindowsForAppTransitionIfNeeded()
652 adjust = true; in adjustWallpaperWindowsForAppTransitionIfNeeded()
658 if (adjust) { in adjustWallpaperWindowsForAppTransitionIfNeeded()
DTaskStack.java1195 boolean adjust = false; in updateAdjustedBounds()
1197 adjust = adjustForMinimizedDockedStack(mMinimizeAmount); in updateAdjustedBounds()
1199 adjust = adjustForIME(mImeWin); in updateAdjustedBounds()
1201 if (!adjust) { in updateAdjustedBounds()
1207 if (mAdjustedForIme && adjust && !isImeTarget) { in updateAdjustedBounds()
/frameworks/base/libs/hwui/utils/
DVectorDrawableUtils.cpp207 float adjust = (float) (sqrt(dsq) / 1.99999); in drawArc() local
208 drawArc(p, x0, y0, x1, y1, a * adjust, in drawArc()
209 b * adjust, theta, isMoreThanHalf, isPositiveArc); in drawArc()
/frameworks/base/core/java/android/widget/
DFastScroller.java1545 final float adjust = targetSizeDiff > 0 ? targetSizeDiff : 0; in isPointInsideX() local
1548 return x >= mThumbImage.getLeft() - adjust; in isPointInsideX()
1550 return x <= mThumbImage.getRight() + adjust; in isPointInsideX()
1561 final float adjust = targetSizeDiff > 0 ? targetSizeDiff / 2 : 0; in isPointInsideY() local
1563 return y >= (top - adjust) && y <= (bottom + adjust); in isPointInsideY()
DGridLayout.java1042 static int adjust(int measureSpec, int delta) { in adjust() method in GridLayout
1058 int widthSpecSansPadding = adjust( widthSpec, -hPadding); in onMeasure()
1059 int heightSpecSansPadding = adjust(heightSpec, -vPadding); in onMeasure()
/frameworks/support/compat/java/android/support/v4/graphics/
DPathParser.java648 float adjust = (float) (Math.sqrt(dsq) / 1.99999); in drawArc() local
649 drawArc(p, x0, y0, x1, y1, a * adjust, in drawArc()
650 b * adjust, theta, isMoreThanHalf, isPositiveArc); in drawArc()
/frameworks/layoutlib/bridge/src/android/util/
DPathParser_Delegate.java731 float adjust = (float) (Math.sqrt(dsq) / 1.99999); in drawArc() local
732 drawArc(p, x0, y0, x1, y1, a * adjust, b * adjust, theta, in drawArc()
/frameworks/base/core/proto/android/service/
Dpower.proto388 // to temporarily adjust the brightness until next updated,
392 // application to temporarily adjust the auto-brightness adjustment factor
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4739 void setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, in setAttachedWindowFrames() argument
4760 if (adjust != SOFT_INPUT_ADJUST_RESIZE) { in setAttachedWindowFrames()
4860 final int adjust = sim & SOFT_INPUT_MASK_ADJUST; in layoutWindowLw() local
4872 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf); in layoutWindowLw()
4907 if (adjust != SOFT_INPUT_ADJUST_RESIZE) { in layoutWindowLw()
4918 if (adjust != SOFT_INPUT_ADJUST_NOTHING) { in layoutWindowLw()
4938 if (adjust == SOFT_INPUT_ADJUST_RESIZE) { in layoutWindowLw()
4989 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf); in layoutWindowLw()
5065 if (adjust != SOFT_INPUT_ADJUST_RESIZE) { in layoutWindowLw()
5088 if (adjust != SOFT_INPUT_ADJUST_NOTHING) { in layoutWindowLw()
[all …]
/frameworks/base/core/java/android/view/
DView.java5903 final int adjust = Math.max(mScrollCache.scrollBarMinTouchTarget - thumbLength, 0) / 2;
5905 && y >= thumbTop - adjust && y <= thumbTop + thumbLength + adjust) {
5930 final int adjust = Math.max(mScrollCache.scrollBarMinTouchTarget - thumbLength, 0) / 2;
5931 if (x >= thumbLeft - adjust && x <= thumbLeft + thumbLength + adjust
16662 final int adjust = (minTouchTarget - touchBounds.height()) / 2;
16663 touchBounds.bottom = Math.min(touchBounds.bottom + adjust, mScrollY + height);
16667 final int adjust = (minTouchTarget - touchBounds.width()) / 2;
16668 touchBounds.left -= adjust;
16728 final int adjust = (minTouchTarget - touchBounds.width()) / 2;
16730 touchBounds.right = Math.min(touchBounds.right + adjust, mScrollX + width);
[all …]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
DGridLayout.java938 static int adjust(int measureSpec, int delta) { in adjust() method in GridLayout
954 int widthSpecSansPadding = adjust( widthSpec, -hPadding); in onMeasure()
955 int heightSpecSansPadding = adjust(heightSpec, -vPadding); in onMeasure()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3862 private boolean isMuteAdjust(int adjust) { in isMuteAdjust() argument
3863 return adjust == AudioManager.ADJUST_MUTE || adjust == AudioManager.ADJUST_UNMUTE in isMuteAdjust()
3864 || adjust == AudioManager.ADJUST_TOGGLE_MUTE; in isMuteAdjust()
/frameworks/base/proto/src/
Dmetrics_constants.proto1748 // Tuner: Change night mode adjust dark theme.
1751 // Tuner: Change night mode adjust tint.
1754 // Tuner: Change night mode adjust brightness.
/frameworks/wilhelm/doc/
DDoxyfile813 # Doxygen will adjust the colors in the stylesheet and background images
/frameworks/native/docs/
DDoxyfile982 # Doxygen will adjust the colors in the style sheet and background images
/frameworks/av/media/libaaudio/
DDoxyfile.orig1084 # will adjust the colors in the stylesheet and background images according to
DDoxyfile1093 # will adjust the colors in the stylesheet and background images according to
/frameworks/base/config/
Dboot-image-profile.txt6853 HPLandroid/text/method/MetaKeyKeyListener;->adjust(Landroid/text/Spannable;Ljava/lang/Object;)V
9192 HPLandroid/widget/GridLayout;->adjust(II)I
41200 HSPLcom/android/org/bouncycastle/crypto/generators/PKCS12ParametersGenerator;->adjust([BI[B)V