HomeSort by relevance Sort by last modified time
    Searched refs:outRight (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calculator/src/com/android/calculator2/
PanelSwitcher.java 42 private TranslateAnimation outRight;
106 outRight = new TranslateAnimation(0, mWidth, 0, 0);
111 outRight.setDuration(ANIM_DURATION);
153 mChildren[mCurrentView].startAnimation(outRight);
  /frameworks/base/tools/aapt/
Images.cpp 205 int32_t* outLeft, int32_t* outRight, const char** outError,
209 *outLeft = *outRight = -1;
218 *outRight = width-2;
232 *outRight = i-1;
233 outRight += 2;
303 int32_t* outLeft, int32_t* outRight, const char** outError)
306 *outLeft = *outRight = 0;
327 (*outRight)++;
    [all...]

Completed in 319 milliseconds