OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:focusedviewleft
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java
625
int
focusedViewLeft
= getViewLeftOnScreen(v);
626
int focusedViewRight =
focusedViewLeft
+ v.getWidth();
630
} else if (
focusedViewLeft
< viewBodyLeft) {
631
mViewBodyScroll.scrollBy((
focusedViewLeft
- viewBodyLeft), 0);
Completed in 52 milliseconds