Home
last modified time | relevance | path

Searched defs:scene (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/
H A DCommunalSceneStartableTest.kt140 val scene by collectLastValue(communalSceneInteractor.currentScene) in keyguardGoesAway_whenLaunchingEditMode_doNotForceBlankScene() constant
161 val scene by collectLastValue(communalSceneInteractor.currentScene) in keyguardGoesAway_whenLaunchingWidget_doNotForceBlankScene() constant
182 val scene by collectLastValue(communalSceneInteractor.currentScene) in keyguardGoesAway_whenNotLaunchingWidget_forceBlankScene() constant
203 val scene by collectLastValue(communalSceneInteractor.currentScene) in keyguardGoesAway_whenInEditMode_doesNotChangeScene() constant
224 val scene by collectLastValue(communalSceneInteractor.currentScene) in deviceDocked_forceCommunalScene() constant
243 val scene by collectLastValue(communalSceneInteractor.currentScene) in occluded_forceBlankScene() constant
263 val scene by collectLastValue(communalSceneInteractor.currentScene) in occluded_doesNotForceBlankSceneIfLaunchingActivityOverLockscreen() constant
282 val scene by collectLastValue(communalSceneInteractor.currentScene) in deviceDocked_doesNotForceCommunalIfTransitioningFromCommunal() constant
300 val scene by collectLastValue(communalSceneInteractor.currentScene) in deviceAsleep_forceBlankSceneAfterTimeout() constant
322 val scene by collectLastValue(communalSceneInteractor.currentScene) in deviceAsleep_wakesUpBeforeTimeout_noChangeInScene() constant
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/compose/scene/PlatformComposeSceneTransitionLayout/android_common/kotlin_headers/
DPlatformComposeSceneTransitionLayout.jar ... animation/ com/android/compose/animation/scene/ com/android/compose/animation/scene ...
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c67 struct lp_scene *scene = slab_alloc_st(&setup->scene_slab); in lp_scene_create() local
101 lp_scene_destroy(struct lp_scene *scene) in lp_scene_destroy()
116 lp_scene_is_empty(struct lp_scene *scene) in lp_scene_is_empty()
135 lp_scene_is_oom(struct lp_scene *scene) in lp_scene_is_oom()
145 lp_scene_bin_reset(struct lp_scene *scene, unsigned x, unsigned y) in lp_scene_bin_reset()
198 lp_scene_begin_rasterization(struct lp_scene *scene) in lp_scene_begin_rasterization()
220 lp_scene_end_rasterization(struct lp_scene *scene) in lp_scene_end_rasterization()
335 lp_scene_new_cmd_block(struct lp_scene *scene, in lp_scene_new_cmd_block()
356 lp_scene_new_data_block(struct lp_scene *scene) in lp_scene_new_data_block()
383 lp_scene_data_size(const struct lp_scene *scene) in lp_scene_data_size()
[all …]
H A Dlp_rast.c74 struct lp_scene *scene) in lp_rast_begin()
102 struct lp_scene *scene = task->scene; in lp_rast_tile_begin() local
141 const struct lp_scene *scene = task->scene; in lp_rast_clear_color() local
189 const struct lp_scene *scene = task->scene; in lp_rast_clear_zstencil() local
301 const struct lp_scene *scene = task->scene; in lp_rast_shade_tile() local
418 const struct lp_scene *scene = task->scene; in lp_rast_shade_quads_mask_sample() local
512 const struct lp_scene *scene = task->scene; in lp_rast_blit_tile_to_dest() local
1043 struct lp_scene *scene) in rasterize_scene()
1098 struct lp_scene *scene) in lp_rast_queue_scene()
H A Dlp_scene.h239 lp_scene_alloc(struct lp_scene *scene, unsigned size) in lp_scene_alloc()
272 lp_scene_alloc_aligned(struct lp_scene *scene, unsigned size, in lp_scene_alloc_aligned()
303 lp_scene_get_bin(struct lp_scene *scene, unsigned x, unsigned y) in lp_scene_get_bin()
318 lp_scene_bin_command(struct lp_scene *scene, in lp_scene_bin_command()
350 lp_scene_bin_cmd_with_state(struct lp_scene *scene, in lp_scene_bin_cmd_with_state()
376 lp_scene_bin_everywhere(struct lp_scene *scene, in lp_scene_bin_everywhere()
392 lp_scene_get_num_bins(const struct lp_scene *scene) in lp_scene_get_num_bins()
H A Dlp_setup.c102 struct lp_scene *scene = lp_scene_create(setup); in lp_setup_get_empty_scene() local
203 struct lp_scene *scene = setup->scene; in lp_setup_rasterize_scene() local
225 struct lp_scene *scene = setup->scene; in begin_binning() local
436 struct lp_scene *scene = setup->scene; in lp_setup_try_clear_color_buffer() local
507 struct lp_scene *scene = setup->scene; in lp_setup_try_clear_zs() local
963 struct lp_scene *scene = setup->scenes[i]; in lp_setup_is_resource_referenced() local
992 struct lp_scene *scene = setup->scene; in try_update_scene_state() local
1308 struct lp_scene *scene = setup->scenes[i]; in lp_setup_destroy() local
H A Dlp_rast_linear.c53 const struct lp_scene *scene = task->scene; in lp_rast_linear_clear() local
82 const struct lp_scene *scene = task->scene; in lp_rast_linear_tile() local
130 const struct lp_scene *scene = task->scene; in lp_rast_linear_rect() local
H A Dlp_rast_debug.c452 lp_scene_bin_size(const struct lp_scene *scene, unsigned x, unsigned y) in lp_scene_bin_size()
466 lp_debug_draw_bins_by_coverage(struct lp_scene *scene) in lp_debug_draw_bins_by_coverage()
527 lp_debug_draw_bins_by_cmd_length(struct lp_scene *scene) in lp_debug_draw_bins_by_cmd_length()
542 lp_debug_bins(struct lp_scene *scene) in lp_debug_bins()
H A Dlp_setup_rect.c62 lp_setup_alloc_rectangle(struct lp_scene *scene, unsigned nr_inputs) in lp_setup_alloc_rectangle()
88 struct lp_scene *scene = setup->scene; in lp_setup_whole_tile() local
245 struct lp_scene *scene = setup->scene; in try_rect_cw() local
357 struct lp_scene *scene = setup->scene; in lp_setup_bin_rectangle() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/compose/scene/PlatformComposeSceneTransitionLayout/android_common/kotlin/
DPlatformComposeSceneTransitionLayout.jar ... animation/ com/android/compose/animation/scene/ com/android/compose/animation/scene
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/compose/scene/PlatformComposeSceneTransitionLayout/android_common/repackaged-jarjar/kotlinc/
DPlatformComposeSceneTransitionLayout.jar ... static final com.android.compose.animation.scene.Scale lerp (com.android.compose. ...
/aosp_15_r20/development/tools/winscope/src/viewers/components/rects/
H A Drects_component.ts777 const scene = this.largeRectsMapper3d.computeScene(updateBoundingBox); constant
789 const scene = this.largeRectsMapper3d.computeScene(false); constant
799 const scene = this.largeRectsMapper3d.computeScene(false); constant
810 const scene = this.largeRectsMapper3d.computeScene(false); constant
816 const scene = this.largeRectsMapper3d.computeScene(false); constant
831 const scene = this.miniRectsMapper3d.computeScene(true); constant
/aosp_15_r20/frameworks/base/core/java/android/transition/
H A DTransitionManager.java121 public void setTransition(Scene scene, Transition transition) { in setTransition()
158 public Transition getTransition(Scene scene) { in getTransition()
188 private static void changeScene(Scene scene, Transition transition) { in changeScene()
364 public void transitionTo(Scene scene) { in transitionTo()
376 public static void go(Scene scene) { in go()
394 public static void go(Scene scene, Transition transition) { in go()
/aosp_15_r20/cts/tests/tests/transition/src/android/transition/cts/
H A DBaseTransitionTest.java116 final Scene[] scene = new Scene[1]; in loadScene() local
123 final Scene scene[] = new Scene[1]; in loadScene() local
133 protected void startTransition(final Scene scene) throws Throwable { in startTransition()
146 protected void enterScene(final Scene scene) throws Throwable { in enterScene()
150 protected void exitScene(final Scene scene) throws Throwable { in exitScene()
H A DTransitionManagerTest.java196 Scene scene = Scene.getSceneForLayout(mSceneRoot, R.layout.scene1, mActivity); in testSetTransition1() local
215 Scene scene = Scene.getSceneForLayout(mSceneRoot, R.layout.scene2, mActivity); in testSetTransition1() local
274 Scene scene = Scene.getSceneForLayout(mSceneRoot, R.layout.scene1, mActivity); in testEndTransitionsBeforeStarted() local
286 Scene scene = loadScene(R.layout.scene1); in testGo_enterAction() local
318 Scene scene = loadScene(R.layout.scene1); in testGo_nullParameter_enterAction() local
H A DSceneTest.java48 Scene scene = new Scene(mSceneRoot); in testDynamicConstructor() local
95 Scene scene = loadScene(R.layout.scene1); in testFactory() local
101 Scene scene = Scene.getSceneForLayout(mSceneRoot, R.layout.scene1, mActivity); in testGetCurrentScene() local
109 private void constructorTest(Scene scene) throws Throwable { in constructorTest()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuRasterizationVerifier.cpp626 const TriangleSceneSpec &scene; member
677 const LineSceneSpec &scene; member
731 …ngleGroupInterpolationWithInterpolator(const tcu::Surface &surface, const TriangleSceneSpec &scene, in verifyTriangleGroupInterpolationWithInterpolator()
1005 …ol verifyMultisampleLineGroupRasterization(const tcu::Surface &surface, const LineSceneSpec &scene, in verifyMultisampleLineGroupRasterization()
1206 …ol verifyMultisampleLineGroupRasterization(const tcu::Surface &surface, const LineSceneSpec &scene, in verifyMultisampleLineGroupRasterization()
1221 …yMultisampleLineGroupInterpolationInternal(const tcu::Surface &surface, const LineSceneSpec &scene, in verifyMultisampleLineGroupInterpolationInternal()
1354 …ol verifyMultisampleLineGroupInterpolation(const tcu::Surface &surface, const LineSceneSpec &scene, in verifyMultisampleLineGroupInterpolation()
1417 … verifyMultisamplePointGroupRasterization(const tcu::Surface &surface, const PointSceneSpec &scene, in verifyMultisamplePointGroupRasterization()
1490 …l verifySinglesampleLineGroupRasterization(const tcu::Surface &surface, const LineSceneSpec &scene, in verifySinglesampleLineGroupRasterization()
1945 …rifyLineGroupPixelIndependentInterpolation(const tcu::Surface &surface, const LineSceneSpec &scene, in verifyLineGroupPixelIndependentInterpolation()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/
H A DCommunalTransitionAnimatorControllerTest.kt77 val scene by collectLastValue(communalSceneInteractor.currentScene) in animationCancelled_launchingWidgetStateIsCleared() constant
104 val scene by collectLastValue(communalSceneInteractor.currentScene) in animationComplete_launchingWidgetStateIsClearedAndSceneIsChanged() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/communal/domain/model/
DCommunalTransitionProgressModel.java17 private final com.android.compose.animation.scene.SceneKey scene = null; field in CommunalTransitionProgressModel.Idle
19 public Idle(@org.jetbrains.annotations.NotNull() in Idle()
35 …ommunal.domain.model.CommunalTransitionProgressModel.Idle copy(@org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/model/
DSceneContainerPlugin.java84 private final com.android.compose.animation.scene.SceneKey scene = null; field in SceneContainerPlugin.SceneContainerPluginState
89 public SceneContainerPluginState(@org.jetbrains.annotations.NotNull() in SceneContainerPluginState()
124 …emui.model.SceneContainerPlugin.SceneContainerPluginState copy(@org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DLockscreenUserActionsViewModelTest.kt239 scene -> in <lambda>() method
256 ?.let { scene -> kosmos.sceneInteractor.resolveSceneFamily(scene) } in <lambda>() method
333 scene -> in <lambda>() method
350 ?.let { scene -> kosmos.sceneInteractor.resolveSceneFamily(scene) } in <lambda>() method
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
H A DSceneTransitionLayoutImpl.kt196 internal fun scene(key: SceneKey): Scene { in <lambda>() method
255 override fun scene( in <lambda>() method
265 val scene = scenes[key] in <lambda>() constant
402 scenesToCompose().fastForEach { scene -> key(scene.key) { scene.Content() } } in <lambda>() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/domain/interactor/
DKeyguardTransitionInteractor.java268 …kotlinx.coroutines.flow.Flow<java.lang.Float> transitionValue(@org.jetbrains.annotations.Nullable() in transitionValue()
397 …l kotlinx.coroutines.flow.Flow<java.lang.Boolean> isFinishedIn(@org.jetbrains.annotations.NotNull() in isFinishedIn()
413 … kotlinx.coroutines.flow.Flow<java.lang.Boolean> isCurrentlyIn(@org.jetbrains.annotations.NotNull() in isCurrentlyIn()
/aosp_15_r20/packages/apps/TV/src/com/android/tv/ui/
DTvTransitionManager.java237 public int getSceneType(Scene scene) { in getSceneType()
250 private void setCurrentScene(Scene scene, ViewGroup sceneView) { in setCurrentScene()
270 final Scene scene = new Scene(sceneRoot, (View) layout); in buildScene() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
H A DSphericalGLSurfaceView.java84 private final SceneRenderer scene; field in SphericalGLSurfaceView
264 private final SceneRenderer scene; field in SphericalGLSurfaceView.Renderer
285 public Renderer(SceneRenderer scene) { in Renderer()

12345678910>>...18