HomeSort by relevance Sort by last modified time
    Searched full:clearselection (Results 51 - 75 of 99) sorted by null

1 23 4

  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DocsSelectionHelperTest.java 172 public void clearSelection() {
  /external/pdfium/xfa/fde/
cfde_texteditengine.cpp 179 ClearSelection();
338 ClearSelection();
738 void CFDE_TextEditEngine::ClearSelection() {
746 ClearSelection();
824 ClearSelection();
    [all...]
cfde_texteditengine_unittest.cpp 242 engine()->ClearSelection();
304 engine()->ClearSelection();
  /external/autotest/frontend/client/src/autotest/tko/
SpreadsheetView.java 216 selectionManager.clearSelection();
556 selectionManager.clearSelection();
  /external/pdfium/fpdfsdk/pwl/
cpwl_combo_box.cpp 242 void CPWL_ComboBox::ClearSelection() {
244 m_pEdit->ClearSelection();
cpwl_edit.cpp 140 m_pEdit->ClearSelection();
454 m_pEdit->ClearSelection();
cpwl_edit_impl.h 290 bool ClearSelection();
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 302 void CFWL_Edit::ClearSelection() {
303 return m_EdtEngine.ClearSelection();
    [all...]
cfwl_listbox.cpp 165 ClearSelection();
247 void CFWL_ListBox::ClearSelection() {
  /external/proguard/src/proguard/gui/
ListPanel.java 287 list.clearSelection();
  /frameworks/support/recyclerview-selection/api/
current.txt 97 method public abstract boolean clearSelection();
  /frameworks/support/recyclerview-selection/api_legacy/
current.txt 97 method public abstract boolean clearSelection();
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
SelectionHelper.java 88 public abstract void clearSelection();
BandSelectionHelper.java 252 mSelectionHelper.clearSelection();
DefaultSelectionHelper.java 178 public void clearSelection() {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java 212 mTable.clearSelection();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 193 mKeyAliases.clearSelection();
  /packages/apps/DocumentsUI/src/com/android/documentsui/files/
ActionHandler.java 210 mSelectionMgr.clearSelection();
249 mSelectionMgr.clearSelection();
264 mSelectionMgr.clearSelection();
  /external/pdfium/xfa/fxfa/
cxfa_fftextedit.cpp 424 ToEdit(m_pNormalWidget.get())->ClearSelection();
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
BandSelectionHelper.java 247 mSelectionTracker.clearSelection();
DefaultSelectionTracker.java 159 public boolean clearSelection() {
SelectionTracker.java 156 public abstract boolean clearSelection();
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
ActionHandler.java 260 mSelectionMgr.clearSelection();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 499 mSpeedCombo.clearSelection();
513 mDelayCombo.clearSelection();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 310 mInstrumentationCombo.clearSelection();
399 mInstrumentationCombo.clearSelection();
    [all...]

Completed in 964 milliseconds

1 23 4