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()
945 protected void setBackgroundTop(int backgroundTop) { in setBackgroundTop() argument946 mBackgroundDimmed.setBackgroundTop(backgroundTop); in setBackgroundTop()947 mBackgroundNormal.setBackgroundTop(backgroundTop); in setBackgroundTop()
294 int backgroundTop = 0; in updateAppearance() local367 backgroundTop = (int) (row.getTranslationY() - getTranslationY()); in updateAppearance()391 backgroundTop = (int) distanceToGapBottom; in updateAppearance()399 setBackgroundTop(backgroundTop); in updateAppearance()