Searched refs:mLayerState (Results 1 – 6 of 6) sorted by relevance
116 std::unique_ptr<LayerState> mLayerState; member127 mLayerState = std::make_unique<LayerState>(&mOutputLayer); in TEST_F()128 EXPECT_EQ(&mOutputLayer, mLayerState->getOutputLayer()); in TEST_F()136 mLayerState = std::make_unique<LayerState>(&mOutputLayer); in TEST_F()137 EXPECT_EQ(&mOutputLayer, mLayerState->getOutputLayer()); in TEST_F()143 mLayerState->update(&newOutputLayer); in TEST_F()144 EXPECT_EQ(&newOutputLayer, mLayerState->getOutputLayer()); in TEST_F()152 mLayerState = std::make_unique<LayerState>(&mOutputLayer); in TEST_F()153 EXPECT_EQ(sSequenceId, mLayerState->getId()); in TEST_F()161 mLayerState = std::make_unique<LayerState>(&mOutputLayer); in TEST_F()[all …]
99 LayerState mLayerState; field in LayerDrawable142 r[i] = new ChildDrawable(mLayerState.mDensity); in LayerDrawable()147 mLayerState.mChildrenChangingConfigurations |= child.getChangingConfigurations(); in LayerDrawable()150 mLayerState.mNumChildren = length; in LayerDrawable()151 mLayerState.mChildren = r; in LayerDrawable()166 mLayerState = createConstantState(state, res); in LayerDrawable()167 if (mLayerState.mNumChildren > 0) { in LayerDrawable()185 final LayerState state = mLayerState; in inflate()210 final LayerState state = mLayerState; in applyTheme()250 final LayerState state = mLayerState; in inflateLayers()[all …]
132 LayerState mLayerState; field in AdaptiveIconDrawable159 mLayerState = createConstantState(state, res); in AdaptiveIconDrawable()176 final ChildDrawable layer = new ChildDrawable(mLayerState.mDensity); in createChildDrawable()179 mLayerState.mChildrenChangingConfigurations |= in createChildDrawable()227 mLayerState.mChildren[index] = layer; in addLayer()228 mLayerState.invalidateCache(); in addLayer()237 final LayerState state = mLayerState; in inflate()294 return mLayerState.mChildren[FOREGROUND_ID].mDrawable; in getForeground()305 return mLayerState.mChildren[BACKGROUND_ID].mDrawable; in getBackground()317 return mLayerState.mChildren[MONOCHROME_ID].mDrawable; in getMonochrome()[all …]
792 final LayerState state = mLayerState; in getOutline()1143 final ChildDrawable[] array = mLayerState.mChildren; in getMaskType()1144 final int count = mLayerState.mNumChildren; in getMaskType()1157 final ChildDrawable[] array = mLayerState.mChildren; in drawContent()1158 final int count = mLayerState.mNumChildren; in drawContent()1317 mState = (RippleState) mLayerState; in mutate()1395 mLayerState = mState; in RippleDrawable()
206 final ChildDrawable[] array = mLayerState.mChildren; in draw()
16489 Landroid/graphics/drawable/AdaptiveIconDrawable;->mLayerState:Landroid/graphics/drawable/AdaptiveIc…