Package 

Class DensityUtilsKt

    • Method Summary

      Modifier and Type Method Description
      final static Dp toDp(Px $self, Context context)
      final static Px plus(Px $self, Px other)
      final static Dp plus(Dp $self, Dp other)
      final static Px minus(Px $self, Px other)
      final static Dp minus(Dp $self, Dp other)
      final static Px times(Px $self, Px other)
      final static Dp times(Dp $self, Dp other)
      final static Px div(Px $self, Px other)
      final static Dp div(Dp $self, Dp other)
      final static Px rem(Px $self, Px other)
      final static Dp rem(Dp $self, Dp other)
      final static Px toPx(Dp $self, Context context)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait