OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:background
(Results
826 - 850
of
7839
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/bionic/benchmarks/
semaphore_benchmark.cpp
53
// We will run a
background
thread that catches the sem_post wakeup and
58
// monitoring the
background
thread to detect when it hits sem_wait sleep. It
62
// can preempt our timed activity, including the
background
thread. We are
66
// The
background
thread will start executing either on another CPU, or
/bootable/recovery/tools/recovery_l10n/res/layout/
main.xml
25
android:
background
="#ff000000"
/build/make/tools/
compare_fileslist.py
67
background
-color: #ffffdd;
70
background
-color: #ffffcc;
73
background
-color: #ffcccc;
76
background
-color: #99ccff;
/cts/apps/CtsVerifier/res/layout/
vertical_divider.xml
17
android:
background
="#333"
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/res/layout/
tap_to_finish_pip_layout.xml
22
android:
background
="#FF0000ff">
task_overlay.xml
20
android:
background
="#800000ff">
translucent.xml
24
android:
background
="#80ff0000"/>
/cts/tests/tests/content/res/drawable-anydpi/
adaptive_icon.xml
20
<
background
android:drawable="@android:color/white" />
/cts/tests/tests/graphics/res/drawable/
adaptive_icon_drawable.xml
19
<
background
android:drawable="@drawable/testimage"/>
/cts/tests/tests/graphics/src/android/graphics/cts/
DashPathEffectTest.java
46
private static final int
BACKGROUND
= Color.TRANSPARENT;
53
bitmap.eraseColor(
BACKGROUND
);
76
assertEquals(
BACKGROUND
, bitmap.getPixel(x, y));
79
assertEquals(
BACKGROUND
, bitmap.getPixel(x, y));
/cts/tests/tests/uirendering/res/layout/
blue_padded_square.xml
19
android:
background
="@drawable/blue_padded_square"/>
simple_red_layout.xml
19
android:
background
="#f00"/>
simple_white_layout.xml
20
android:
background
="@android:color/white"/>
/developers/build/prebuilts/androidtv/visual-game-controller/res/values-v11/
styles.xml
21
<item name="android:
background
">@color/black_overlay</item>
/developers/build/prebuilts/gradle/BasicSyncAdapter/.google/
packaging.yaml
9
categories: [
Background
, Connectivity]
/developers/build/prebuilts/gradle/BasicSyncAdapter/
README.md
5
This sample demonstrates using SyncAdapter to fetch
background
7
that the OS uses to initiate the
background
data sync as well as
8
scheduling syncs with
background
data.
13
This sample demonstrates using SyncAdapter to fetch
background
data
/developers/build/prebuilts/gradle/DataLayer/Application/src/main/res/values/
style.xml
21
<item name="android:
background
">?android:attr/listDivider</item>
/developers/build/prebuilts/gradle/DisplayingBitmaps/.google/
packaging.yaml
9
categories: [UI,
Background
, Views]
/developers/build/prebuilts/gradle/Flashlight/Wearable/src/main/res/layout/
white_light.xml
20
android:
background
="#fff"
/developers/build/prebuilts/gradle/JobScheduler/Application/src/main/res/values/
base-strings.xml
25
background
tasks when certain tasks apply.
/developers/build/prebuilts/gradle/NetworkConnect/Application/src/main/res/values/
base-strings.xml
25
HttpsURLConnection. AsyncTask is used to perform the fetch on a
background
thread.
/developers/build/prebuilts/gradle/NetworkConnect/
README.md
6
HttpsURLConnection. AsyncTask is used to perform the fetch on a
background
thread.
13
operations run on a
background
thread in order to avoid hanging on the UI thread. Only
15
the UI. An [`AsyncTask`][3] is a viable
background
task manager that is used to perform
22
for managing longer running
background
work.
/developers/build/prebuilts/gradle/Notifications/Application/src/main/res/values/
styles.xml
21
<item name="android:
background
">@drawable/unselected_background</item>
/developers/build/prebuilts/gradle/Quiz/Application/src/main/res/values/
styles.xml
21
<item name="android:
background
">@drawable/unselected_background</item>
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/res/layout/
config_list_background_complication_item.xml
23
android:text="
Background
Complication"/
Completed in 422 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>