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

  /frameworks/base/services/core/java/com/android/server/wm/animation/
ClipRectLRAnimation.java 35 public ClipRectLRAnimation(int fromL, int fromR, int toL, int toR) {
36 super(fromL, 0, fromR, 0, toL, 0, toR, 0);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java 361 int[] toL = new int[] {-1, -1, -1};
368 toL[2] = to;
370 toL[1] = strLayer2.get(to).to;
372 toL[0] = strLayer1.get(toL[1]).to;
375 toL[1] = to;
377 toL[0] = strLayer1.get(to).to;
380 toL[0] = to;
386 deleteStrSegment0(lv, fromL[lv], toL[lv], diff);
393 if ((ss.from >= fromL[lv-1] && ss.from <= toL[lv-1]) |
    [all...]
  /frameworks/base/core/java/android/view/animation/
ClipRectAnimation.java 50 int toL, int toT, int toR, int toB) {
52 mToRect.set(toL, toT, toR, toB);
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]

Completed in 550 milliseconds