Searched refs:canAnimate (Results 1 – 10 of 10) sorted by relevance
105 if (mKeyButtonDrawable != null && mKeyButtonDrawable.canAnimate()) { in show()135 if (mKeyButtonDrawable != null && mKeyButtonDrawable.canAnimate()) { in updateIcon()
71 if (visibility != View.VISIBLE && currentDrawable != null && currentDrawable.canAnimate()) { in setVisibility()
208 if (currentDrawable.canAnimate()) { in setRotateSuggestionButtonState()
98 if (canAnimate()) { in KeyButtonDrawable()113 if (canAnimate()) { in setRotation()140 if (canAnimate()) { in setShadowProperties()215 public boolean canAnimate() { in canAnimate() method in KeyButtonDrawable
1043 protected boolean canAnimate() { in canAnimate() method in AdapterView1044 return super.canAnimate() && mItemCount > 0; in canAnimate()
2191 protected boolean canAnimate() { in canAnimate() method in ListView2192 return super.canAnimate() && mItemCount > 0; in canAnimate()
4126 if ((flags & FLAG_RUN_ANIMATION) != 0 && canAnimate()) { in dispatchDraw()6321 protected boolean canAnimate() { in canAnimate() method in ViewGroup
34086 method protected boolean canAnimate();
52439 method protected boolean canAnimate();
52583 method protected boolean canAnimate();