OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inLeft
(Results
1 - 5
of
5
) 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
;
/libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
CharsetDecoderTest.java
825
int
inLeft
= input.length;
828
int length =
inLeft
;
829
if (outLeft <
inLeft
) {
CharsetEncoderTest.java
1079
int
inLeft
= input.length
[
all
...]
/external/mdnsresponder/mDNSShared/
CommonServices.h
[
all
...]
Completed in 123 milliseconds