/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/ |
D | WindowManagerPolicy.kt | 38 val orientation: Int = 0, constant in android.tools.traces.wm.WindowManagerPolicy 45 get() = orientation == SCREEN_ORIENTATION_NOSENSOR 51 orientation == SCREEN_ORIENTATION_LOCKED 55 orientation == SCREEN_ORIENTATION_LANDSCAPE || 56 orientation == SCREEN_ORIENTATION_SENSOR_LANDSCAPE || 57 orientation == SCREEN_ORIENTATION_REVERSE_LANDSCAPE || 58 orientation == SCREEN_ORIENTATION_USER_LANDSCAPE 62 orientation == SCREEN_ORIENTATION_PORTRAIT || 63 orientation == SCREEN_ORIENTATION_SENSOR_PORTRAIT || 64 orientation == SCREEN_ORIENTATION_REVERSE_PORTRAIT || [all …]
|
D | Configuration.kt | 31 val orientation: Int = 0, constant in android.tools.traces.wm.Configuration 42 orientation == 0 && 55 if (orientation != other.orientation) return false in equals() 68 result = 31 * result + orientation in hashCode() 84 orientation: Int, in from() 94 orientation, in from()
|
D | WindowContainerImpl.kt | 32 override val orientation: Int, constant in android.tools.traces.wm.WindowContainerImpl 92 if (orientation != other.orientation) return false in equals() 104 result = 31 * result + orientation in hashCode()
|
D | DisplayArea.kt | 60 if (orientation != other.orientation) return false in <lambda>()
|
D | Activity.kt | 70 if (orientation != other.orientation) return false in <lambda>()
|
D | WindowContainer.kt | 28 val orientation: Int constant
|
D | Task.kt | 140 if (orientation != other.orientation) return false in <lambda>()
|
/platform_testing/libraries/motion/tests/src/platform/test/motion/filmstrip/ |
D | FilmstripTest.kt | 55 .apply { orientation = FilmstripOrientation.HORIZONTAL } in horizontalSingleFrame() 63 .apply { orientation = FilmstripOrientation.VERTICAL } in verticalSingleFrame() 80 Filmstrip(screenshots).apply { orientation = FilmstripOrientation.HORIZONTAL } in horizontalFilmstrip() 102 Filmstrip(screenshots).apply { orientation = FilmstripOrientation.HORIZONTAL } in horizontalFilmstrip_labelsWiderThanScreenshot() 116 Filmstrip(screenshots).apply { orientation = FilmstripOrientation.HORIZONTAL } in horizontalFilmstrip_variableSize_tileMatchesLargestDimensions() 133 Filmstrip(screenshots).apply { orientation = FilmstripOrientation.VERTICAL } in verticalFilmstrip() 149 Filmstrip(screenshots).apply { orientation = FilmstripOrientation.VERTICAL } in verticalFilmstrip_labelsTallerThanScreenshot() 163 Filmstrip(screenshots).apply { orientation = FilmstripOrientation.VERTICAL } in verticalFilmstrip_variableSize_tileMatchesLargestDimensions() 181 .apply { orientation = FilmstripOrientation.AUTOMATIC } in automaticOrientation_tallScreenshots_filmstripIsHorizontal() 202 .apply { orientation = FilmstripOrientation.AUTOMATIC } in automaticOrientation_wideScreenshots_filmstripIsVertical() [all …]
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | BaseOrientationRule.kt | 54 val UiDevice.orientation: Orientation constant 79 /* supplier */ { orientation }, in <lambda>() 113 orientation: Orientation, in setOrientationOverride() 117 if (orientation == NATURAL) device.naturalOrientation else orientation in setOrientationOverride()
|
D | PortraitLandscapeRule.kt | 35 private fun Statement.runInOrientation(orientation: Orientation) { in Statement() 36 RotationUtils.setOrientationOverride(orientation) in Statement() 46 throw Exception("Test failed while in $orientation", e) in Statement()
|
/platform_testing/libraries/flicker/utils/test/src/android/tools/utils/ |
D | MockWindowStateBuilder.kt | 55 root = newEmptyRootContainer(orientation = 1, layerId = 1), in build()
|
D | Utils.kt | 234 fun newEmptyRootContainer(orientation: Int = 0, layerId: Int = 0) = 239 orientation = orientation,
|
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/ |
D | CommonUtils.java | 375 int orientation = getContext().getResources().getConfiguration().orientation; in isSplitShade() local 376 return isLargeScreen() && (orientation == Configuration.ORIENTATION_LANDSCAPE); in isSplitShade()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/wm/ |
D | WindowManagerStateBuilder.kt | 123 orientation = proto.orientation, in <lambda>() 467 orientation = proto.orientation, in <lambda>() 499 orientation = proto.orientation, in <lambda>()
|
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/ |
D | Filmstrip.kt | 37 var orientation: FilmstripOrientation = FilmstripOrientation.AUTOMATIC variable in platform.test.motion.filmstrip.Filmstrip 71 when (orientation) {
|
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/ |
D | GoldenPathManager.kt | 213 fun getScreenOrientation(context: Context) = context.resources.configuration.orientation.toString() in getAPIVersion()
|
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
D | ConfigGenerator.java | 277 public ConfigGenerator setOrientation(ScreenOrientation orientation) { in setOrientation() argument 278 mOrientation = orientation; in setOrientation()
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/ |
D | AbstractStandardAppHelper2.java | 432 return mInstrumentation.getContext().getResources().getConfiguration().orientation; in getOrientation()
|
D | AbstractStandardAppHelper.java | 473 return mInstrumentation.getContext().getResources().getConfiguration().orientation; in getOrientation()
|