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

  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 338 IconMenuView.LayoutParams childLayoutParams = null;
365 childLayoutParams = (IconMenuView.LayoutParams) child.getLayoutParams();
366 childLayoutParams.left = (int) itemLeft;
367 childLayoutParams.right = (int) (itemLeft + itemWidth);
368 childLayoutParams.top = (int) itemTop;
369 childLayoutParams.bottom = (int) (itemTop + itemHeight);
389 if (childLayoutParams != null) {
390 childLayoutParams.right = menuWidth;
431 IconMenuView.LayoutParams childLayoutParams;
435 childLayoutParams = (IconMenuView.LayoutParams)chil
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]

Completed in 67 milliseconds