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

1 2 3 4 5 6 7

  /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
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/dirlist/
TestContext.java 21 import android.content.ContextWrapper;
36 return new ContextWrapper(context) {
  /packages/apps/Launcher3/src/com/android/launcher3/util/
NoLocaleSqliteContext.java 4 import android.content.ContextWrapper;
12 public class NoLocaleSqliteContext extends ContextWrapper {
  /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...]
  /frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
TestContext.java 19 import android.content.ContextWrapper;
24 public class TestContext extends ContextWrapper {
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/custom/
ContextWrapperFrameLayout.java 20 import android.content.ContextWrapper;
38 public static class CustomContextWrapper extends ContextWrapper {
  /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/span/
LinkSpanTest.java 23 import android.content.ContextWrapper;
62 final Context wrapperContext = new ContextWrapper(context);
71 private static class TestContext extends ContextWrapper implements LinkSpan.OnClickListener {
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/span/
LinkSpan.java 20 import android.content.ContextWrapper;
120 } else if (context instanceof ContextWrapper) {
124 context = ((ContextWrapper) context).getBaseContext();
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
MockLockSettingsContext.java 23 import android.content.ContextWrapper;
28 public class MockLockSettingsContext extends ContextWrapper {
  /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastServiceTestCase.java 22 import android.content.ContextWrapper;
52 private class TestContextWrapper extends ContextWrapper {
  /packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
ContactsMockContext.java 21 import android.content.ContextWrapper;
33 public class ContactsMockContext extends ContextWrapper {
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseActivity.java 21 import android.content.ContextWrapper;
58 return ((BaseActivity) ((ContextWrapper) context).getBaseContext());
  /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...]
  /developers/build/prebuilts/gradle/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.kt 23 import android.content.ContextWrapper
35 (ctx: Context) : ContextWrapper(ctx) {
  /developers/samples/android/notification/NotificationChannels/kotlinApp/Application/src/main/java/com/example/android/notificationchannels/
NotificationHelper.kt 23 import android.content.ContextWrapper
35 (ctx: Context) : ContextWrapper(ctx) {
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_QuickContactsTest.java 21 import android.content.ContextWrapper;
47 Context context = new ContextWrapper(getInstrumentation().getContext()) {

Completed in 7097 milliseconds

1 2 3 4 5 6 7