OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frameworkRes
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java
491
FolderWrapper
frameworkRes
= new FolderWrapper(osResourcesPath);
492
if (
frameworkRes
.exists()) {
493
FrameworkResources resources = new FrameworkResources(
frameworkRes
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java
618
ResourceRepository
frameworkRes
= null;
628
frameworkRes
= data.getFrameworkResources();
629
configuredFrameworkRes =
frameworkRes
.getConfiguredResources(config);
645
if (
frameworkRes
.hasResourceItem(ANDROID_STYLE_RESOURCE_PREFIX + theme)) {
[
all
...]
GraphicalEditorPart.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Configuration.java
730
ResourceRepository
frameworkRes
= mConfigChooser.getClient().getFrameworkResources();
731
if (
frameworkRes
!= null
732
&&
frameworkRes
.hasResourceItem(ANDROID_STYLE_RESOURCE_PREFIX + mTheme)) {
[
all
...]
ConfigurationChooser.java
[
all
...]
Completed in 64 milliseconds