| /platform_testing/libraries/flicker/src/android/tools/common/ |
| D | TimestampFactory.kt | 35 fun from( in min() method in android.tools.common.TimestampFactory 49 fun from( in from() method in android.tools.common.TimestampFactory 62 fun from(elapsedNanos: Long, elapsedOffsetNanos: Long): Timestamp { in from() method 71 fun from(elapsedNanos: String, elapsedOffsetNanos: String): Timestamp { in from() method
|
| /platform_testing/libraries/flicker/src/android/tools/common/traces/events/ |
| D | CujType.kt | 104 fun from(eventId: Int): CujType { in from() method
|
| D | FocusEvent.kt | 60 fun from( in from() method
|
| D | CujTrace.kt | 37 fun from(cujEvents: Array<CujEvent>): CujTrace { in from() method
|
| /platform_testing/libraries/flicker/src/android/tools/common/datatypes/ |
| D | ActiveBuffer.kt | 38 fun from(width: Int, height: Int, stride: Int, format: Int): ActiveBuffer = withCache { in doPrintValue() method
|
| D | Insets.kt | 42 fun from(left: Int, top: Int, right: Int, bottom: Int): Insets = withCache { in doPrintValue() method
|
| D | Color.kt | 47 fun from(r: Float, g: Float, b: Float, a: Float): Color = withCache { Color(r, g, b, a) } in <lambda>() method
|
| D | Matrix33.kt | 80 fun from( in from() method
|
| D | Size.kt | 40 @JsName("from") fun from(width: Int, height: Int): Size = withCache { Size(width, height) } in doPrintValue() method
|
| D | Point.kt | 38 @JsName("from") fun from(x: Int, y: Int): Point = withCache { Point(x, y) } in doPrintValue() method
|
| D | PointF.kt | 39 @JsName("from") fun from(x: Float, y: Float): PointF = withCache { PointF(x, y) } in doPrintValue() method
|
| D | Rect.kt | 128 fun from(left: Int, top: Int, right: Int, bottom: Int): Rect = withCache { in <lambda>() method
|
| D | RectF.kt | 156 fun from(left: Float, top: Float, right: Float, bottom: Float): RectF = withCache { in <lambda>() method
|
| /platform_testing/libraries/flicker/src/android/tools/common/traces/wm/ |
| D | ConfigurationContainer.kt | 68 fun from( in from() method
|
| D | KeyguardControllerState.kt | 62 fun from( in from() method
|
| D | Configuration.kt | 87 fun from( in from() method
|
| D | DisplayCutout.kt | 73 fun from( in from() method
|
| D | WindowConfiguration.kt | 74 fun from( in from() method
|
| D | WindowLayoutParams.kt | 163 fun from( in from() method
|
| D | WindowManagerPolicy.kt | 139 fun from( in from() method
|
| /platform_testing/libraries/flicker/src/android/tools/common/traces/surfaceflinger/ |
| D | Display.kt | 87 fun from( in from() method
|
| D | LayerProperties.kt | 156 fun from( in from() method
|
| D | Transform.kt | 233 fun from(type: Int?, matrix: Matrix33): Transform = withCache { Transform(type, matrix) } in <lambda>() method
|
| /platform_testing/libraries/flicker/src/android/tools/common/traces/view/ |
| D | ViewNode.kt | 88 fun from( in toString() method
|
| /platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/ |
| D | UiObjectUtils.kt | 133 val (from, to) = getPointsToScroll(direction) in scrollUntilFound() constant 142 private data class Vector2F(val from: PointF, val to: PointF) constant in android.platform.uiautomator_helpers.Vector2F
|