HomeSort by relevance Sort by last modified time
    Searched full:background (Results 1201 - 1225 of 7839) sorted by null

<<41424344454647484950>>

  /external/replicaisland/src/com/replica/replicaisland/
LevelSystem.java 91 * Loads a level from a binary file. The file consists of several layers, including background
95 * @param tiles A tile library to use when constructing tiled background layers.
96 * @param background An object to assign background layer rendering components to.
125 if (type == 0) { // it's a background layer
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTBackground.cpp 13 @Description Function to draw a background texture.
44 @Function Background
55 @Function ~Background
66 @Description Destroys the background and releases API specific resources
93 @Description Initialises the background
  /frameworks/base/core/res/res/layout-land/
time_picker_material.xml 47 android:background="@drawable/time_picker_editable_background"
70 android:background="@drawable/time_picker_editable_background"
99 android:background="?android:attr/selectableItemBackground"
112 android:background="?android:attr/selectableItemBackground"
166 android:background="?attr/selectableItemBackgroundBorderless"
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 58 if (mLogVerbose) Log.v(TAG, "Starting background graph processing.");
95 if (mLogVerbose) Log.v(TAG, "Done with background graph processing.");
182 /** Execute the graph in a background thread. */
201 * with setDoneCallback to be notified of when the background processing has
220 /** Check if background processing is happening */
  /frameworks/base/packages/SystemUI/res/layout/
qs_footer.xml 30 android:background="#00000000"
54 android:background="@drawable/ripple_drawable"
69 android:background="?android:attr/selectableItemBackgroundBorderless"
90 android:background="@drawable/ripple_drawable"
114 android:background="?android:attr/selectableItemBackgroundBorderless"
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationViewWrapper.java 81 * In dark mode, we draw as little as possible, assuming a black background.
104 Drawable background = mView.getBackground(); local
105 if (background instanceof ColorDrawable) {
106 mBackgroundColor = ((ColorDrawable) background).getColor();
170 // Parent notifications should always use the normal background color
  /frameworks/base/tests/BiDiTests/res/layout/
relative_layout_2_locale.xml 29 android:background="#FF000000"
59 android:background="#FF000000"
90 android:background="#FF000000"
121 android:background="#FF000000"
152 android:background="#FF000000"
relative_layout_2_ltr.xml 29 android:background="#FF000000"
59 android:background="#FF000000"
90 android:background="#FF000000"
121 android:background="#FF000000"
152 android:background="#FF000000"
relative_layout_2_rtl.xml 29 android:background="#FF000000"
59 android:background="#FF000000"
90 android:background="#FF000000"
121 android:background="#FF000000"
152 android:background="#FF000000"
  /frameworks/support/compat/java/android/support/v4/net/
ConnectivityManagerCompat.java 67 * background.
72 * Device is restricting metered network activity while application is running on background,
81 * Device is restricting metered network activity while application is running on background.
83 * In this state, application should not try to use the network while running on background,
187 * running on background.
  /frameworks/support/design/res/values/
styles.xml 20 <item name="android:background">@drawable/design_fab_background</item>
35 <item name="android:background">?android:attr/windowBackground</item>
99 <item name="android:background">@drawable/design_snackbar_background</item>
114 <item name="android:background">?attr/colorPrimary</item>
135 <item name="android:background">?android:attr/colorBackground</item>
  /frameworks/support/percent/tests/res/layout/
percent_relative_layout_rtl.xml 41 android:background="#5690E0" />
53 android:background="#902030" />
66 android:background="#A0B040" />
79 android:background="#20C0A0" />
94 android:background="#F07020" />
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
BackgroundHelper.java 32 * 1. AsyncTask to load bitmap in background thread.
41 // Background delay serves to avoid kicking off expensive bitmap loading
224 * Sets a background bitmap. It will look up the cache first if missing, an AsyncTask will
262 * Directly sets a Drawable as background.
274 * Load bitmap in background and pass result to BitmapLoadCallback.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsParallaxDrawable.java 65 * @param parallax DetailsParallax to add background parallax effect.
83 * @param parallax DetailsParallax to add background parallax effect.
103 * @param parallax DetailsParallax to add background parallax effect.
152 * Changes the solid background color of the related content section.
159 * @return Returns the solid background color of the related content section.
  /packages/apps/Contacts/res/layout/
dialog_call_subject.xml 22 android:background="@android:color/transparent"
41 android:background="@drawable/dialog_background_material">
95 android:background="@null"
116 android:background="@color/call_subject_divider"/>
155 android:background="@color/call_subject_history_background"
  /packages/apps/Dialer/java/com/android/contacts/common/res/layout/
dialog_call_subject.xml 23 android:background="@android:color/transparent"
37 android:background="@drawable/dialog_background_material"
94 android:background="@null"
116 android:background="@color/call_subject_divider"/>
155 android:background="@color/call_subject_history_background"
  /packages/apps/Dialer/java/com/android/dialer/app/res/layout/
phone_favorite_tile_view.xml 49 android:background="@drawable/shadow_contact_photo"/>
106 android:background="@drawable/item_background_material_dark"
109 <!-- Wrap the ImageButton in a layout with a transparent background so the ripple has something to draw on -->
113 android:background="@android:color/transparent">
123 android:background="@drawable/item_background_material_borderless_dark"
  /packages/apps/Messaging/res/values/
styles.xml 92 <item name="android:background">?android:attr/selectableItemBackground</item>
100 <item name="android:background">@null</item>
114 <item name="android:background">@null</item>
133 <item name="android:background">@null</item>
147 <item name="android:background">@null</item>
153 <item name="android:background">@null</item>
161 <item name="android:background">?android:attr/selectableItemBackground</item>
176 <item name="android:background">@null</item>
249 <item name="android:background">?android:attr/selectableItemBackground</item>
269 <item name="android:background">@null</item
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
BackgroundWorkerService.java 36 * Background worker service is an initial example of a background work queue handler
136 * Local execution of background work for action on ActionService thread
153 LogUtil.e(TAG, "Error in background worker", exception);
157 Assert.fail("Unexpected error in background worker - abort");
  /packages/inputmethods/LatinIME/java/res/values/
themes-lxx-dark.xml 45 <item name="android:background">@drawable/keyboard_background_lxx_dark</item>
118 <item name="android:background">@drawable/keyboard_popup_panel_background_lxx_dark</item>
128 <item name="android:background">@android:color/transparent</item>
141 <item name="android:background">@drawable/keyboard_suggest_strip_lxx_dark</item>
154 <item name="android:background">@drawable/btn_suggestion_lxx_dark</item>
themes-lxx-light.xml 45 <item name="android:background">@drawable/keyboard_background_lxx_light</item>
118 <item name="android:background">@drawable/keyboard_popup_panel_background_lxx_light</item>
128 <item name="android:background">@android:color/transparent</item>
141 <item name="android:background">@drawable/keyboard_suggest_strip_lxx_light</item>
154 <item name="android:background">@drawable/btn_suggestion_lxx_light</item>
  /prebuilts/go/darwin-x86/doc/codewalk/
codewalk.css 97 background-color: #fffff0;
111 background-color: #f8f8ff;
171 background-color: #f8f8ff;
189 background-color: white;
198 background-color: #f8f8ff;
  /prebuilts/go/linux-x86/doc/codewalk/
codewalk.css 97 background-color: #fffff0;
111 background-color: #f8f8ff;
171 background-color: #f8f8ff;
189 background-color: white;
198 background-color: #f8f8ff;
  /prebuilts/misc/windows/sdl2/test/
testrendercopyex.c 26 SDL_Texture *background; member in struct:__anon53736
103 /* Draw the background */
104 SDL_RenderCopy(s->renderer, s->background, NULL, NULL);
171 drawstate->background = LoadTexture(drawstate->renderer, "sample.bmp", SDL_FALSE);
172 if (!drawstate->sprite || !drawstate->background) {
testscale.c 28 SDL_Texture *background; member in struct:__anon53738
99 /* Draw the background */
100 SDL_RenderCopy(s->renderer, s->background, NULL, NULL);
161 drawstate->background = LoadTexture(drawstate->renderer, "sample.bmp", SDL_FALSE);
162 if (!drawstate->sprite || !drawstate->background) {

Completed in 2018 milliseconds

<<41424344454647484950>>