OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:colors
(Results
226 - 250
of
2849
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/res/res/values-sw600dp-land/
arrays.xml
3
/* //device/apps/common/assets/res/any/
colors
.xml
/frameworks/base/core/tests/coretests/res/values/
colors.xml
3
/* //device/samples/SampleCode/res/values/
colors
.xml
/frameworks/base/docs/downloads/devbytes/
ImmersiveMode.zip
/frameworks/base/packages/Keyguard/res/values-sw600dp/
alias.xml
3
/* //device/apps/common/assets/res/any/
colors
.xml
/frameworks/opt/photoviewer/res/values/
colors.xml
19
<!-- Photo Viewer
Colors
-->
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/
NavigationBarButton.java
77
public void setTextColor(ColorStateList
colors
) {
78
super.setTextColor(
colors
);
138
public void setTintListCompat(ColorStateList
colors
) {
139
mTintList =
colors
;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
ThemeUtils.java
45
final int[]
colors
= new int[2];
local
50
colors
[i] = disabledTextColor;
55
colors
[i] = textColor;
58
return new ColorStateList(states,
colors
);
/ndk/sources/third_party/googletest/googletest/test/
gtest_color_test_.cc
33
//
colors
in the output. It prints "YES" and returns 1 if Google Test
34
// decides to use
colors
, and prints "NO" and returns 0 otherwise.
62
// Google Test decides to use
colors
in the output (assuming it
67
// Google Test decides not to use
colors
in the output.
/packages/apps/Calendar/res/values-ja/
colors.xml
3
/* //device/apps/Calendar/assets/res/any/
colors
.xml
/packages/apps/Calendar/res/values-v19/
colors.xml
3
/* //device/apps/Calendar/assets/res/any/
colors
.xml
/packages/apps/Gallery/res/values/
colors.xml
3
/* //device/apps/common/assets/res/any/
colors
.xml
/packages/apps/WallpaperPicker/res/values/
colors.xml
3
/* //device/apps/common/assets/res/any/
colors
.xml
/packages/screensavers/Basic/
AndroidManifest.xml
8
android:name="
Colors
"
/developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
40
* The
colors
can be customized in two ways. The first and simplest is to provide an array of
colors
51
* Allows complete control over the
colors
drawn in the tab layout. Set with
116
* Sets the
colors
to be used for indicating the selected tab. These
colors
are treated as a
119
public void setSelectedIndicatorColors(int...
colors
) {
120
mTabStrip.setSelectedIndicatorColors(
colors
);
124
* Sets the
colors
to be used for tab dividers. These
colors
are treated as a circular array.
127
public void setDividerColors(int...
colors
) {
[
all
...]
/developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
40
* The
colors
can be customized in two ways. The first and simplest is to provide an array of
colors
51
* Allows complete control over the
colors
drawn in the tab layout. Set with
116
* Sets the
colors
to be used for indicating the selected tab. These
colors
are treated as a
119
public void setSelectedIndicatorColors(int...
colors
) {
120
mTabStrip.setSelectedIndicatorColors(
colors
);
124
* Sets the
colors
to be used for tab dividers. These
colors
are treated as a circular array.
127
public void setDividerColors(int...
colors
) {
[
all
...]
/developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
40
* The
colors
can be customized in two ways. The first and simplest is to provide an array of
colors
51
* Allows complete control over the
colors
drawn in the tab layout. Set with
116
* Sets the
colors
to be used for indicating the selected tab. These
colors
are treated as a
119
public void setSelectedIndicatorColors(int...
colors
) {
120
mTabStrip.setSelectedIndicatorColors(
colors
);
124
* Sets the
colors
to be used for tab dividers. These
colors
are treated as a circular array.
127
public void setDividerColors(int...
colors
) {
[
all
...]
/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
40
* The
colors
can be customized in two ways. The first and simplest is to provide an array of
colors
51
* Allows complete control over the
colors
drawn in the tab layout. Set with
116
* Sets the
colors
to be used for indicating the selected tab. These
colors
are treated as a
119
public void setSelectedIndicatorColors(int...
colors
) {
120
mTabStrip.setSelectedIndicatorColors(
colors
);
124
* Sets the
colors
to be used for tab dividers. These
colors
are treated as a circular array.
127
public void setDividerColors(int...
colors
) {
[
all
...]
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
40
* The
colors
can be customized in two ways. The first and simplest is to provide an array of
colors
51
* Allows complete control over the
colors
drawn in the tab layout. Set with
116
* Sets the
colors
to be used for indicating the selected tab. These
colors
are treated as a
119
public void setSelectedIndicatorColors(int...
colors
) {
120
mTabStrip.setSelectedIndicatorColors(
colors
);
124
* Sets the
colors
to be used for tab dividers. These
colors
are treated as a circular array.
127
public void setDividerColors(int...
colors
) {
[
all
...]
/developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
40
* The
colors
can be customized in two ways. The first and simplest is to provide an array of
colors
51
* Allows complete control over the
colors
drawn in the tab layout. Set with
116
* Sets the
colors
to be used for indicating the selected tab. These
colors
are treated as a
119
public void setSelectedIndicatorColors(int...
colors
) {
120
mTabStrip.setSelectedIndicatorColors(
colors
);
124
* Sets the
colors
to be used for tab dividers. These
colors
are treated as a circular array.
127
public void setDividerColors(int...
colors
) {
[
all
...]
/developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabLayout.java
40
* The
colors
can be customized in two ways. The first and simplest is to provide an array of
colors
51
* Allows complete control over the
colors
drawn in the tab layout. Set with
116
* Sets the
colors
to be used for indicating the selected tab. These
colors
are treated as a
119
public void setSelectedIndicatorColors(int...
colors
) {
120
mTabStrip.setSelectedIndicatorColors(
colors
);
124
* Sets the
colors
to be used for tab dividers. These
colors
are treated as a circular array.
127
public void setDividerColors(int...
colors
) {
[
all
...]
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabLayout.java
40
* The
colors
can be customized in two ways. The first and simplest is to provide an array of
colors
51
* Allows complete control over the
colors
drawn in the tab layout. Set with
116
* Sets the
colors
to be used for indicating the selected tab. These
colors
are treated as a
119
public void setSelectedIndicatorColors(int...
colors
) {
120
mTabStrip.setSelectedIndicatorColors(
colors
);
124
* Sets the
colors
to be used for tab dividers. These
colors
are treated as a circular array.
127
public void setDividerColors(int...
colors
) {
[
all
...]
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java
40
* The
colors
can be customized in two ways. The first and simplest is to provide an array of
colors
51
* Allows complete control over the
colors
drawn in the tab layout. Set with
116
* Sets the
colors
to be used for indicating the selected tab. These
colors
are treated as a
119
public void setSelectedIndicatorColors(int...
colors
) {
120
mTabStrip.setSelectedIndicatorColors(
colors
);
124
* Sets the
colors
to be used for tab dividers. These
colors
are treated as a circular array.
127
public void setDividerColors(int...
colors
) {
[
all
...]
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java
40
* The
colors
can be customized in two ways. The first and simplest is to provide an array of
colors
51
* Allows complete control over the
colors
drawn in the tab layout. Set with
116
* Sets the
colors
to be used for indicating the selected tab. These
colors
are treated as a
119
public void setSelectedIndicatorColors(int...
colors
) {
120
mTabStrip.setSelectedIndicatorColors(
colors
);
124
* Sets the
colors
to be used for tab dividers. These
colors
are treated as a circular array.
127
public void setDividerColors(int...
colors
) {
[
all
...]
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java
40
* The
colors
can be customized in two ways. The first and simplest is to provide an array of
colors
51
* Allows complete control over the
colors
drawn in the tab layout. Set with
116
* Sets the
colors
to be used for indicating the selected tab. These
colors
are treated as a
119
public void setSelectedIndicatorColors(int...
colors
) {
120
mTabStrip.setSelectedIndicatorColors(
colors
);
124
* Sets the
colors
to be used for tab dividers. These
colors
are treated as a circular array.
127
public void setDividerColors(int...
colors
) {
[
all
...]
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabLayout.java
40
* The
colors
can be customized in two ways. The first and simplest is to provide an array of
colors
51
* Allows complete control over the
colors
drawn in the tab layout. Set with
116
* Sets the
colors
to be used for indicating the selected tab. These
colors
are treated as a
119
public void setSelectedIndicatorColors(int...
colors
) {
120
mTabStrip.setSelectedIndicatorColors(
colors
);
124
* Sets the
colors
to be used for tab dividers. These
colors
are treated as a circular array.
127
public void setDividerColors(int...
colors
) {
[
all
...]
Completed in 524 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>