HomeSort by relevance Sort by last modified time
    Searched refs:stagingProperties (Results 1 - 13 of 13) sorted by null

  /frameworks/base/libs/hwui/tests/common/scenes/
GlyphStressAnimation.cpp 50 container->stagingProperties().getWidth(),
51 container->stagingProperties().getHeight());
ListViewAnimation.cpp 66 listView->stagingProperties().getWidth(),
67 listView->stagingProperties().getHeight());
  /frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp 128 return tree->stagingProperties()->getRootAlpha();
157 bool success = fullPath->stagingProperties()->copyProperties(pathProperties, length);
166 bool success = group->stagingProperties()->copyProperties(groupProperties, length);
198 return group->stagingProperties()->getRotation();
208 return group->stagingProperties()->getPivotX();
218 return group->stagingProperties()->getPivotY();
228 return group->stagingProperties()->getScaleX();
238 return group->stagingProperties()->getScaleY();
248 return group->stagingProperties()->getTranslateX();
258 return group->stagingProperties()->getTranslateY()
    [all...]
android_view_RenderNode.cpp 241 return renderNode->stagingProperties().hasShadow();
381 return renderNode->stagingProperties().hasOverlappingRendering();
387 return renderNode->stagingProperties().getOutline().getShouldClip();
393 return renderNode->stagingProperties().getAlpha();
399 return renderNode->stagingProperties().getCameraDistance();
405 return renderNode->stagingProperties().getScaleX();
411 return renderNode->stagingProperties().getScaleY();
417 return renderNode->stagingProperties().getElevation();
423 return renderNode->stagingProperties().getTranslationX();
429 return renderNode->stagingProperties().getTranslationY()
    [all...]
android_view_ThreadedRenderer.cpp 208 info.windowInsetLeft = -stagingProperties().getLeft();
209 info.windowInsetTop = -stagingProperties().getTop();
    [all...]
  /frameworks/base/libs/hwui/
VectorDrawable.h 182 const PathProperties* stagingProperties() { return &mStagingProperties; }
361 const FullPathProperties* stagingProperties() { return &mStagingProperties; }
508 const GroupProperties* stagingProperties() { return &mStagingProperties; }
548 mStagingProperties.syncAnimatableProperties(*copy->stagingProperties());
549 mStagingProperties.syncNonAnimatableProperties(*copy->stagingProperties());
675 const TreeProperties* stagingProperties() const { return &mStagingProperties; }
RenderNode.h 182 const RenderProperties& stagingProperties() {
RecordingCanvas.cpp 465 Rect(tree->stagingProperties()->getBounds()),
581 auto&& stagingProps = renderNode->stagingProperties();
595 if (renderNode->stagingProperties().isProjectionReceiver()) {
Animator.cpp 340 setStartValue((mStagingTarget->stagingProperties().*mPropertyAccess->getter)());
DisplayListCanvas.cpp 421 addDrawOp(new (alloc()) DrawVectorDrawableOp(tree, tree->stagingProperties()->getBounds()));
569 if (op->renderNode->stagingProperties().isProjectionReceiver()) {
DisplayListOp.h     [all...]
  /frameworks/base/libs/hwui/tests/common/
TestUtils.h 179 TestCanvas canvas(node.stagingProperties().getWidth(),
180 node.stagingProperties().getHeight());
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 616 EXPECT_TRUE(background->stagingProperties().isProjectionReceiver());
    [all...]

Completed in 270 milliseconds