/platform_testing/libraries/flicker/src/android/tools/common/traces/wm/ |
D | WindowState.kt | 103 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 …]
|
D | DisplayContent.kt | 147 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 …]
|
D | DisplayCutout.kt | 50 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()
|
D | WindowManagerPolicy.kt | 91 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 …]
|
D | Task.kt | 149 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 …]
|
D | Activity.kt | 80 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>()
|
D | WindowContainer.kt | 102 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()
|
D | KeyguardControllerState.kt | 53 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()
|
D | DisplayArea.kt | 70 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>()
|
D | ConfigurationContainer.kt | 55 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/ |
D | ViewRootImpl.kt | 74 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 …]
|
D | InputMethodManagerServiceEntry.kt | 68 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()
|
D | ImeClientEntry.kt | 51 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()
|
D | InputMethodServiceEntry.kt | 70 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()
|
D | InputMethodManager.kt | 45 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()
|
D | EditorInfo.kt | 52 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/ |
D | ViewNode.kt | 67 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/ |
D | LayerProperties.kt | 63 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 …]
|
D | Layer.kt | 288 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 …]
|
D | Display.kt | 58 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/ |
D | ScenarioImpl.kt | 81 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/ |
D | NamedAssertion.kt | 53 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()
|
D | AssertionResultImpl.kt | 42 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/ |
D | ComponentTemplate.kt | 30 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/ |
D | AssertionTemplateWithComponent.kt | 47 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()
|