Searched defs:COMPARISON_STRATEGY_STRIPE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewGroup.java8315 ViewLocationHolder.COMPARISON_STRATEGY_STRIPE);
8344 public static final int COMPARISON_STRATEGY_STRIPE = 1; field in class:ViewGroup.ViewLocationHolder
8348 private static int sComparisonStrategy = COMPARISON_STRATEGY_STRIPE;
8381 if (sComparisonStrategy == COMPARISON_STRATEGY_STRIPE) {

Completed in 51 milliseconds