OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toL
(Results
1 - 3
of
3
) 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);
Completed in 3527 milliseconds