HomeSort by relevance Sort by last modified time
    Searched refs:ContextWrapper (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 30 ContextWrapper::ContextWrapper (void)
35 ContextWrapper::~ContextWrapper (void)
39 void ContextWrapper::setContext (Context* context)
44 Context* ContextWrapper::getCurrentContext (void) const
49 int ContextWrapper::getWidth (void) const
54 int ContextWrapper::getHeight (void) const
59 void ContextWrapper::glViewport (int x, int y, int width, int height)
64 void ContextWrapper::glActiveTexture (deUint32 texture
    [all...]
  /frameworks/base/core/java/android/content/
MutableContextWrapper.java 20 * Special version of {@link ContextWrapper} that allows the base context to
23 public class MutableContextWrapper extends ContextWrapper {
29 * Change the base context for this ContextWrapper. All calls will then be
30 * delegated to the base context. Unlike ContextWrapper, the base context
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
TestContext.java 21 import android.content.ContextWrapper;
34 return new ContextWrapper(context) {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
netifcon.py 21 from .context import ContextWrapper
57 if ContextWrapper(left_netifcon.context) != ContextWrapper(right_netifcon.context):
64 if ContextWrapper(left_netifcon.packet) != ContextWrapper(right_netifcon.packet):
fsuse.py 21 from .context import ContextWrapper
55 if ContextWrapper(left_rule.context) != ContextWrapper(right_rule.context):
79 self.context = ContextWrapper(rule.context)
genfscon.py 21 from .context import ContextWrapper
55 if ContextWrapper(left_rule.context) != ContextWrapper(right_rule.context):
80 self.context = ContextWrapper(rule.context)
initsid.py 21 from .context import ContextWrapper
52 if ContextWrapper(left_initialsid.context) != ContextWrapper(right_initialsid.context):
nodecon.py 21 from .context import ContextWrapper
54 if ContextWrapper(left_nodecon.context) != ContextWrapper(right_nodecon.context):
portcon.py 21 from .context import ContextWrapper
54 if ContextWrapper(left_portcon.context) != ContextWrapper(right_portcon.context):
context.py 25 class ContextWrapper(Wrapper):
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
LayoutInflaterTest.java 3 import android.content.ContextWrapper;
27 assertSame(LayoutInflater.from(new ContextWrapper(Robolectric.application)), layoutInflater);
AlertDialogTest.java 17 import android.content.ContextWrapper;
33 AlertDialog.Builder builder = new AlertDialog.Builder(new ContextWrapper(null));
53 AlertDialog dialog = new AlertDialog.Builder(new ContextWrapper(null)).show();
59 AlertDialog.Builder builder = new AlertDialog.Builder(new ContextWrapper(null));
69 AlertDialog.Builder builder = new AlertDialog.Builder(new ContextWrapper(null));
78 AlertDialog.Builder builder = new AlertDialog.Builder(new ContextWrapper(null));
104 ContextWrapper context = new ContextWrapper(null);
115 ContextWrapper context = new ContextWrapper(null)
    [all...]
ContextWrapperTest.java 7 import android.content.ContextWrapper;
33 private ContextWrapper contextWrapper;
37 contextWrapper = new ContextWrapper(new Activity());
43 contextWrapper.registerReceiver(receiver, intentFilter("foo", "baz"));
45 contextWrapper.sendBroadcast(new Intent("foo"));
48 contextWrapper.sendBroadcast(new Intent("womp"));
51 contextWrapper.sendBroadcast(new Intent("baz"));
58 contextWrapper.registerReceiver(larryReceiver, intentFilter("foo", "baz"))
    [all...]
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
LinkSpanTest.java 20 import android.content.ContextWrapper;
52 private static class TestContext extends ContextWrapper implements LinkSpan.OnClickListener {
  /cts/tests/tests/widget/src/android/widget/cts/
QuickContactBadgeTest.java 21 import android.content.ContextWrapper;
42 final Context context = new ContextWrapper(getInstrumentation().getContext()) {
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
ContextThemeWrapper.java 20 import android.content.ContextWrapper;
27 * A ContextWrapper that allows you to modify the theme from what is in the
32 public class ContextThemeWrapper extends ContextWrapper {
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
ContactsMockContext.java 21 import android.content.ContextWrapper;
34 public class ContactsMockContext extends ContextWrapper {
  /platform_testing/tests/functional/otatests/src/com/android/functional/otatests/
PackageProcessTest.java 21 import android.content.ContextWrapper;
40 private class PackageProcessMockContext extends ContextWrapper {
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 80 class ContextWrapper : public CallLogWrapper
94 ContextWrapper (const Context& ctx);
98 class Binder : public ContextWrapper
107 Binder (const Context& ctx) : ContextWrapper(ctx) {}
135 class Type : public ContextWrapper
149 Type (const Context& ctx) : ContextWrapper(ctx) {}
209 class Attacher : public ContextWrapper
225 : ContextWrapper (ctx)
234 class InputAttacher : public ContextWrapper
241 : ContextWrapper (attacher.getContext()
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_QuickContactsTest.java 21 import android.content.ContextWrapper;
47 Context context = new ContextWrapper(getInstrumentation().getContext()) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
TintContextWrapper.java 20 import android.content.ContextWrapper;
31 * A {@link android.content.ContextWrapper} which returns a tint-aware
36 public class TintContextWrapper extends ContextWrapper {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
StartedMatcher.java 5 import android.content.ContextWrapper;
46 Intent actualStartedIntent = shadowOf((ContextWrapper) actualContext).getNextStartedActivity();
StartedServiceMatcher.java 5 import android.content.ContextWrapper;
55 Intent actualStartedIntent = shadowOf((ContextWrapper) actualContext).getNextStartedService();
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 21 import android.content.ContextWrapper;
30 public class ContextThemeWrapper extends ContextWrapper {
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
EmlMessageLoaderTest.java 22 import android.content.ContextWrapper;
44 Context wrappedContext = new ContextWrapper(context) {

Completed in 502 milliseconds

1 2 3 4 5