mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
6 lines
256 B
Kotlin
6 lines
256 B
Kotlin
|
|
package com.android.app.viewcapture
|
||
|
|
|
||
|
|
import android.os.Process
|
||
|
|
|
||
|
|
open class SimpleViewCapture(threadName: String) : ViewCapture(DEFAULT_MEMORY_SIZE, DEFAULT_INIT_POOL_SIZE,
|
||
|
|
createAndStartNewLooperExecutor(threadName, Process.THREAD_PRIORITY_FOREGROUND))
|