OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isProjectTheme
(Results
1 - 6
of
6
) sorted by null
/sdk/layoutlib_api/src/com/android/layoutlib/api/
ILayoutBridge.java
94
* @param
isProjectTheme
true if the theme is a project theme, false if it is a framework theme.
115
String themeName, boolean
isProjectTheme
,
131
* @param
isProjectTheme
true if the theme is a project theme, false if it is a framework theme.
151
String themeName, boolean
isProjectTheme
,
164
* @param
isProjectTheme
true if the theme is a project theme, false if it is a framework theme.
183
int screenWidth, int screenHeight, String themeName, boolean
isProjectTheme
,
/sdk/ide_common/src/com/android/ide/common/resources/
ResourceResolver.java
75
* @param
isProjectTheme
Is this a project theme?
81
String themeName, boolean
isProjectTheme
) {
86
resolver.computeStyleMaps(themeName,
isProjectTheme
);
97
public boolean
isProjectTheme
() {
404
* @param
isProjectTheme
Is this a project theme?
406
private void computeStyleMaps(String themeName, boolean
isProjectTheme
) {
408
mIsProjectTheme =
isProjectTheme
;
416
if (
isProjectTheme
) {
/sdk/layoutlib_api/sample/src/com/example/android/render/
RenderServiceFactory.java
167
* @param
isProjectTheme
174
boolean
isProjectTheme
) {
183
themeName,
isProjectTheme
);
212
* @param
isProjectTheme
220
boolean
isProjectTheme
,
224
config, projectResources, themeName,
isProjectTheme
);
/sdk/ide_common/src/com/android/ide/common/rendering/
LayoutLibrary.java
501
resources.getThemeName(), resources.
isProjectTheme
(),
511
resources.getThemeName(), resources.
isProjectTheme
(),
519
resources.getThemeName(), resources.
isProjectTheme
(),
529
if (resources.
isProjectTheme
()) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java
[
all
...]
Completed in 283 milliseconds