This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.huawei.hms.huaweitestapp; | |
import androidx.appcompat.app.AppCompatActivity; | |
import androidx.appcompat.widget.AppCompatButton; | |
import androidx.appcompat.widget.AppCompatEditText; | |
import androidx.appcompat.widget.AppCompatTextView; | |
import android.content.res.Resources; | |
import android.os.Bundle; | |
import android.os.Handler; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.shikimori.c7j.rec.view.ui | |
import android.graphics.Bitmap | |
import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool | |
import com.bumptech.glide.load.resource.bitmap.BitmapTransformation | |
import java.security.MessageDigest | |
//::created by c7j at 31.10.2019 22:46 | |
class CropTransformation(var crop: Float = 8.0f) : BitmapTransformation() { |