Home
last modified time | relevance | path

Searched defs:adjust (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipKeepClearAlgorithmInterface.java35 default Rect adjust(PipBoundsState pipBoundsState, PipBoundsAlgorithm pipBoundsAlgorithm) { in adjust() method
H A DPhonePipKeepClearAlgorithm.java56 public Rect adjust(PipBoundsState pipBoundsState, PipBoundsAlgorithm pipBoundsAlgorithm) { in adjust() method in PhonePipKeepClearAlgorithm
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodDebug.java111 final int adjust = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST; in softInputModeToString() local
/aosp14/system/core/libutils/
H A DFileMap.cpp139 int adjust; in create() local
/aosp14/frameworks/base/core/java/android/service/notification/
H A DScheduleCalendar.java104 private long getNextTime(long now, int hr, int min, boolean adjust) { in getNextTime()
/aosp14/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java296 private static void adjust(Spannable content, Object what) { in adjust() method in MetaKeyKeyListener
/aosp14/frameworks/base/core/java/android/view/
H A DNotificationTopLineView.java422 OverflowAdjuster adjust(View targetView, View targetDivider, int minimumWidth) { in adjust() method in NotificationTopLineView.OverflowAdjuster
H A DWindowManager.java5648 final int adjust = softInputMode & SOFT_INPUT_MASK_ADJUST; in softInputModeToString() local
H A DView.java21163 final int adjust = (minTouchTarget - touchBounds.height()) / 2; in getHorizontalScrollBarBounds() local
21168 final int adjust = (minTouchTarget - touchBounds.width()) / 2; in getHorizontalScrollBarBounds() local
21229 final int adjust = (minTouchTarget - touchBounds.width()) / 2; in getStraightVerticalScrollBarBounds() local
21239 final int adjust = (minTouchTarget - touchBounds.height()) / 2; in getStraightVerticalScrollBarBounds() local
30062 static int adjust(int measureSpec, int delta) { in adjust() method in View.MeasureSpec
H A DViewRootImpl.java2792 final int adjust = inOutParams.softInputMode & SOFT_INPUT_MASK_ADJUST; in adjustLayoutParamsForCompatibility() local
/aosp14/frameworks/base/tools/aapt/
H A DZipFile.cpp951 long delCount, adjust; in crunchArchive() local
/aosp14/frameworks/base/core/java/android/widget/
H A DFastScroller.java1560 final float adjust = targetSizeDiff > 0 ? targetSizeDiff : 0; in isPointInsideX() local
1576 final float adjust = targetSizeDiff > 0 ? targetSizeDiff / 2 : 0; in isPointInsideY() local
H A DGridLayout.java1071 static int adjust(int measureSpec, int delta) { in adjust() method in GridLayout
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java6866 private boolean isMuteAdjust(int adjust) { in isMuteAdjust()