OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subProperties
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java
364
Collection<Property>
subProperties
= categoryToProperties.get(category);
365
if (
subProperties
.size() > 1) {
368
Property[] subArray = new Property[
subProperties
.size()];
369
complex.setProperties(
subProperties
.toArray(subArray));
376
for (Property p :
subProperties
) {
390
} else if (
subProperties
.size() == 1) {
391
collapsed.add(
subProperties
.iterator().next());
618
Collection<Property>
subProperties
= categoryToProperties.get(category);
619
if (
subProperties
.size() > 1) {
622
Property[] subArray = new Property[
subProperties
.size()]
[
all
...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1_1.h
290
STDMETHOD(GetSubProperties)(UINT32 index, ID2D1Properties **
subProperties
) CONST PURE;
373
HRESULT GetSubProperties(T index, ID2D1Properties **
subProperties
) CONST {
374
return GetSubProperties(static_cast<UINT32>(index),
subProperties
);
[
all
...]
/prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar
Completed in 320 milliseconds