Searched refs:setForceSoftware (Results 1 – 5 of 5) sorted by relevance
90 ((RippleDrawable) mBackground).setForceSoftware(true); in setCustomBackground()
133 ((RippleDrawable) mSettingsButton.getBackground()).setForceSoftware(true); in onFinishInflate()134 ((RippleDrawable) mExpandIndicator.getBackground()).setForceSoftware(true); in onFinishInflate()
194 ((RippleDrawable) getBackground()).setForceSoftware(true); in onFinishInflate()195 ((RippleDrawable) mSettingsButton.getBackground()).setForceSoftware(true); in onFinishInflate()196 ((RippleDrawable) mSystemIconsSuperContainer.getBackground()).setForceSoftware(true); in onFinishInflate()
464 ((RippleDrawable) mDismissButton.getBackground()).setForceSoftware(true); in bindToTask()482 ((RippleDrawable) mMoveTaskButton.getBackground()).setForceSoftware(true); in bindToTask()
957 public void setForceSoftware(boolean forceSoftware) { in setForceSoftware() method in RippleDrawable