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

  /packages/apps/TV/src/com/android/tv/guide/
ProgramGrid.java 406 int firstVisibleChildIndex = getFirstVisibleChildIndex();
407 if (firstVisibleChildIndex == -1) {
410 View childView = getChildAt(firstVisibleChildIndex);
414 for (int i = firstVisibleChildIndex + 1; i < childCount; i++) {
  /frameworks/support/design/src/android/support/design/widget/
AppBarLayout.java     [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 660 milliseconds