Home
last modified time | relevance | path

Searched refs:withCache (Results 1 – 16 of 16) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/datatypes/
DMatrix33.kt20 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()
DSize.kt19 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()
DActiveBuffer.kt19 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/
DConfigurationContainerImpl.kt19 import android.tools.withCache
68 get() = withCache { ConfigurationContainerImpl(null, null, null) } in <lambda>()
74 ): ConfigurationContainerImpl = withCache { in from()
DWindowConfiguration.kt20 import android.tools.withCache
67 get() = withCache { WindowConfiguration() } in <lambda>()
75 ): WindowConfiguration = withCache { in from()
DConfiguration.kt19 import android.tools.withCache
79 get() = withCache { Configuration() } in <lambda>()
90 ): Configuration = withCache { in from()
DKeyguardControllerState.kt19 import android.tools.withCache
62 ): KeyguardControllerState = withCache { in from()
DDisplayCutout.kt21 import android.tools.withCache
76 ): DisplayCutout = withCache { in from()
DWindowManagerPolicy.kt20 import android.tools.withCache
120 get() = withCache { WindowManagerPolicy() } in <lambda>()
148 ): WindowManagerPolicy = withCache { in from()
DWindowLayoutParams.kt19 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/
DDisplay.kt24 import android.tools.withCache
100 get() = withCache { in <lambda>()
124 ): Display = withCache { in from()
DLayerProperties.kt24 import android.tools.withCache
120 get() = withCache { LayerProperties() } in <lambda>()
143 return withCache { in from()
DTransform.kt22 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/
DExtensions.kt21 inline fun <reified T : Any> withCache(newInstancePredicate: () -> T): T = in withCache() method
/platform_testing/libraries/flicker/utils/src/android/tools/traces/view/
DViewNode.kt22 import android.tools.withCache
102 ): ViewNode = withCache { in toString()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/
DLayersTraceParser.kt38 import android.tools.withCache in <lambda>()
233 return withCache { in <lambda>()