Home
last modified time | relevance | path

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

123

/platform_testing/libraries/flicker/src/android/tools/common/traces/wm/
DWindowState.kt103 override fun hashCode(): Int { in <lambda>() method
104 var result = attributes.hashCode() in <lambda>()
108 result = 31 * result + isSurfaceShown.hashCode() in <lambda>()
110 result = 31 * result + requestedSize.hashCode() in <lambda>()
111 result = 31 * result + (surfacePosition?.hashCode() ?: 0) in <lambda>()
112 result = 31 * result + frame.hashCode() in <lambda>()
113 result = 31 * result + containingFrame.hashCode() in <lambda>()
114 result = 31 * result + parentFrame.hashCode() in <lambda>()
115 result = 31 * result + contentFrame.hashCode() in <lambda>()
116 result = 31 * result + contentInsets.hashCode() in <lambda>()
[all …]
DDisplayContent.kt147 override fun hashCode(): Int { in <lambda>() method in android.tools.common.traces.wm.DisplayContent
148 var result = super.hashCode() in <lambda>()
151 result = 31 * result + resumedActivity.hashCode() in <lambda>()
152 result = 31 * result + singleTaskInstance.hashCode() in <lambda>()
153 result = 31 * result + defaultPinnedStackBounds.hashCode() in <lambda>()
154 result = 31 * result + pinnedStackMovementBounds.hashCode() in <lambda>()
155 result = 31 * result + displayRect.hashCode() in <lambda>()
156 result = 31 * result + appRect.hashCode() in <lambda>()
159 result = 31 * result + stableBounds.hashCode() in <lambda>()
161 result = 31 * result + focusedApp.hashCode() in <lambda>()
[all …]
DDisplayCutout.kt50 override fun hashCode(): Int { in hashCode() method in android.tools.common.traces.wm.DisplayCutout
51 var result = insets.hashCode() in hashCode()
52 result = 31 * result + boundLeft.hashCode() in hashCode()
53 result = 31 * result + boundTop.hashCode() in hashCode()
54 result = 31 * result + boundRight.hashCode() in hashCode()
55 result = 31 * result + boundBottom.hashCode() in hashCode()
56 result = 31 * result + waterfallInsets.hashCode() in hashCode()
DWindowManagerPolicy.kt91 override fun hashCode(): Int { in hashCode() method in android.tools.common.traces.wm.WindowManagerPolicy
92 var result = focusedAppToken.hashCode() in hashCode()
93 result = 31 * result + forceStatusBar.hashCode() in hashCode()
94 result = 31 * result + forceStatusBarFromKeyguard.hashCode() in hashCode()
95 result = 31 * result + keyguardDrawComplete.hashCode() in hashCode()
96 result = 31 * result + keyguardOccluded.hashCode() in hashCode()
97 result = 31 * result + keyguardOccludedChanged.hashCode() in hashCode()
98 result = 31 * result + keyguardOccludedPending.hashCode() in hashCode()
101 result = 31 * result + rotation.hashCode() in hashCode()
103 result = 31 * result + screenOnFully.hashCode() in hashCode()
[all …]
DTask.kt149 override fun hashCode(): Int { in <lambda>() method
150 var result = super.hashCode() in <lambda>()
152 result = 31 * result + isFullscreen.hashCode() in <lambda>()
153 result = 31 * result + bounds.hashCode() in <lambda>()
157 result = 31 * result + lastNonFullscreenBounds.hashCode() in <lambda>()
158 result = 31 * result + realActivity.hashCode() in <lambda>()
159 result = 31 * result + origActivity.hashCode() in <lambda>()
161 result = 31 * result + _resumedActivity.hashCode() in <lambda>()
162 result = 31 * result + animatingBounds.hashCode() in <lambda>()
165 result = 31 * result + createdByOrganizer.hashCode() in <lambda>()
[all …]
DActivity.kt80 override fun hashCode(): Int { in <lambda>() method
81 var result = super.hashCode() in <lambda>()
82 result = 31 * result + state.hashCode() in <lambda>()
83 result = 31 * result + frontOfTask.hashCode() in <lambda>()
85 result = 31 * result + isTranslucent.hashCode() in <lambda>()
86 result = 31 * result + windowContainer.hashCode() in <lambda>()
DWindowContainer.kt102 override fun hashCode(): Int { in hashCode() method
103 var result = title.hashCode() in hashCode()
104 result = 31 * result + token.hashCode() in hashCode()
107 result = 31 * result + isVisible.hashCode() in hashCode()
108 result = 31 * result + name.hashCode() in hashCode()
109 result = 31 * result + isFullscreen.hashCode() in hashCode()
110 result = 31 * result + bounds.hashCode() in hashCode()
DKeyguardControllerState.kt53 override fun hashCode(): Int { in hashCode() method in android.tools.common.traces.wm.KeyguardControllerState
54 var result = isAodShowing.hashCode() in hashCode()
55 result = 31 * result + isKeyguardShowing.hashCode() in hashCode()
56 result = 31 * result + keyguardOccludedStates.hashCode() in hashCode()
DDisplayArea.kt70 override fun hashCode(): Int { in <lambda>() method
71 var result = super.hashCode() in <lambda>()
72 result = 31 * result + isTaskDisplayArea.hashCode() in <lambda>()
73 result = 31 * result + windowContainer.hashCode() in <lambda>()
DConfigurationContainer.kt55 override fun hashCode(): Int { in hashCode() method in android.tools.common.traces.wm.ConfigurationContainer
56 var result = overrideConfiguration?.hashCode() ?: 0 in hashCode()
57 result = 31 * result + (fullConfiguration?.hashCode() ?: 0) in hashCode()
58 result = 31 * result + (mergedOverrideConfiguration?.hashCode() ?: 0) in hashCode()
/platform_testing/libraries/flicker/src/android/tools/common/traces/inputmethod/
DViewRootImpl.kt74 override fun hashCode(): Int { in hashCode() method in android.tools.common.traces.inputmethod.ViewRootImpl
75 var result = view.hashCode() in hashCode()
77 result = 31 * result + appVisible.hashCode() in hashCode()
80 result = 31 * result + isAnimating.hashCode() in hashCode()
81 result = 31 * result + visibleRect.hashCode() in hashCode()
82 result = 31 * result + isDrawing.hashCode() in hashCode()
83 result = 31 * result + added.hashCode() in hashCode()
84 result = 31 * result + winFrame.hashCode() in hashCode()
85 result = 31 * result + pendingDisplayCutout.hashCode() in hashCode()
86 result = 31 * result + lastWindowInsets.hashCode() in hashCode()
[all …]
DInputMethodManagerServiceEntry.kt68 override fun hashCode(): Int { in hashCode() method in android.tools.common.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()
DImeClientEntry.kt51 override fun hashCode(): Int { in hashCode() method in android.tools.common.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()
DInputMethodServiceEntry.kt70 override fun hashCode(): Int { in hashCode() method in android.tools.common.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()
DInputMethodManager.kt45 override fun hashCode(): Int { in hashCode() method in android.tools.common.traces.inputmethod.InputMethodManager
46 var result = curId.hashCode() in hashCode()
47 result = 31 * result + fullscreenMode.hashCode() in hashCode()
49 result = 31 * result + active.hashCode() in hashCode()
50 result = 31 * result + servedConnecting.hashCode() in hashCode()
DEditorInfo.kt52 override fun hashCode(): Int { in hashCode() method in android.tools.common.traces.inputmethod.EditorInfo
55 result = 31 * result + privateImeOptions.hashCode() in hashCode()
56 result = 31 * result + packageName.hashCode() in hashCode()
/platform_testing/libraries/flicker/src/android/tools/common/traces/view/
DViewNode.kt67 override fun hashCode(): Int { in hashCode() method in android.tools.common.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/src/android/tools/common/traces/surfaceflinger/
DLayerProperties.kt63 override fun hashCode(): Int { in hashCode() method in android.tools.common.traces.surfaceflinger.LayerProperties
64 var result = visibleRegion.hashCode() in hashCode()
65 result = 31 * result + activeBuffer.hashCode() in hashCode()
67 result = 31 * result + bounds.hashCode() in hashCode()
68 result = 31 * result + color.hashCode() in hashCode()
69 result = 31 * result + _isOpaque.hashCode() in hashCode()
70 result = 31 * result + shadowRadius.hashCode() in hashCode()
71 result = 31 * result + cornerRadius.hashCode() in hashCode()
72 result = 31 * result + type.hashCode() in hashCode()
73 result = 31 * result + screenBounds.hashCode() in hashCode()
[all …]
DLayer.kt288 override fun hashCode(): Int { in hashCode() method
289 var result = visibleRegion?.hashCode() ?: 0 in hashCode()
290 result = 31 * result + activeBuffer.hashCode() in hashCode()
292 result = 31 * result + bounds.hashCode() in hashCode()
293 result = 31 * result + color.hashCode() in hashCode()
294 result = 31 * result + shadowRadius.hashCode() in hashCode()
295 result = 31 * result + cornerRadius.hashCode() in hashCode()
296 result = 31 * result + type.hashCode() in hashCode()
297 result = 31 * result + transform.hashCode() in hashCode()
298 result = 31 * result + sourceBounds.hashCode() in hashCode()
[all …]
DDisplay.kt58 override fun hashCode(): Int { in hashCode() method in android.tools.common.traces.surfaceflinger.Display
59 var result = id.hashCode() in hashCode()
60 result = 31 * result + name.hashCode() in hashCode()
62 result = 31 * result + size.hashCode() in hashCode()
63 result = 31 * result + layerStackSpace.hashCode() in hashCode()
64 result = 31 * result + transform.hashCode() in hashCode()
65 result = 31 * result + isVirtual.hashCode() in hashCode()
/platform_testing/libraries/flicker/src/android/tools/common/
DScenarioImpl.kt81 override fun hashCode(): Int { in hashCode() method
82 var result = testClass.hashCode() in hashCode()
83 result = 31 * result + startRotation.hashCode() in hashCode()
84 result = 31 * result + endRotation.hashCode() in hashCode()
85 result = 31 * result + navBarMode.hashCode() in hashCode()
86 result = 31 * result + description.hashCode() in hashCode()
87 result = 31 * result + extraConfig.hashCode() in hashCode()
/platform_testing/libraries/flicker/src/android/tools/common/flicker/assertions/
DNamedAssertion.kt53 override fun hashCode(): Int { in hashCode() method in android.tools.common.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()
DAssertionResultImpl.kt42 override fun hashCode(): Int { in hashCode() method in android.tools.common.flicker.assertions.AssertionResultImpl
43 var result = name.hashCode() in hashCode()
46 result = 31 * result + stabilityGroup.hashCode() in hashCode()
/platform_testing/libraries/flicker/src/android/tools/common/flicker/assertors/
DComponentTemplate.kt30 override fun hashCode(): Int { in hashCode() method in android.tools.common.flicker.assertors.ComponentTemplate
31 return name.hashCode() * 39 + build.hashCode() in hashCode()
/platform_testing/libraries/flicker/src/android/tools/common/flicker/assertors/assertions/
DAssertionTemplateWithComponent.kt47 override fun hashCode(): Int { in hashCode() method in android.tools.common.flicker.assertors.assertions.AssertionTemplateWithComponent
48 var result = super.hashCode() in hashCode()
49 result = 31 * result + components.hashCode() in hashCode()

123