OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minsettop
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java
88
mState.
mInsetTop
= insetTop;
136
state.
mInsetTop
= inset;
145
state.
mInsetTop
= a.getDimensionPixelOffset(attr, state.
mInsetTop
);
187
padding.top += mState.
mInsetTop
;
191
| mState.
mInsetTop
| mState.mInsetBottom) != 0;
199
contentInsets.top + mState.
mInsetTop
,
208
if (opacity == PixelFormat.OPAQUE && (state.mInsetLeft > 0 || state.
mInsetTop
> 0
221
r.top += mState.
mInsetTop
;
236
return getDrawable().getIntrinsicHeight() + mState.
mInsetTop
+ mState.mInsetBottom
[
all
...]
/frameworks/base/core/java/android/view/
ThreadedRenderer.java
93
private int
mInsetTop
, mInsetLeft;
203
mInsetTop
= surfaceInsets.top;
205
mSurfaceHeight = height +
mInsetTop
+ surfaceInsets.bottom;
212
mInsetTop
= 0;
217
mRootNode.setLeftTopRightBottom(-mInsetLeft, -
mInsetTop
, mSurfaceWidth, mSurfaceHeight);
293
canvas.translate(mInsetLeft,
mInsetTop
);
/libcore/benchmarks/src/benchmarks/regression/
R.java
495
public final int
minsetTop
= 0;
[
all
...]
Completed in 261 milliseconds