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 686 int ptop = mPaddingTop; local
702 heightSize = resolveAdjustedSize(h + ptop + pbottom, mMaxHeight, heightMeasureSpec);
707 (heightSize - ptop - pbottom);
715 int newWidth = (int)(desiredAspect * (heightSize - ptop - pbottom)) +
726 ptop + pbottom;
739 h += ptop + pbottom;
    [all...]

Completed in 35 milliseconds