HomeSort by relevance Sort by last modified time
    Searched defs:ListScenario (Results 1 - 2 of 2) sorted by null

  /cts/tests/src/android/widget/cts/util/
ListScenario.java 45 public abstract class ListScenario extends Activity {
252 * Sets whether the {@link ListScenario} will automatically set the
651 return ListScenario.this.getItemViewType(position);
656 return ListScenario.this.getViewTypeCount();
  /frameworks/base/core/tests/coretests/src/android/util/
ListScenario.java 44 public abstract class ListScenario extends Activity {
251 * Sets whether the {@link ListScenario} will automatically set the
653 return ListScenario.this.getItemViewType(position);
658 return ListScenario.this.getViewTypeCount();

Completed in 356 milliseconds