Home | History | Annotate | Download | only in app

Lines Matching refs:isNested

253                 } else if (!isNested(view, sharedElements)) {
266 private static boolean isNested(View view, ArrayMap<String, View> sharedElements) {
268 boolean isNested = false;
272 isNested = true;
277 return isNested;