Searched defs:adjust (Results 1 – 10 of 10) sorted by relevance
103 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
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
1065 static int adjust(int measureSpec, int delta) { in adjust() method in GridLayout
731 float adjust = (float) (Math.sqrt(dsq) / 1.99999); in drawArc() local
1755 private void setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, in setAttachedWindowFrames()1890 final int adjust = sim & SOFT_INPUT_MASK_ADJUST; in layoutWindowLw() local
3375 final int adjust = softInputMode & SOFT_INPUT_MASK_ADJUST; in softInputModeToString() local
19306 final int adjust = (minTouchTarget - touchBounds.height()) / 2; in getHorizontalScrollBarBounds() local19311 final int adjust = (minTouchTarget - touchBounds.width()) / 2; in getHorizontalScrollBarBounds() local19372 final int adjust = (minTouchTarget - touchBounds.width()) / 2; in getStraightVerticalScrollBarBounds() local19382 final int adjust = (minTouchTarget - touchBounds.height()) / 2; in getStraightVerticalScrollBarBounds() local27796 static int adjust(int measureSpec, int delta) { in adjust() method in View.MeasureSpec
4091 private boolean isMuteAdjust(int adjust) { in isMuteAdjust()