OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Theme
(Results
201 - 225
of
243
) sorted by null
1
2
3
4
5
6
7
8
9
10
/frameworks/base/core/java/android/widget/
RemoteViews.java
[
all
...]
Editor.java
[
all
...]
TextView.java
633
// they are defined by the TextView's style and are
theme
-dependent.
746
final Resources.
Theme
theme
= context.getTheme();
local
754
TypedArray a =
theme
.obtainStyledAttributes(attrs,
761
appearance =
theme
.obtainStyledAttributes(
[
all
...]
/frameworks/base/core/java/android/app/
ActivityThread.java
45
import android.content.res.Resources.
Theme
;
2590
int
theme
= r.activityInfo.getThemeResource();
local
[
all
...]
Activity.java
137
* windows (via a
theme
with {@link android.R.attr#windowIsFloating} set)
[
all
...]
/frameworks/base/docs/html/training/
training_toc.cs
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
[
all
...]
/frameworks/base/core/java/android/view/
View.java
602
* By default, Views are created using the
theme
of the Context object supplied
603
* to their constructor; however, a different
theme
may be specified by using
604
* the {@link android.R.styleable#View_theme android:
theme
} attribute in layout
609
* When the {@link android.R.styleable#View_theme android:
theme
} attribute is
610
* used in XML, the specified
theme
is applied on top of the inflation
611
* context's
theme
(see {@link LayoutInflater}) and used for the view itself as
616
* color scheme; however, because an overlay
theme
is used which only defines a
619
* the inflation context's
theme
(e.g. the Activity
theme
) will be preserved.
623
* android:
theme
="@android:theme/ThemeOverlay.Material.Dark">
23712
Resources.Theme
theme
= getContext().getTheme();
local
[
all
...]
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar
/prebuilts/tools/darwin-x86/swt/
swt.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/prebuilts/tools/common/api-versions/android-1/
android.jar
/prebuilts/tools/common/api-versions/android-2/
android.jar
/prebuilts/tools/common/api-versions/android-3/
android.jar
/frameworks/base/
compiled-classes-phone
[
all
...]
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
Completed in 441 milliseconds
1
2
3
4
5
6
7
8
9
10