OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clearselection
(Results
26 - 50
of
99
) sorted by null
1
2
3
4
/development/samples/browseable/MidiSynth/src/com.example.android.midisynth/
MainActivity.java
118
mPortSelector.
clearSelection
();
/external/pdfium/fpdfsdk/
cpdfsdk_widget.h
106
void
ClearSelection
(bool bNotify);
cpdfsdk_widget.cpp
391
pFormField->
ClearSelection
(false);
405
pFormField->
ClearSelection
(false);
433
pFormField->
ClearSelection
(false);
446
pFormField->
ClearSelection
(false);
717
void CPDFSDK_Widget::
ClearSelection
(bool bNotify) {
719
pFormField->
ClearSelection
(bNotify);
/external/pdfium/xfa/fwl/
cfwl_combobox.h
91
void EditDeSelect() { m_pEdit->
ClearSelection
(); }
cfwl_edit.h
75
void
ClearSelection
();
cfwl_listbox.h
84
void
ClearSelection
();
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
PersistentFocusWrapper.java
64
public void
clearSelection
() {
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
MotionInputHandler.java
77
mSelectionTracker.
clearSelection
();
TouchInputHandler.java
80
mSelectionTracker.
clearSelection
();
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DragHost.java
80
mSelectionMgr.
clearSelection
();
KeyInputHandler.java
86
mSelectionHelper.
clearSelection
();
DragStartListener.java
175
mSelectionMgr.
clearSelection
();
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
TouchInputHandler.java
77
mSelectionHelper.
clearSelection
();
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
KeyboardInterpreter.java
46
mTable.
clearSelection
();
PhotoTable.java
76
PhotoTable.this.
clearSelection
();
190
public void
clearSelection
() {
214
clearSelection
();
233
clearSelection
();
247
clearSelection
();
413
clearSelection
();
[
all
...]
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
ActionHandlerTest.java
133
mEnv.selectionMgr.
clearSelection
();
153
mEnv.selectionMgr.
clearSelection
();
162
mEnv.selectionMgr.
clearSelection
();
217
mEnv.selectionMgr.
clearSelection
();
245
mEnv.selectionMgr.
clearSelection
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java
[
all
...]
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/demo/
SelectionDemoActivity.java
285
mSelectionHelper.
clearSelection
();
298
mSelectionHelper.
clearSelection
();
/external/pdfium/core/fpdfdoc/
cpdf_formfield.cpp
187
ClearSelection
();
369
ClearSelection
();
389
ClearSelection
();
471
bool CPDF_FormField::
ClearSelection
(bool bNotify) {
cpdf_formfield.h
142
bool
ClearSelection
(bool bNotify = false);
/external/pdfium/fpdfsdk/formfiller/
cffl_listbox.cpp
111
m_pWidget->
ClearSelection
(false);
/external/pdfium/xfa/fde/
cfde_texteditengine.h
142
void
ClearSelection
();
/frameworks/base/core/java/android/widget/
MenuPopupWindow.java
120
public void
clearSelection
() {
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
MenuPopupWindow.java
156
public void
clearSelection
() {
/packages/apps/DocumentsUI/src/com/android/documentsui/
ActionModeController.java
115
mSelectionMgr.
clearSelection
();
Completed in 1101 milliseconds
1
2
3
4