Home
last modified time | relevance | path

Searched refs:added (Results 1 – 17 of 17) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglDisplay.cpp246 int added = 0; in doChooseConfigs() local
247 …for(ConfigsList::iterator it = m_configs.begin(); it != m_configs.end() && (added < config_size ||… in doChooseConfigs()
251 configs[added] = static_cast<EGLConfig>(*it); in doChooseConfigs()
253 added++; in doChooseConfigs()
257 return added; in doChooseConfigs()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DOutlineDropListener.java145 final List<INode> added = new ArrayList<INode>(); in performDrop() local
148 added.add(node); in performDrop()
153 selectionManager.setOutlineSelection(added); in performDrop()
DMoveGesture.java353 final List<UiElementNode> added = new ArrayList<UiElementNode>(); in drop() local
360 added.add(child); in drop()
419 for (UiElementNode uiNode : added) { in drop()
DOutlinePage.java1181 final List<INode> added = new ArrayList<INode>(); in move() local
1184 added.add(node); in move()
1188 selectionManager.setOutlineSelection(added); in move()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DProjectState.java264 public boolean added = false; field in ProjectState.LibraryDifference
267 return removed || added; in hasDiff()
327 diff.added = true; in reloadProperties()
DSdk.java1155 if (diff.added) {
/sdk/templates/activities/MasterDetailFlow/root/src/app_package/
DContentDetailActivity.java.ftl31 // In this case, the fragment will automatically be re-added
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DGridLayoutConverter.java798 View added = null; in scan() local
800 added = add(view); in scan()
802 return added; in scan()
828 return added; in scan()
DRelativeLayoutConversionHelper.java1491 View added = null; in analyze() local
1493 added = add(view); in analyze()
1495 return added; in analyze()
1558 return added; in analyze()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
Dbuild_messages.properties25 Couldnt_Locate_s_Error=Could not locate '%1$s'. This will not be added to the package.
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/
DNOTICE21 'originates' from a Contributor if it was added to the Program by such
55 Contribution is added by the Contributor, such addition of the
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/
DNOTICE21 'originates' from a Contributor if it was added to the Program by such
55 Contribution is added by the Contributor, such addition of the
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
DNOTICE21 'originates' from a Contributor if it was added to the Program by such
55 Contribution is added by the Contributor, such addition of the
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/
DNOTICE21 'originates' from a Contributor if it was added to the Program by such
55 Contribution is added by the Contributor, such addition of the
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.attrib159 # XXX - might change if pname with value larger then one is added
165 # XXX - might change if pname with value larger then one is added
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridModel.java1149 boolean added = false; in addRow()
1178 added = true; in addRow()
1197 if (!added) { in addRow()
/sdk/eclipse/
Dchanges.txt205 operations, only when running or debugging (option added in ADT
321 a layout chooser, and the chosen layout is added as an include.
369 - A Binary XML editor has been added.
464 - added support for new resource qualifiers: car/desk, night/notnight