縱向LinearLayoutManager的RecyclerView截長圖

記錄一下

    // 獲取全部高度
    fun getFullHeight(measureChildFunc: (child: View, widthUsed: Int, heightUsed: Int, result: IntArray) -> Unit): Int {
        var height = 0
        val titleResult = IntArray(2)
        val chapterResult = IntArray(2)
        var titleView: View? = null
        var chapterView: View? = null
        mData.forEach {
            when (it.itemType) {
                TYPE_TITLE -> {
                    if (titleView == null) {
                        titleView = LayoutInflater.from(mContext).inflate(R.layout.item_user_report_title, recyclerView, false)
                        measureChildFunc.invoke(titleView!!, 0, 0, titleResult)
                    }
                    height += titleResult[1]
                }
                TYPE_CHAPTER_PARENT, TYPE_CHAPTER_CHILD -> {
                    if (chapterView == null) {
                        chapterView = LayoutInflater.from(mContext).inflate(R.layout.item_report_chapter, recyclerView, false)
                        measureChildFunc.invoke(chapterView!!, 0, 0, chapterResult)
                    }
                    height += chapterResult[1]
                }
            }

        }
        titleView = null
        chapterView = null
        return height
    }

    // 使用這個linearLayoutManager
    val linearLayoutManager = object : LinearLayoutManager(context) {
          // 模仿LinearLayoutManager的measureChildWithMargins方法的重載方法 
          fun measureChildWithMargins(child: View, widthUsed: Int, heightUsed: Int, result: IntArray) {
                val lp = child.layoutParams as RecyclerView.LayoutParams

                val widthSpec = getChildMeasureSpec(width, widthMode,
                        paddingLeft + paddingRight
                                + lp.leftMargin + lp.rightMargin + widthUsed, lp.width,
                        canScrollHorizontally())
                val heightSpec = getChildMeasureSpec(height, heightMode,
                        (paddingTop + paddingBottom
                                + lp.topMargin + lp.bottomMargin + heightUsed), lp.height,
                        canScrollVertically())
                child.measure(widthSpec, heightSpec)
                result[0] = child.measuredWidth
                result[1] = child.measuredHeight
            }
    }
    // 截圖方法,就是把recyclerView繪制在自己的畫布上
    private fun screenshot(): Bitmap {
        val completeHeight = getFullHeight(linearLayoutManager::measureChildWithMargins)
        //TODO 如果createBitmap的時候width和height是0接奈,會報錯汇歹,需要處理一下
        val bitmap = Bitmap.createBitmap(rv_user_report.measuredWidth, completeHeight, Bitmap.Config.ARGB_8888)
        val canvas = Canvas(bitmap)
        val left = rv_user_report.left
        val top = rv_user_report.top
        val right = rv_user_report.right
        val bottom = rv_user_report.bottom
        val offset = rv_user_report.computeVerticalScrollOffset()
        rv_user_report.layout(0, 0, rv_user_report.measuredWidth, completeHeight)
        rv_user_report.draw(canvas)
        // 恢復位置
        rv_user_report.layout(left, top, right, bottom)
        rv_user_report.scrollBy(0, offset)
        return bitmap
    }
    // 保存到本地
    private fun saveBitmap(bitmap: Bitmap) {
        val baos = ByteArrayOutputStream()
        bitmap.compress(Bitmap.CompressFormat.PNG, 100, baos)
        val output = File(Utils.getDownloadDir(), "名字${dateFormat.format(Date())}.png")
        if (!output.exists()) {
            output.createNewFile()
        }
        try {
            val fos = FileOutputStream(output)
            fos.write(baos.toByteArray())
            fos.flush()
            fos.close()
            Utils.addMediaStore(context, output, output.absolutePath)
            alert("保存成功")
        } catch (e: Exception) {
            alert("保存失敗")
            e.printStackTrace()
        }
    }

?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市仲义,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌剑勾,老刑警劉巖埃撵,帶你破解...
    沈念sama閱讀 206,311評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異虽另,居然都是意外死亡暂刘,警方通過查閱死者的電腦和手機,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,339評論 2 382
  • 文/潘曉璐 我一進店門捂刺,熙熙樓的掌柜王于貴愁眉苦臉地迎上來鸳惯,“玉大人,你說我怎么就攤上這事叠萍≈シⅲ” “怎么了?”我有些...
    開封第一講書人閱讀 152,671評論 0 342
  • 文/不壞的土叔 我叫張陵苛谷,是天一觀的道長辅鲸。 經常有香客問我,道長腹殿,這世上最難降的妖魔是什么独悴? 我笑而不...
    開封第一講書人閱讀 55,252評論 1 279
  • 正文 為了忘掉前任,我火速辦了婚禮锣尉,結果婚禮上刻炒,老公的妹妹穿的比我還像新娘。我一直安慰自己自沧,他們只是感情好坟奥,可當我...
    茶點故事閱讀 64,253評論 5 371
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著拇厢,像睡著了一般爱谁。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上孝偎,一...
    開封第一講書人閱讀 49,031評論 1 285
  • 那天访敌,我揣著相機與錄音,去河邊找鬼衣盾。 笑死寺旺,一個胖子當著我的面吹牛爷抓,可吹牛的內容都是我干的。 我是一名探鬼主播阻塑,決...
    沈念sama閱讀 38,340評論 3 399
  • 文/蒼蘭香墨 我猛地睜開眼蓝撇,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了叮姑?” 一聲冷哼從身側響起,我...
    開封第一講書人閱讀 36,973評論 0 259
  • 序言:老撾萬榮一對情侶失蹤据悔,失蹤者是張志新(化名)和其女友劉穎传透,沒想到半個月后,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體极颓,經...
    沈念sama閱讀 43,466評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡朱盐,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內容為張勛視角 年9月15日...
    茶點故事閱讀 35,937評論 2 323
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發(fā)現(xiàn)自己被綠了菠隆。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片兵琳。...
    茶點故事閱讀 38,039評論 1 333
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖骇径,靈堂內的尸體忽然破棺而出躯肌,到底是詐尸還是另有隱情,我是刑警寧澤破衔,帶...
    沈念sama閱讀 33,701評論 4 323
  • 正文 年R本政府宣布清女,位于F島的核電站,受9級特大地震影響晰筛,放射性物質發(fā)生泄漏嫡丙。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 39,254評論 3 307
  • 文/蒙蒙 一读第、第九天 我趴在偏房一處隱蔽的房頂上張望曙博。 院中可真熱鬧,春花似錦怜瞒、人聲如沸父泳。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,259評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽尘吗。三九已至,卻和暖如春浇坐,著一層夾襖步出監(jiān)牢的瞬間睬捶,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,485評論 1 262
  • 我被黑心中介騙來泰國打工近刘, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留擒贸,地道東北人臀晃。 一個月前我還...
    沈念sama閱讀 45,497評論 2 354
  • 正文 我出身青樓,卻偏偏與公主長得像介劫,于是被迫代替她去往敵國和親徽惋。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當晚...
    茶點故事閱讀 42,786評論 2 345

推薦閱讀更多精彩內容