Searched refs:needsAnotherUpdate (Results 1 – 6 of 6) sorted by relevance
83 bool CompositionEngine::needsAnotherUpdate() const { in needsAnotherUpdate() function in android::compositionengine::impl::CompositionEngine134 bool needsAnotherUpdate = false; in preComposition() local140 needsAnotherUpdate = true; in preComposition()144 mNeedsAnotherUpdate = needsAnotherUpdate; in preComposition()
48 MOCK_CONST_METHOD0(needsAnotherUpdate, bool());
63 virtual bool needsAnotherUpdate() const = 0;
42 bool needsAnotherUpdate() const override;
253 EXPECT_FALSE(mEngine.needsAnotherUpdate()); in TEST_F()267 EXPECT_TRUE(mEngine.needsAnotherUpdate()); in TEST_F()
2166 if (mCompositionEngine->needsAnotherUpdate()) { in onMessageRefresh()