Searched refs:backgroundTop (Results 1 – 4 of 4) sorted by relevance
296 protected void setBackgroundTop(int backgroundTop) { in setBackgroundTop() argument297 if (mBackgroundTop != backgroundTop) { in setBackgroundTop()298 mBackgroundTop = backgroundTop; in setBackgroundTop()
276 public void setBackgroundTop(int backgroundTop) { in setBackgroundTop() argument277 mBackgroundTop = backgroundTop; in setBackgroundTop()
851 protected void setBackgroundTop(int backgroundTop) { in setBackgroundTop() argument852 mBackgroundDimmed.setBackgroundTop(backgroundTop); in setBackgroundTop()853 mBackgroundNormal.setBackgroundTop(backgroundTop); in setBackgroundTop()
274 int backgroundTop = 0; in updateAppearance() local340 backgroundTop = (int) (child.getTranslationY() - getTranslationY()); in updateAppearance()369 backgroundTop = (int) distanceToGapBottom; in updateAppearance()382 setBackgroundTop(backgroundTop); in updateAppearance()