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

  /external/v8/tools/turbolizer/
graph-layout.js 192 var slotWidth = placement[1];
193 var endSlotExclusive = firstSlot + slotWidth - 1;
197 return slotToLeftPosition(firstSlot + slotWidth) - width - margin;
201 return slotToLeftPosition(firstSlot + slotWidth / 2) - (width / 2);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 377 // (1) Specify slotWidth and slotHeight: they specify the width and height
386 public int slotWidth = -1;
496 if (mSpec.slotWidth != -1) {
498 mSlotWidth = mSpec.slotWidth;

Completed in 118 milliseconds