OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outLeft
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Calculator/src/com/android/calculator2/
PanelSwitcher.java
39
private TranslateAnimation
outLeft
;
103
outLeft
= new TranslateAnimation(0, -mWidth, 0, 0);
109
outLeft
.setDuration(ANIM_DURATION);
140
mChildren[mCurrentView].startAnimation(
outLeft
);
/frameworks/base/tools/aapt/
Images.cpp
205
int32_t*
outLeft
, int32_t* outRight, const char** outError,
209
*
outLeft
= *outRight = -1;
217
*
outLeft
= i-1;
226
*
outLeft
= i;
234
outLeft
+= 2;
238
*
outLeft
= i;
245
*
outLeft
= -1;
303
int32_t*
outLeft
, int32_t* outRight, const char** outError)
306
*
outLeft
= *outRight = 0;
313
(*
outLeft
)++
[
all
...]
/libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
CharsetDecoderTest.java
826
int
outLeft
= out.remaining();
829
if (
outLeft
< inLeft) {
831
length =
outLeft
;
832
in.position(inPosition +
outLeft
);
CharsetEncoderTest.java
[
all
...]
Completed in 1012 milliseconds