Home
last modified time | relevance | path

Searched refs:createForegroundColorSpanFromProto (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
DRemoteViewsSerializersTest.kt74 import android.widget.RemoteViewsSerializers.createForegroundColorSpanFromProto in <lambda>()
386 val copy = createForegroundColorSpanFromProto(input) in <lambda>()
/frameworks/base/core/java/android/widget/
DRemoteViewsSerializers.java474 what = createForegroundColorSpanFromProto(in); in createSpanFromProto()
822 public static ForegroundColorSpan createForegroundColorSpanFromProto( in createForegroundColorSpanFromProto() method