HomeSort by relevance Sort by last modified time
    Searched full:trimheight (Results 1 - 3 of 3) sorted by null

  /frameworks/base/cmds/bootanimation/
BootAnimation.h 84 int trimHeight;
BootAnimation.cpp 639 frame.trimHeight = animation.height;
670 frame.trimHeight = height;
822 clearReg.subtractSelf(Rect(xc, yc, xc+frame.trimWidth, yc+frame.trimHeight));
834 // specify the y center as ceiling((mHeight - frame.trimHeight) / 2)
835 // which is equivalent to mHeight - (yc + frame.trimHeight)
836 glDrawTexiOES(xc, mHeight - (yc + frame.trimHeight),
837 0, frame.trimWidth, frame.trimHeight);
    [all...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 58 milliseconds