Searched refs:automaticallyUpdateRowViews (Results 1 – 2 of 2) sorted by relevance
21 private static boolean automaticallyUpdateRowViews = true; field in ShadowAdapterView159 public static void automaticallyUpdateRowViews(boolean shouldUpdate) { in automaticallyUpdateRowViews() method in ShadowAdapterView160 automaticallyUpdateRowViews = shouldUpdate; in automaticallyUpdateRowViews()297 if (!automaticallyUpdateRowViews) { in update()
305 ShadowAdapterView.automaticallyUpdateRowViews(false); in testShouldBeAbleToTurnOffAutomaticRowUpdates()314 ShadowAdapterView.automaticallyUpdateRowViews(true); in testShouldBeAbleToTurnOffAutomaticRowUpdates()