Searched refs:backgroundTop (Results 1 – 4 of 4) sorted by relevance
321 protected void setBackgroundTop(int backgroundTop) { in setBackgroundTop() argument322 if (mBackgroundTop != backgroundTop) { in setBackgroundTop()323 mBackgroundTop = backgroundTop; in setBackgroundTop()
276 public void setBackgroundTop(int backgroundTop) { in setBackgroundTop() argument277 mBackgroundTop = backgroundTop; in setBackgroundTop()
924 protected void setBackgroundTop(int backgroundTop) { in setBackgroundTop() argument925 mBackgroundDimmed.setBackgroundTop(backgroundTop); in setBackgroundTop()926 mBackgroundNormal.setBackgroundTop(backgroundTop); in setBackgroundTop()
269 int backgroundTop = 0; in updateAppearance() local345 backgroundTop = (int) (row.getTranslationY() - getTranslationY()); in updateAppearance()369 backgroundTop = (int) distanceToGapBottom; in updateAppearance()381 setBackgroundTop(backgroundTop); in updateAppearance()