Home
last modified time | relevance | path

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

123

/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DWindowState.kt101 override fun hashCode(): Int { in <lambda>() method
102 var result = attributes.hashCode() in <lambda>()
106 result = 31 * result + isSurfaceShown.hashCode() in <lambda>()
108 result = 31 * result + requestedSize.hashCode() in <lambda>()
109 result = 31 * result + (surfacePosition?.hashCode() ?: 0) in <lambda>()
110 result = 31 * result + frame.hashCode() in <lambda>()
111 result = 31 * result + containingFrame.hashCode() in <lambda>()
112 result = 31 * result + parentFrame.hashCode() in <lambda>()
113 result = 31 * result + contentFrame.hashCode() in <lambda>()
114 result = 31 * result + contentInsets.hashCode() in <lambda>()
[all …]
DDisplayContent.kt144 override fun hashCode(): Int { in <lambda>() method in android.tools.traces.wm.DisplayContent
145 var result = super.hashCode() in <lambda>()
148 result = 31 * result + resumedActivity.hashCode() in <lambda>()
149 result = 31 * result + singleTaskInstance.hashCode() in <lambda>()
150 result = 31 * result + defaultPinnedStackBounds.hashCode() in <lambda>()
151 result = 31 * result + pinnedStackMovementBounds.hashCode() in <lambda>()
152 result = 31 * result + displayRect.hashCode() in <lambda>()
153 result = 31 * result + appRect.hashCode() in <lambda>()
156 result = 31 * result + stableBounds.hashCode() in <lambda>()
158 result = 31 * result + focusedApp.hashCode() in <lambda>()
[all …]
DDisplayCutout.kt47 override fun hashCode(): Int { in hashCode() method in android.tools.traces.wm.DisplayCutout
48 var result = insets.hashCode() in hashCode()
49 result = 31 * result + boundLeft.hashCode() in hashCode()
50 result = 31 * result + boundTop.hashCode() in hashCode()
51 result = 31 * result + boundRight.hashCode() in hashCode()
52 result = 31 * result + boundBottom.hashCode() in hashCode()
53 result = 31 * result + waterfallInsets.hashCode() in hashCode()
DTask.kt148 override fun hashCode(): Int { in <lambda>() method
149 var result = super.hashCode() in <lambda>()
151 result = 31 * result + isFullscreen.hashCode() in <lambda>()
152 result = 31 * result + bounds.hashCode() in <lambda>()
156 result = 31 * result + lastNonFullscreenBounds.hashCode() in <lambda>()
157 result = 31 * result + realActivity.hashCode() in <lambda>()
158 result = 31 * result + origActivity.hashCode() in <lambda>()
160 result = 31 * result + _resumedActivity.hashCode() in <lambda>()
161 result = 31 * result + animatingBounds.hashCode() in <lambda>()
164 result = 31 * result + createdByOrganizer.hashCode() in <lambda>()
[all …]
DWindowManagerPolicy.kt88 override fun hashCode(): Int { in hashCode() method in android.tools.traces.wm.WindowManagerPolicy
89 var result = focusedAppToken.hashCode() in hashCode()
90 result = 31 * result + forceStatusBar.hashCode() in hashCode()
91 result = 31 * result + forceStatusBarFromKeyguard.hashCode() in hashCode()
92 result = 31 * result + keyguardDrawComplete.hashCode() in hashCode()
93 result = 31 * result + keyguardOccluded.hashCode() in hashCode()
94 result = 31 * result + keyguardOccludedChanged.hashCode() in hashCode()
95 result = 31 * result + keyguardOccludedPending.hashCode() in hashCode()
98 result = 31 * result + rotation.hashCode() in hashCode()
100 result = 31 * result + screenOnFully.hashCode() in hashCode()
[all …]
DWindowContainerImpl.kt101 override fun hashCode(): Int { in hashCode() method
102 var result = title.hashCode() in hashCode()
103 result = 31 * result + token.hashCode() in hashCode()
105 result = 31 * result + children.hashCode() in hashCode()
106 result = 31 * result + isVisible.hashCode() in hashCode()
107 result = 31 * result + name.hashCode() in hashCode()
108 result = 31 * result + isFullscreen.hashCode() in hashCode()
109 result = 31 * result + bounds.hashCode() in hashCode()
DActivity.kt78 override fun hashCode(): Int { in <lambda>() method
79 var result = super.hashCode() in <lambda>()
80 result = 31 * result + state.hashCode() in <lambda>()
81 result = 31 * result + frontOfTask.hashCode() in <lambda>()
83 result = 31 * result + isTranslucent.hashCode() in <lambda>()
84 result = 31 * result + windowContainer.hashCode() in <lambda>()
DKeyguardControllerState.kt50 override fun hashCode(): Int { in hashCode() method in android.tools.traces.wm.KeyguardControllerState
51 var result = isAodShowing.hashCode() in hashCode()
52 result = 31 * result + isKeyguardShowing.hashCode() in hashCode()
53 result = 31 * result + keyguardOccludedStates.hashCode() in hashCode()
DDisplayArea.kt68 override fun hashCode(): Int { in <lambda>() method
69 var result = super.hashCode() in <lambda>()
70 result = 31 * result + isTaskDisplayArea.hashCode() in <lambda>()
71 result = 31 * result + windowContainer.hashCode() in <lambda>()
DConfigurationContainerImpl.kt59 override fun hashCode(): Int { in hashCode() method in android.tools.traces.wm.ConfigurationContainerImpl
60 var result = overrideConfiguration?.hashCode() ?: 0 in hashCode()
61 result = 31 * result + (fullConfiguration?.hashCode() ?: 0) in hashCode()
62 result = 31 * result + (mergedOverrideConfiguration?.hashCode() ?: 0) in hashCode()
DWindowConfiguration.kt56 override fun hashCode(): Int { in hashCode() method in android.tools.traces.wm.WindowConfiguration
59 result = 31 * result + appBounds.hashCode() in hashCode()
60 result = 31 * result + bounds.hashCode() in hashCode()
61 result = 31 * result + maxBounds.hashCode() in hashCode()
DWindowLayoutParams.kt101 override fun hashCode(): Int { in hashCode() method in android.tools.traces.wm.WindowLayoutParams
107 result = 31 * result + horizontalMargin.hashCode() in hashCode()
108 result = 31 * result + verticalMargin.hashCode() in hashCode()
113 result = 31 * result + alpha.hashCode() in hashCode()
114 result = 31 * result + screenBrightness.hashCode() in hashCode()
115 result = 31 * result + buttonBrightness.hashCode() in hashCode()
117 result = 31 * result + preferredRefreshRate.hashCode() in hashCode()
119 result = 31 * result + hasSystemUiListeners.hashCode() in hashCode()
121 result = 31 * result + userActivityTimeout.hashCode() in hashCode()
131 result = 31 * result + fitIgnoreVisibility.hashCode() in hashCode()
[all …]
/platform_testing/libraries/flicker/utils/src/android/tools/datatypes/
DDataType.kt20 private val hashCode by lazy { doPrintValue().hashCode() } in <lambda>() constant
31 final override fun hashCode() = hashCode in doPrintValue() method in android.tools.datatypes.DataType
38 return hashCode == other.hashCode in doPrintValue()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/view/
DViewNode.kt67 override fun hashCode(): Int { in hashCode() method in android.tools.traces.view.ViewNode
70 result = 31 * result + id.hashCode() in hashCode()
71 result = 31 * result + bounds.hashCode() in hashCode()
72 result = 31 * result + scroll.hashCode() in hashCode()
73 result = 31 * result + translation.hashCode() in hashCode()
74 result = 31 * result + scale.hashCode() in hashCode()
75 result = 31 * result + alpha.hashCode() in hashCode()
76 result = 31 * result + willNotDraw.hashCode() in hashCode()
77 result = 31 * result + clipChildren.hashCode() in hashCode()
79 result = 31 * result + elevation.hashCode() in hashCode()
[all …]
/platform_testing/libraries/flicker/utils/src/android/tools/traces/inputmethod/
DInputMethodManagerServiceEntry.kt68 override fun hashCode(): Int { in hashCode() method in android.tools.traces.inputmethod.InputMethodManagerServiceEntry
69 var result = timestamp.hashCode() in hashCode()
70 result = 31 * result + where.hashCode() in hashCode()
71 result = 31 * result + curMethodId.hashCode() in hashCode()
73 result = 31 * result + curClient.hashCode() in hashCode()
74 result = 31 * result + curFocusedWindowName.hashCode() in hashCode()
75 result = 31 * result + lastImeTargetWindowName.hashCode() in hashCode()
76 result = 31 * result + curFocusedWindowSoftInputMode.hashCode() in hashCode()
77 result = 31 * result + curAttribute.hashCode() in hashCode()
78 result = 31 * result + curId.hashCode() in hashCode()
DInputMethodServiceEntry.kt70 override fun hashCode(): Int { in hashCode() method in android.tools.traces.inputmethod.InputMethodServiceEntry
71 var result = timestamp.hashCode() in hashCode()
72 result = 31 * result + where.hashCode() in hashCode()
73 result = 31 * result + softInputWindow.hashCode() in hashCode()
74 result = 31 * result + configuration.hashCode() in hashCode()
75 result = 31 * result + token.hashCode() in hashCode()
76 result = 31 * result + isFullscreen.hashCode() in hashCode()
77 result = 31 * result + inputEditorInfo.hashCode() in hashCode()
DImeClientEntry.kt51 override fun hashCode(): Int { in hashCode() method in android.tools.traces.inputmethod.ImeClientEntry
52 var result = timestamp.hashCode() in hashCode()
53 result = 31 * result + where.hashCode() in hashCode()
55 result = 31 * result + inputMethodManager.hashCode() in hashCode()
56 result = 31 * result + viewRootImpl.hashCode() in hashCode()
57 result = 31 * result + editorInfo.hashCode() in hashCode()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DLayerProperties.kt51 override fun hashCode(): Int { in hashCode() method in android.tools.traces.surfaceflinger.LayerProperties
52 var result = visibleRegion.hashCode() in hashCode()
53 result = 31 * result + activeBuffer.hashCode() in hashCode()
55 result = 31 * result + bounds.hashCode() in hashCode()
56 result = 31 * result + color.hashCode() in hashCode()
57 result = 31 * result + _isOpaque.hashCode() in hashCode()
58 result = 31 * result + shadowRadius.hashCode() in hashCode()
59 result = 31 * result + cornerRadius.hashCode() in hashCode()
60 result = 31 * result + screenBounds.hashCode() in hashCode()
61 result = 31 * result + transform.hashCode() in hashCode()
[all …]
DLayer.kt279 override fun hashCode(): Int { in hashCode() method
280 var result = visibleRegion?.hashCode() ?: 0 in hashCode()
281 result = 31 * result + activeBuffer.hashCode() in hashCode()
283 result = 31 * result + bounds.hashCode() in hashCode()
284 result = 31 * result + color.hashCode() in hashCode()
285 result = 31 * result + shadowRadius.hashCode() in hashCode()
286 result = 31 * result + cornerRadius.hashCode() in hashCode()
287 result = 31 * result + transform.hashCode() in hashCode()
289 result = 31 * result + bufferTransform.hashCode() in hashCode()
290 result = 31 * result + hwcCompositionType.hashCode() in hashCode()
[all …]
DDisplay.kt85 override fun hashCode(): Int { in hashCode() method in android.tools.traces.surfaceflinger.Display
86 var result = id.hashCode() in hashCode()
87 result = 31 * result + name.hashCode() in hashCode()
89 result = 31 * result + size.hashCode() in hashCode()
90 result = 31 * result + layerStackSpace.hashCode() in hashCode()
91 result = 31 * result + transform.hashCode() in hashCode()
92 result = 31 * result + isVirtual.hashCode() in hashCode()
/platform_testing/libraries/flicker/utils/src/android/tools/
DScenarioImpl.kt89 override fun hashCode(): Int { in hashCode() method
90 var result = testClass.hashCode() in hashCode()
91 result = 31 * result + startRotation.hashCode() in hashCode()
92 result = 31 * result + endRotation.hashCode() in hashCode()
93 result = 31 * result + navBarMode.hashCode() in hashCode()
94 result = 31 * result + description.hashCode() in hashCode()
95 result = 31 * result + extraConfig.hashCode() in hashCode()
/platform_testing/libraries/flicker/src/android/tools/flicker/assertions/
DNamedAssertion.kt53 override fun hashCode(): Int { in hashCode() method in android.tools.flicker.assertions.NamedAssertion
54 var result = predicate.hashCode() in hashCode()
55 result = 31 * result + name.hashCode() in hashCode()
56 result = 31 * result + isOptional.hashCode() in hashCode()
/platform_testing/libraries/flicker/src/android/tools/flicker/assertors/
DComponentTemplate.kt30 override fun hashCode(): Int { in hashCode() method in android.tools.flicker.assertors.ComponentTemplate
31 return name.hashCode() * 39 + build.hashCode() in hashCode()
/platform_testing/libraries/flicker/src/android/tools/flicker/assertors/assertions/
DAssertionTemplateWithComponent.kt47 override fun hashCode(): Int { in hashCode() method in android.tools.flicker.assertors.assertions.AssertionTemplateWithComponent
48 var result = super.hashCode() in hashCode()
49 result = 31 * result + components.hashCode() in hashCode()
/platform_testing/libraries/flicker/utils/src/android/tools/io/
DResultArtifactDescriptor.kt50 override fun hashCode(): Int { in hashCode() method in android.tools.io.ResultArtifactDescriptor
51 var result = traceType.hashCode() in hashCode()
52 result = 31 * result + tag.hashCode() in hashCode()

123