Searched refs:dps (Results 1 – 2 of 2) sorted by relevance
203 public TcpSocketTracker(@NonNull final Dependencies dps, @NonNull final Network network) { in TcpSocketTracker() argument204 mDependencies = dps; in TcpSocketTracker()
118 private static int dpsToPixels(Context context, int dps) { in dpsToPixels() argument121 TypedValue.COMPLEX_UNIT_DIP, dps, context.getResources().getDisplayMetrics())); in dpsToPixels()