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

  /external/tremolo/Tremolo/
misc.c 50 static int ptop=0; variable
83 if(pinsert==ptop)
84 pinsert=++ptop;
200 for(i=0;i<ptop;i++){
  /frameworks/base/core/java/android/widget/
ImageView.java 632 int ptop = mPaddingTop; local
649 heightSize = resolveAdjustedSize(h + ptop + pbottom,
655 (heightSize - ptop - pbottom);
664 (heightSize - ptop - pbottom))
675 / desiredAspect) + ptop + pbottom;
688 h += ptop + pbottom;

Completed in 138 milliseconds