Searched refs:fOffset (Results 1 – 3 of 3) sorted by relevance
305 textShadow->dx = blur.fOffset.fX; in getTextShadow()306 textShadow->dy = blur.fOffset.fY; in getTextShadow()
618 final float fOffset = (float) offset / topHeight;619 final int bOffset = (int) (mActionBarBottom.getHeight() * fOffset);
627 final float fOffset = (float) offset / topHeight; in setActionBarHideOffset() local628 final int bOffset = (int) (mActionBarBottom.getHeight() * fOffset); in setActionBarHideOffset()