OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backgroundResource
(Results
1 - 5
of
5
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
LevelBuilder.java
55
int
backgroundResource
= -1;
59
backgroundResource
= R.drawable.background_sunset;
62
backgroundResource
= R.drawable.background_island;
65
backgroundResource
= R.drawable.background_sewage;
68
backgroundResource
= R.drawable.background_underground;
71
backgroundResource
= R.drawable.background_grass2;
74
backgroundResource
= R.drawable.background_island2;
77
backgroundResource
= R.drawable.background_lab01;
83
if (
backgroundResource
> -1) {
98
textureLibrary.allocateTexture(
backgroundResource
));
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java
95
int
backgroundResource
, int bx, int by, int description, int guide) {
98
init(context, inputView,
backgroundResource
, bx, by, text, guide, false);
101
Bubble(Context context, View inputView, int
backgroundResource
, int bx, int by,
103
init(context, inputView,
backgroundResource
, bx, by, description, guide, leftAlign);
106
void init(Context context, View inputView, int
backgroundResource
,
108
bubbleBackground = context.getResources().getDrawable(
backgroundResource
);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java
97
int
backgroundResource
, int bx, int by, int description, int guide) {
100
init(context, inputView,
backgroundResource
, bx, by, text, guide, false);
103
Bubble(Context context, View inputView, int
backgroundResource
, int bx, int by,
105
init(context, inputView,
backgroundResource
, bx, by, description, guide, leftAlign);
108
void init(Context context, View inputView, int
backgroundResource
,
110
bubbleBackground = context.getResources().getDrawable(
backgroundResource
);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java
395
int
backgroundResource
= 0;
401
backgroundResource
= R.drawable.test_pass_gradient;
406
backgroundResource
= R.drawable.test_fail_gradient;
417
textView.setBackgroundResource(
backgroundResource
);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java
222
int
backgroundResource
= 0;
226
backgroundResource
= R.drawable.test_pass_gradient;
229
backgroundResource
= R.drawable.test_fail_gradient;
233
view.setBackgroundResource(
backgroundResource
);
Completed in 246 milliseconds