Home
last modified time | relevance | path

Searched refs:COMPARISON_STRATEGY_STRIPE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewGroup.java8724 ViewLocationHolder.COMPARISON_STRATEGY_STRIPE); in sort()
8753 public static final int COMPARISON_STRATEGY_STRIPE = 1; field in ViewGroup.ViewLocationHolder
8757 private static int sComparisonStrategy = COMPARISON_STRATEGY_STRIPE;
8811 if (sComparisonStrategy == COMPARISON_STRATEGY_STRIPE) { in compareBoundsOfTree()