Searched refs:topHeight (Results 1 – 2 of 2) sorted by relevance
613 final int topHeight = mActionBarTop.getHeight();614 offset = Math.max(0, Math.min(offset, topHeight));618 final float fOffset = (float) offset / topHeight;
622 final int topHeight = mActionBarTop.getHeight(); in setActionBarHideOffset() local623 offset = Math.max(0, Math.min(offset, topHeight)); in setActionBarHideOffset()627 final float fOffset = (float) offset / topHeight; in setActionBarHideOffset()