Searched refs:backgroundTop (Results 1 – 4 of 4) sorted by relevance
279 protected void setBackgroundTop(int backgroundTop) { in setBackgroundTop() argument280 if (mBackgroundTop != backgroundTop) { in setBackgroundTop()281 mBackgroundTop = backgroundTop; in setBackgroundTop()
238 public void setBackgroundTop(int backgroundTop) { in setBackgroundTop() argument239 mBackgroundTop = backgroundTop; in setBackgroundTop()
627 protected void setBackgroundTop(int backgroundTop) { in setBackgroundTop() argument628 mBackgroundNormal.setBackgroundTop(backgroundTop); in setBackgroundTop()
244 int backgroundTop = 0; in updateAppearance() local307 backgroundTop = (int) (child.getTranslationY() - getTranslationY()); in updateAppearance()334 setBackgroundTop(backgroundTop); in updateAppearance()