OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setinputconnection
(Results
1 - 9
of
9
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
RichInputConnectionAndTextRangeTests.java
142
public void
setInputConnection
(final MockConnection mockConnection) {
240
mockInputMethodService.
setInputConnection
(new MockConnection("word wo", "rd", et));
251
mockInputMethodService.
setInputConnection
(new MockConnection("one\tword\two", "rd", et));
258
mockInputMethodService.
setInputConnection
(
266
mockInputMethodService.
setInputConnection
(
274
mockInputMethodService.
setInputConnection
(
305
mockInputMethodService.
setInputConnection
(new MockConnection(text, cursorPos));
320
mockInputMethodService.
setInputConnection
(new MockConnection(text, cursorPos));
333
mockInputMethodService.
setInputConnection
(new MockConnection(text, cursorPos));
345
mockInputMethodService.
setInputConnection
(new MockConnection(text, cursorPos))
[
all
...]
/external/opencv3/modules/viz/src/
shapes.cpp
281
tuber->
SetInputConnection
(line->GetOutputPort());
491
mapper->
SetInputConnection
(textSource->GetOutputPort());
607
image_reslice->
SetInputConnection
(source->GetOutputPort());
614
image_mapper->
SetInputConnection
(image_reslice->GetOutputPort());
652
image_reslice->
SetInputConnection
(source->GetOutputPort());
658
mapper->
SetInputConnection
(image_reslice->GetOutputPort());
678
texture->
SetInputConnection
(source->GetOutputPort());
686
textured_plane->
SetInputConnection
(plane->GetOutputPort());
689
mapper->
SetInputConnection
(textured_plane->GetOutputPort());
726
texture->
SetInputConnection
(source->GetOutputPort())
[
all
...]
clouds.cpp
112
elevation->
SetInputConnection
(cloud_source->GetOutputPort());
138
elevation->
SetInputConnection
(cloud_source->GetOutputPort());
164
elevation->
SetInputConnection
(cloud_source->GetOutputPort());
212
mapper->
SetInputConnection
(append_filter->GetOutputPort());
437
texture->
SetInputConnection
(image_source->GetOutputPort());
469
mapper->
SetInputConnection
(append_filter->GetOutputPort());
vizcore.cpp
199
writer->
SetInputConnection
(source->GetOutputPort());
236
sink->
SetInputConnection
(reader->GetOutputPort());
types.cpp
72
sink->
SetInputConnection
(reader->GetOutputPort());
precomp.hpp
316
transform_filter->
SetInputConnection
(algorithm_output_port);
widget.cpp
93
mapper->
SetInputConnection
( reader->GetOutputPort() );
vizimpl.cpp
372
image_flip->
SetInputConnection
(source->GetOutputPort());
375
texture->
SetInputConnection
(image_flip->GetOutputPort());
/external/opencv3/modules/viz/src/vtk/
vtkVizInteractorStyle.cpp
95
snapshot_writer->
SetInputConnection
(wif->GetOutputPort());
[
all
...]
Completed in 239 milliseconds