OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mViewLongPressDialog
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
CandidatesViewManager.java
68
protected View
mViewLongPressDialog
= null;
164
if ((view instanceof CandidateTextView) && (null !=
mViewLongPressDialog
)) {
168
TextView text = (TextView)
mViewLongPressDialog
.findViewById(R.id.candidate_longpress_dialog_text);
171
mDialog.setContentView(
mViewLongPressDialog
);
184
if (null !=
mViewLongPressDialog
) {
185
ViewGroup parent = (ViewGroup)
mViewLongPressDialog
.getParent();
187
parent.removeView(
mViewLongPressDialog
);
TextCandidates1LineViewManager.java
306
mViewLongPressDialog
= (View)inflater.inflate(R.layout.candidate_longpress_dialog, null);
309
Button longPressDialogButton = (Button)
mViewLongPressDialog
.findViewById(R.id.candidate_longpress_dialog_select);
320
longPressDialogButton = (Button)
mViewLongPressDialog
.findViewById(R.id.candidate_longpress_dialog_cancel);
TextCandidatesViewManager.java
388
if (
mViewLongPressDialog
== null) {
521
mViewLongPressDialog
= (View)inflater.inflate(R.layout.candidate_longpress_dialog, null);
524
Button longPressDialogButton = (Button)
mViewLongPressDialog
.findViewById(R.id.candidate_longpress_dialog_select);
535
longPressDialogButton = (Button)
mViewLongPressDialog
.findViewById(R.id.candidate_longpress_dialog_cancel);
[
all
...]
Completed in 35 milliseconds