Searched refs:stringProp (Results 1 – 3 of 3) sorted by relevance
38 stringProp: StringProp, in handleProp()44 if (stringProp.hasDynamicValue() && pipelineMaker.isPresent()) { in handleProp()49 stringProp.dynamicValue, in handleProp()50 stringProp.value, in handleProp()57 consumer.accept(stringProp.value) in handleProp()60 consumer.accept(stringProp.value) in handleProp()
4303 private @Nullable String resolveValueForLayoutIfNeeded(StringProp stringProp) { in resolveValueForLayoutIfNeeded() argument4304 if (!stringProp.hasDynamicValue() || !mDataPipeline.isPresent()) { in resolveValueForLayoutIfNeeded()4309 if (!stringProp.getValueForLayout().isEmpty()) { in resolveValueForLayoutIfNeeded()4310 return stringProp.getValueForLayout(); in resolveValueForLayoutIfNeeded()
316 StringProp stringProp = in inflate_textView_withEmptyValueForLayout() local328 LayoutElement.newBuilder().setText(Text.newBuilder().setText(stringProp)).build(); in inflate_textView_withEmptyValueForLayout()