OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inLeft
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Calculator/src/com/android/calculator2/
PanelSwitcher.java
38
private TranslateAnimation
inLeft
;
101
inLeft
= new TranslateAnimation(mWidth, 0, 0, 0);
102
inLeft
.setAnimationListener(this);
108
inLeft
.setDuration(ANIM_DURATION);
139
mChildren[mCurrentView+1].startAnimation(
inLeft
);
/frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java
90
int
inLeft
= a.getDimensionPixelOffset(com.android.internal.R.styleable.
121
mInsetState.mInsetLeft =
inLeft
;
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetDecoderTest.java
820
int
inLeft
= input.length;
823
int length =
inLeft
;
824
if (outLeft <
inLeft
) {
CharsetEncoderTest.java
1058
int
inLeft
= input.length;
1061
int length =
inLeft
;
1062
if (outLeft <
inLeft
) {
[
all
...]
Completed in 2233 milliseconds