OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
906
int
ptop
= mPaddingTop;
local
922
heightSize = resolveAdjustedSize(h +
ptop
+ pbottom, mMaxHeight, heightMeasureSpec);
927
(heightSize -
ptop
- pbottom);
935
int newWidth = (int)(desiredAspect * (heightSize -
ptop
- pbottom)) +
952
ptop
+ pbottom;
[
all
...]
Completed in 1044 milliseconds