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

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsByDefault.java 44 final GridLayout gridContainer = (GridLayout) findViewById(R.id.gridContainer);
53 gridContainer.removeView(v);
56 gridContainer.addView(newButton, Math.min(1, gridContainer.getChildCount()));
  /packages/apps/Gallery2/src/com/android/photos/
MultiSelectGridFragment.java 288 mGridContainer = root.findViewById(R.id.gridContainer);

Completed in 154 milliseconds