Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/rename_font/
Dbuild_font_single.py45 ends_in_regular = False variable in FontInfo
141 font.ends_in_regular = ends_in_regular(namerecord.text)
179 if font.style is 'Regular' and not font.ends_in_regular:
187 def ends_in_regular(string): function
Dbuild_font.py47 ends_in_regular = False variable in FontInfo
157 font.ends_in_regular = ends_in_regular(namerecord.text)
195 if font.style is 'Regular' and not font.ends_in_regular:
203 def ends_in_regular(string): function