HomeSort by relevance Sort by last modified time
    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 328 int backgroundResource = 0;
334 backgroundResource = R.drawable.test_pass_gradient;
339 backgroundResource = R.drawable.test_fail_gradient;
350 textView.setBackgroundResource(backgroundResource);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java 221 int backgroundResource = 0;
225 backgroundResource = R.drawable.test_pass_gradient;
228 backgroundResource = R.drawable.test_fail_gradient;
232 view.setBackgroundResource(backgroundResource);

Completed in 509 milliseconds