Searched refs:updateDrawable (Results 1 – 2 of 2) sorted by relevance
119 mForegroundProperties.updateDrawable(mFinalRadius, cornerRadiusProgress); in update()120 mBackgroundProperties.updateDrawable(mFinalRadius, cornerRadiusProgress); in update()208 void updateDrawable(float finalRadius, float progress) { in updateDrawable() method in FloatingWidgetBackgroundView.DrawableProperties
51 private final Observer<String> mSensorStringObserver = this::updateDrawable;119 private void updateDrawable(String sensorString) { in updateDrawable() method in StatusBarSensorInfoController