Home
last modified time | relevance | path

Searched defs:inst (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/listview/
DListManagedCursorTest.java60 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
77 Instrumentation inst = getInstrumentation(); in testTouchScrolling() local
95 Instrumentation inst = getInstrumentation(); in testKeyScrollingToTouchMode() local
116 Instrumentation inst = getInstrumentation(); in testTouchScrollingToTrackballMode() local
131 public int arrowScroll(Instrumentation inst) { in arrowScroll()
155 public int touchScroll(Instrumentation inst) { in touchScroll()
DListEmptyViewTest.java55 Instrumentation inst = getInstrumentation(); in testZeroToOne() local
65 Instrumentation inst = getInstrumentation(); in testZeroToOneForwardBack() local
87 Instrumentation inst = getInstrumentation(); in testZeroToManyToZero() local
DListHeterogeneousTest.java53 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
DListViewHeightTest.java50 Instrumentation inst = getInstrumentation(); in testButtons() local
DListScrollListenerTest.java60 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
/frameworks/base/tests/FrameworkTest/src/com/android/frameworktest/util/
DKeyUtils.java46 final Instrumentation inst = test.getInstrumentation(); in tapMenuKey() local
59 final Instrumentation inst = test.getInstrumentation(); in chordMenuKey() local
78 final Instrumentation inst = test.getInstrumentation(); in longClick() local
/frameworks/base/tests/BrowserTestPlugin/jni/
DPluginObject.h66 SubPlugin(NPP inst) : m_inst(inst) {} in SubPlugin()
70 NPP inst() const { return m_inst; } in inst() function
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/gridview/
DGridScrollListenerTest.java61 Instrumentation inst = getInstrumentation(); in testKeyScrolling() local
93 Instrumentation inst = getInstrumentation(); in testTouchScrolling() local
/frameworks/base/awt/org/apache/harmony/awt/gl/
DCommonGraphics2DFactory.java37 public static CommonGraphics2DFactory inst; field in CommonGraphics2DFactory
DAwtImageBackdoorAccessor.java42 static protected AwtImageBackdoorAccessor inst; field in AwtImageBackdoorAccessor
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
DForwardService.java30 private static ForwardService inst; field in ForwardService
/frameworks/base/test-runner/android/test/
DTouchUtils.java261 Instrumentation inst = test.getInstrumentation(); in tapView() local
301 Instrumentation inst = test.getInstrumentation(); in touchAndCancelView() local
336 Instrumentation inst = test.getInstrumentation(); in clickView() local
397 Instrumentation inst = test.getInstrumentation(); in longClickView() local
764 Instrumentation inst = test.getInstrumentation(); in drag() local
/frameworks/base/tests/BrowserTestPlugin/jni/event/
DEventPlugin.cpp43 EventPlugin::EventPlugin(NPP inst) : SubPlugin(inst) { } in EventPlugin()
/frameworks/base/awt/org/apache/harmony/awt/gl/render/
DNullBlitter.java35 static Blitter inst = new NullBlitter(); field in NullBlitter
DJavaTextRenderer.java40 public static final JavaTextRenderer inst = new JavaTextRenderer(); field in JavaTextRenderer
DNativeImageBlitter.java46 final static NativeImageBlitter inst = new NativeImageBlitter(); field in NativeImageBlitter
DJavaBlitter.java76 final static JavaBlitter inst = new JavaBlitter(); field in JavaBlitter
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DLoadTestsAutoTest.java51 Instrumentation inst = getInstrumentation(); in passOrFailCallback() local
DLayoutTestsAutoTest.java160 Instrumentation inst = getInstrumentation(); in passOrFailCallback() local
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
DAndroidFontManager.java52 public static final AndroidFontManager inst = new AndroidFontManager(); field in AndroidFontManager
DTextDecorator.java42 private static final TextDecorator inst = new TextDecorator(); field in TextDecorator
DFontManager.java237 public final static FontManager inst = CommonGraphics2DFactory.inst.getFontManager(); field in FontManager