Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
DBatteryLayersDrawable.kt65 private val textOnly: BatteryPercentTextOnlyDrawable, constant in com.android.systemui.battery.unified.BatteryLayersDrawable
69 ) : LayerDrawable(arrayOf(frameBg, frame, fill, textOnly, spaceSharingText, attribution)) {
103 textOnly.batteryLevel = new.level in handleUpdateState()
134 textOnly.setTint(colorInfo.fg) in updateColorProfile()
234 textOnly.draw(canvas) in draw()
338 val textOnly = BatteryPercentTextOnlyDrawable(PercentFont) in newBatteryDrawable() constant
346 textOnly = textOnly, in newBatteryDrawable()
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DPduPersister.java1346 boolean textOnly = true; in persist()
1362 textOnly = false; in persist()
1374 textOnly = false; in persist()
1381 values.put(Mms.TEXT_ONLY, textOnly ? 1 : 0); in persist()