Searched refs:withCache (Results 1 – 16 of 16) sorted by relevance
/platform_testing/libraries/flicker/utils/src/android/tools/datatypes/ |
D | Matrix33.kt | 20 import android.tools.withCache 54 get() = withCache { from(dsdx = 0f, dtdx = 0f, tx = 0f, dsdy = 0f, dtdy = 0f, ty = 0f) } in <lambda>() 56 fun identity(x: Float, y: Float): Matrix33 = withCache { in <lambda>() 60 fun rot270(x: Float, y: Float): Matrix33 = withCache { in <lambda>() 64 fun rot180(x: Float, y: Float): Matrix33 = withCache { in <lambda>() 68 fun rot90(x: Float, y: Float): Matrix33 = withCache { in <lambda>() 79 ): Matrix33 = withCache { Matrix33(dsdx, dtdx, tx, dsdy, dtdy, ty) } in from()
|
D | Size.kt | 19 import android.tools.withCache 33 get() = withCache { Size(width = 0, height = 0) } in doPrintValue() 34 fun from(width: Int, height: Int): Size = withCache { Size(width, height) } in doPrintValue()
|
D | ActiveBuffer.kt | 19 import android.tools.withCache 32 get() = withCache { ActiveBuffer(width = 0, height = 0, stride = 0, format = 0) } in doPrintValue() 33 fun from(width: Int, height: Int, stride: Int, format: Int): ActiveBuffer = withCache { in doPrintValue()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/ |
D | ConfigurationContainerImpl.kt | 19 import android.tools.withCache 68 get() = withCache { ConfigurationContainerImpl(null, null, null) } in <lambda>() 74 ): ConfigurationContainerImpl = withCache { in from()
|
D | WindowConfiguration.kt | 20 import android.tools.withCache 67 get() = withCache { WindowConfiguration() } in <lambda>() 75 ): WindowConfiguration = withCache { in from()
|
D | Configuration.kt | 19 import android.tools.withCache 79 get() = withCache { Configuration() } in <lambda>() 90 ): Configuration = withCache { in from()
|
D | KeyguardControllerState.kt | 19 import android.tools.withCache 62 ): KeyguardControllerState = withCache { in from()
|
D | DisplayCutout.kt | 21 import android.tools.withCache 76 ): DisplayCutout = withCache { in from()
|
D | WindowManagerPolicy.kt | 20 import android.tools.withCache 120 get() = withCache { WindowManagerPolicy() } in <lambda>() 148 ): WindowManagerPolicy = withCache { in from()
|
D | WindowLayoutParams.kt | 19 import android.tools.withCache 155 get() = withCache { WindowLayoutParams() } in <lambda>() 191 ): WindowLayoutParams = withCache { in from()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/ |
D | Display.kt | 24 import android.tools.withCache 100 get() = withCache { in <lambda>() 124 ): Display = withCache { in from()
|
D | LayerProperties.kt | 24 import android.tools.withCache 120 get() = withCache { LayerProperties() } in <lambda>() 143 return withCache { in from()
|
D | Transform.kt | 22 import android.tools.withCache 191 get() = withCache { Transform(type = null, matrix = Matrix33.EMPTY) } in <lambda>() 216 fun from(type: Int?, matrix: Matrix33): Transform = withCache { Transform(type, matrix) } in <lambda>()
|
/platform_testing/libraries/flicker/utils/src/android/tools/ |
D | Extensions.kt | 21 inline fun <reified T : Any> withCache(newInstancePredicate: () -> T): T = in withCache() method
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/view/ |
D | ViewNode.kt | 22 import android.tools.withCache 102 ): ViewNode = withCache { in toString()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/ |
D | LayersTraceParser.kt | 38 import android.tools.withCache in <lambda>() 233 return withCache { in <lambda>()
|