HomeSort by relevance Sort by last modified time
    Searched refs:isBackground (Results 1 - 11 of 11) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TextureUploader.java 70 int uploadQuota, boolean isBackground) {
88 if (isBackground) t.draw(canvas, 0, 0);
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
NightModeTestCase.java 25 import static androidx.appcompat.testutils.TestUtilsMatchers.isBackground;
94 onView(withId(R.id.view_background)).check(matches(isBackground(dayColor)));
99 onView(withId(R.id.view_background)).check(matches(isBackground(nightColor)));
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/testutils/
TestUtilsMatchers.java 83 public static Matcher isBackground(@ColorInt final int color) {
84 return isBackground(color, false);
91 public static Matcher isBackground(@ColorInt final int color, final boolean onlyTestCenter) {
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
AppCompatTextViewTest.java 24 import static androidx.appcompat.testutils.TestUtilsMatchers.isBackground;
76 .check(matches(isBackground(0xff000000, true)));
101 .check(matches(isBackground(oceanDefault, true)));
AppCompatBaseViewTest.java 28 import static androidx.appcompat.testutils.TestUtilsMatchers.isBackground;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
dotgraph.go 325 // green. If isBackground is true, then a light (low-saturation)
329 func dotColor(score float64, isBackground bool) string {
344 // Choose saturation and value based on isBackground.
347 if isBackground {
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
dotgraph.go 325 // green. If isBackground is true, then a light (low-saturation)
329 func dotColor(score float64, isBackground bool) string {
344 // Choose saturation and value based on isBackground.
347 if isBackground {
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 327 if (isBackground(state.state)) {
344 if (!isBackground(state.state)) {
375 protected boolean isBackground(int state) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
AppErrors.java     [all...]
  /device/google/cuttlefish_common/guest/hals/ril/
vsoc_ril.cpp 419 bool isBackground() { return state == RIL_CALL_HOLDING; }
625 if (iter->second.isBackground()) {
641 if (iter->second.isBackground()) {
666 if (iter->second.isBackground()) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java     [all...]

Completed in 1288 milliseconds