class Numeric

Public Instance Methods

dip() click to toggle source
# File lib/android-xml/exts.rb, line 23
def dip
  "#{self}dip"
end
dp() click to toggle source
# File lib/android-xml/exts.rb, line 19
def dp
  "#{self}dp"
end
in() click to toggle source
# File lib/android-xml/exts.rb, line 11
def in
  "#{self}in"
end
mm() click to toggle source
# File lib/android-xml/exts.rb, line 7
def mm
  "#{self}mm"
end
pt() click to toggle source
# File lib/android-xml/exts.rb, line 3
def pt
  "#{self}pt"
end
px() click to toggle source
# File lib/android-xml/exts.rb, line 15
def px
  "#{self}px"
end
sp() click to toggle source
# File lib/android-xml/exts.rb, line 27
def sp
  "#{self}sp"
end