Searched defs:adjust (Results 1 – 11 of 11) sorted by relevance
108 final int adjust = softInputMode & WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST; in softInputModeToString() local
296 private static void adjust(Spannable content, Object what) { in adjust() method in MetaKeyKeyListener
419 OverflowAdjuster adjust(View targetView, View targetDivider, int minimumWidth) { in adjust() method in NotificationTopLineView.OverflowAdjuster
4544 final int adjust = softInputMode & SOFT_INPUT_MASK_ADJUST; in softInputModeToString() local
19951 final int adjust = (minTouchTarget - touchBounds.height()) / 2; in getHorizontalScrollBarBounds() local19956 final int adjust = (minTouchTarget - touchBounds.width()) / 2; in getHorizontalScrollBarBounds() local20017 final int adjust = (minTouchTarget - touchBounds.width()) / 2; in getStraightVerticalScrollBarBounds() local20027 final int adjust = (minTouchTarget - touchBounds.height()) / 2; in getStraightVerticalScrollBarBounds() local28571 static int adjust(int measureSpec, int delta) { in adjust() method in View.MeasureSpec
2261 final int adjust = inOutParams.softInputMode & SOFT_INPUT_MASK_ADJUST; in adjustLayoutParamsForCompatibility() local
951 long delCount, adjust; in crunchArchive() local
1560 final float adjust = targetSizeDiff > 0 ? targetSizeDiff : 0; in isPointInsideX() local1576 final float adjust = targetSizeDiff > 0 ? targetSizeDiff / 2 : 0; in isPointInsideY() local
1071 static int adjust(int measureSpec, int delta) { in adjust() method in GridLayout
731 float adjust = (float) (Math.sqrt(dsq) / 1.99999); in drawArc() local
5776 private boolean isMuteAdjust(int adjust) { in isMuteAdjust()