Searched refs:shorterRowCompensation (Results 1 – 1 of 1) sorted by relevance
3161 float shorterRowCompensation = 0; in updateGridProperties() local3164 shorterRowCompensation = bottomRowWidth - topRowWidth; in updateGridProperties()3168 shorterRowCompensation = topRowWidth - bottomRowWidth; in updateGridProperties()3172 mIsRtl ? -shorterRowCompensation : shorterRowCompensation; in updateGridProperties()