Searched refs:isNested (Results 1 – 4 of 4) sorted by relevance
267 } else if (!isNested(view, sharedElements)) { in setSharedElements()280 private static boolean isNested(View view, ArrayMap<String, View> sharedElements) { in isNested() method in ActivityTransitionCoordinator282 boolean isNested = false; in isNested()286 isNested = true; in isNested()291 return isNested; in isNested()
61 const bool nested = newState.mAnnotations.isNested(); in onLogEvent()
385 inline bool isNested() const { return getValueFromBitmask(NESTED_POS); } in isNested() function
303 EXPECT_TRUE(values[0].mAnnotations.isNested()); in TEST()