Home
last modified time | relevance | path

Searched refs:hashCode (Results 1 – 25 of 37) sorted by relevance

12

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/windowmanager/windows/
DWindowManagerPolicy.kt98 override fun hashCode(): Int { in hashCode() method in com.android.server.wm.traces.common.windowmanager.windows.WindowManagerPolicy
99 var result = focusedAppToken.hashCode() in hashCode()
100 result = 31 * result + forceStatusBar.hashCode() in hashCode()
101 result = 31 * result + forceStatusBarFromKeyguard.hashCode() in hashCode()
102 result = 31 * result + keyguardDrawComplete.hashCode() in hashCode()
103 result = 31 * result + keyguardOccluded.hashCode() in hashCode()
104 result = 31 * result + keyguardOccludedChanged.hashCode() in hashCode()
105 result = 31 * result + keyguardOccludedPending.hashCode() in hashCode()
110 result = 31 * result + screenOnFully.hashCode() in hashCode()
111 result = 31 * result + windowManagerDrawComplete.hashCode() in hashCode()
DDisplayContent.kt120 override fun hashCode(): Int { in <lambda>() method
121 var result = super.hashCode() in <lambda>()
124 result = 31 * result + resumedActivity.hashCode() in <lambda>()
125 result = 31 * result + singleTaskInstance.hashCode() in <lambda>()
126 result = 31 * result + defaultPinnedStackBounds.hashCode() in <lambda>()
127 result = 31 * result + pinnedStackMovementBounds.hashCode() in <lambda>()
128 result = 31 * result + displayRect.hashCode() in <lambda>()
129 result = 31 * result + appRect.hashCode() in <lambda>()
132 result = 31 * result + stableBounds.hashCode() in <lambda>()
134 result = 31 * result + focusedApp.hashCode() in <lambda>()
[all …]
DActivity.kt64 override fun hashCode(): Int { in hashCode() method
65 var result = super.hashCode() in hashCode()
66 result = 31 * result + state.hashCode() in hashCode()
67 result = 31 * result + frontOfTask.hashCode() in hashCode()
69 result = 31 * result + isTranslucent.hashCode() in hashCode()
DTask.kt130 override fun hashCode(): Int { in <lambda>() method
131 var result = super.hashCode() in <lambda>()
133 result = 31 * result + isFullscreen.hashCode() in <lambda>()
134 result = 31 * result + bounds.hashCode() in <lambda>()
138 result = 31 * result + lastNonFullscreenBounds.hashCode() in <lambda>()
139 result = 31 * result + realActivity.hashCode() in <lambda>()
140 result = 31 * result + origActivity.hashCode() in <lambda>()
142 result = 31 * result + _resumedActivity.hashCode() in <lambda>()
143 result = 31 * result + animatingBounds.hashCode() in <lambda>()
146 result = 31 * result + createdByOrganizer.hashCode() in <lambda>()
[all …]
DConfigurationContainer.kt57 override fun hashCode(): Int { in hashCode() method in com.android.server.wm.traces.common.windowmanager.windows.ConfigurationContainer
58 var result = overrideConfiguration?.hashCode() ?: 0 in hashCode()
59 result = 31 * result + (fullConfiguration?.hashCode() ?: 0) in hashCode()
60 result = 31 * result + (mergedOverrideConfiguration?.hashCode() ?: 0) in hashCode()
DWindowToken.kt42 override fun hashCode(): Int { in hashCode() method
43 var result = super.hashCode() in hashCode()
44 result = 31 * result + isVisible.hashCode() in hashCode()
DWindowConfiguration.kt59 override fun hashCode(): Int { in hashCode() method
62 result = 31 * result + appBounds.hashCode() in hashCode()
63 result = 31 * result + bounds.hashCode() in hashCode()
64 result = 31 * result + maxBounds.hashCode() in hashCode()
DWindowContainer.kt128 override fun hashCode(): Int { in <lambda>() method
129 var result = title.hashCode() in <lambda>()
130 result = 31 * result + token.hashCode() in <lambda>()
133 result = 31 * result + isVisible.hashCode() in <lambda>()
134 result = 31 * result + name.hashCode() in <lambda>()
135 result = 31 * result + isFullscreen.hashCode() in <lambda>()
136 result = 31 * result + bounds.hashCode() in <lambda>()
DDisplayArea.kt62 override fun hashCode(): Int { in hashCode() method
63 var result = super.hashCode() in hashCode()
64 result = 31 * result + isTaskDisplayArea.hashCode() in hashCode()
DTaskFragment.kt56 override fun hashCode(): Int { in hashCode() method
57 var result = super.hashCode() in hashCode()
DConfiguration.kt62 override fun hashCode(): Int { in hashCode() method in com.android.server.wm.traces.common.windowmanager.windows.Configuration
63 var result = windowConfiguration?.hashCode() ?: 0 in hashCode()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/
DLayer.kt358 override fun hashCode(): Int { in hashCode() method in com.android.server.wm.traces.common.layers.Layer
359 var result = name.hashCode() in hashCode()
363 result = 31 * result + (visibleRegion?.hashCode() ?: 0) in hashCode()
364 result = 31 * result + activeBuffer.hashCode() in hashCode()
366 result = 31 * result + bounds.hashCode() in hashCode()
367 result = 31 * result + color.hashCode() in hashCode()
368 result = 31 * result + shadowRadius.hashCode() in hashCode()
369 result = 31 * result + cornerRadius.hashCode() in hashCode()
370 result = 31 * result + type.hashCode() in hashCode()
371 result = 31 * result + transform.hashCode() in hashCode()
[all …]
DDisplay.kt47 override fun hashCode(): Int { in hashCode() method in com.android.server.wm.traces.common.layers.Display
49 result = 31 * result + name.hashCode() in hashCode()
51 result = 31 * result + size.hashCode() in hashCode()
52 result = 31 * result + layerStackSpace.hashCode() in hashCode()
53 result = 31 * result + transform.hashCode() in hashCode()
DLayersTrace.kt51 override fun hashCode(): Int { in hashCode() method in com.android.server.wm.traces.common.layers.LayersTrace
53 result = 31 * result + source.hashCode() in hashCode()
DLayerTraceEntry.kt140 override fun hashCode(): Int { in <lambda>() method
141 var result = timestamp.hashCode() in <lambda>()
142 result = 31 * result + hwcBlob.hashCode() in <lambda>()
143 result = 31 * result + where.hashCode() in <lambda>()
145 result = 31 * result + isVisible.hashCode() in <lambda>()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DColor.kt42 override fun hashCode(): Int { in hashCode() method in com.android.server.wm.traces.common.Color
43 var result = r.hashCode() in hashCode()
44 result = 31 * result + g.hashCode() in hashCode()
45 result = 31 * result + b.hashCode() in hashCode()
46 result = 31 * result + a.hashCode() in hashCode()
DRectF.kt126 override fun hashCode(): Int { in hashCode() method in com.android.server.wm.traces.common.RectF
127 var result = left.hashCode() in hashCode()
128 result = 31 * result + top.hashCode() in hashCode()
129 result = 31 * result + right.hashCode() in hashCode()
130 result = 31 * result + bottom.hashCode() in hashCode()
DRegion.kt52 override fun hashCode(): Int { in hashCode() method in com.android.server.wm.traces.common.Region
53 var result = super.hashCode() in hashCode()
DPoint.kt34 override fun hashCode(): Int { in hashCode() method in com.android.server.wm.traces.common.Point
DSize.kt35 override fun hashCode(): Int { in prettyPrint() method in com.android.server.wm.traces.common.Size
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/tags/
DTagTrace.kt42 override fun hashCode(): Int { in <lambda>() method
44 result = 31 * result + source.hashCode() in <lambda>()
DTagState.kt32 override fun hashCode(): Int { in hashCode() method
33 var result = timestamp.hashCode() in hashCode()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/errors/
DErrorState.kt25 override fun hashCode(): Int { in hashCode() method
26 var result = timestamp.hashCode() in hashCode()
DErrorTrace.kt38 override fun hashCode(): Int = entries.contentDeepHashCode() in <lambda>() method
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/windowmanager/
DWindowManagerTrace.kt51 override fun hashCode(): Int { in <lambda>() method
53 result = 31 * result + source.hashCode() in <lambda>()

12