HomeSort by relevance Sort by last modified time
    Searched defs:vg (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/deqp/modules/egl/
teglVGRenderUtil.hpp 34 namespace vg namespace in namespace:deqp::egl
41 } // vg
teglVGRenderUtil.cpp 27 # include <VG/openvg.h>
36 namespace vg namespace in namespace:deqp::egl
82 } // vg
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GraphicsActivity.java 36 ViewGroup vg = new PictureLayout(this); local
37 vg.addView(view);
38 view = vg;
  /packages/apps/Launcher2/src/com/android/launcher2/
HideFromAccessibilityHelper.java 47 ViewGroup vg = (ViewGroup) v; local
48 vg.setOnHierarchyChangeListener(this);
49 for (int i = 0; i < vg.getChildCount(); i++) {
50 View child = vg.getChildAt(i);
72 ViewGroup vg = (ViewGroup) v; local
76 if (vg instanceof OnHierarchyChangeListener) {
77 vg.setOnHierarchyChangeListener((OnHierarchyChangeListener) vg);
79 vg.setOnHierarchyChangeListener(null);
81 for (int i = 0; i < vg.getChildCount(); i++)
    [all...]
  /cts/hostsidetests/webkit/app/src/com/android/cts/webkit/
WebViewStartupCtsActivity.java 44 ViewGroup vg = (ViewGroup)mWebView.getParent(); local
45 vg.removeView(mWebView);
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DocumentHolder.java 135 final ViewGroup vg = (ViewGroup) itemView; local
136 for (int i = vg.getChildCount() - 1; i >= 0; i--) {
137 setEnabledRecursive(vg.getChildAt(i), enabled);
  /art/tools/amm/AmmTest/src/com/android/amm/test/
SurfaceViewUse.java 34 public SurfaceViewUse(Context context, ViewGroup vg, int width, int height) {
36 vg.addView(mSurfaceView, width, height);
TextureViewUse.java 33 public TextureViewUse(Context context, ViewGroup vg, int width, int height) {
35 vg.addView(mTextureView, width, height);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
TestAdapter.java 78 ViewGroup vg; local
81 vg = (ViewGroup) convertView;
83 vg = (ViewGroup) inflater.inflate(R.layout.ble_test_item, null);
88 ((ImageView) vg.findViewById(R.id.status)).setImageResource(R.drawable.fs_good);
90 ((ImageView) vg.findViewById(R.id.status)).
93 ((TextView) vg.findViewById(R.id.instructions)).setText(test.mInstructions);
95 return vg;
  /external/skia/src/opts/
SkColor_opts_neon.h 47 uint8x8_t vr, vg, vb; local
50 vg = vmovn_u16(vshrq_n_u16(vshlq_n_u16(vsrc, SK_R16_BITS), SK_R16_BITS + SK_B16_BITS));
55 ret.val[NEON_G] = vshl_n_u8(vg, 8 - SK_G16_BITS) | vshr_n_u8(vg, 2 * SK_G16_BITS - 8);
  /external/skqp/src/opts/
SkColor_opts_neon.h 47 uint8x8_t vr, vg, vb; local
50 vg = vmovn_u16(vshrq_n_u16(vshlq_n_u16(vsrc, SK_R16_BITS), SK_R16_BITS + SK_B16_BITS));
55 ret.val[NEON_G] = vshl_n_u8(vg, 8 - SK_G16_BITS) | vshr_n_u8(vg, 2 * SK_G16_BITS - 8);
  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_MarginLayoutParamsTest.java 118 ViewGroup vg = new LinearLayout(mContext); local
123 vg.setLayoutParams(mMarginLayoutParams);
139 vg.setLayoutParams(mMarginLayoutParams);
152 vg.setLayoutDirection(View.LAYOUT_DIRECTION_RTL);
156 vg.setLayoutParams(mMarginLayoutParams);
172 vg.setLayoutParams(mMarginLayoutParams);
View_FocusHandlingTest.java 229 ViewGroup vg = (ViewGroup) activity.findViewById(R.id.auto_test_area); local
230 vg.setVisibility(View.INVISIBLE);
232 vg.addView(sub, 10, 10);
237 assertNull(vg.getRootView().findFocus());
238 vg.setVisibility(View.VISIBLE);
239 assertSame(sub, vg.getRootView().findFocus());
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
ResourceLoaderTest.java 48 ViewGroup vg = new FrameLayout(Robolectric.application); local
49 resourceLoader.inflateView(Robolectric.application, R.layout.text_views, vg);
  /external/valgrind/coregrind/m_sigframe/
sigframe-amd64-linux.c 126 struct vg_sigframe vg; member in struct:rt_sigframe
419 rsp, offsetof(struct rt_sigframe, vg) );
445 rsp, offsetof(struct rt_sigframe, vg) );
447 build_vg_sigframe(&frame->vg, tst, mask, flags, sigNo);
568 if (restore_vg_sigframe(tst, &frame->vg, sigNo))
sigframe-s390x-linux.c 127 struct vg_sigframe vg; member in struct:sigframe
137 struct vg_sigframe vg; member in struct:rt_sigframe
305 sp, offsetof(struct sigframe, vg) );
334 sp, offsetof(struct sigframe, vg) );
336 build_vg_sigframe(&frame->vg, tst, flags, siginfo->si_signo);
365 sp, offsetof(struct rt_sigframe, vg) );
398 sp, offsetof(struct rt_sigframe, vg) );
400 build_vg_sigframe(&frame->vg, tst, flags, sigNo);
475 if (restore_vg_sigframe(tst, &frame->vg, sigNo))
485 if (restore_vg_sigframe(tst, &frame->vg, sigNo))
    [all...]
sigframe-x86-linux.c 128 struct vg_sigframe vg; member in struct:sigframe
149 struct vg_sigframe vg; member in struct:rt_sigframe
441 esp, offsetof(struct sigframe, vg) );
465 esp, offsetof(struct sigframe, vg) );
467 build_vg_sigframe(&frame->vg, tst, flags, sigNo);
498 esp, offsetof(struct rt_sigframe, vg) );
528 esp, offsetof(struct rt_sigframe, vg) );
530 build_vg_sigframe(&frame->vg, tst, flags, sigNo);
635 if (restore_vg_sigframe(tst, &frame->vg, sigNo))
645 if (restore_vg_sigframe(tst, &frame->vg, sigNo)
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
MyActivity.java 52 LinearLayout vg = (LinearLayout) findViewById(R.id.buttonHolder); local
56 vg.addView(mGl);
  /external/pdfium/third_party/libopenjpeg20/
mct.c 403 __m128 vr, vg, vb; local
409 vg = _mm_sub_ps(_mm_sub_ps(vy, _mm_mul_ps(vu, vgu)), _mm_mul_ps(vv, vgv));
412 _mm_store_ps(c1, vg);
422 vg = _mm_sub_ps(_mm_sub_ps(vy, _mm_mul_ps(vu, vgu)), _mm_mul_ps(vv, vgv));
425 _mm_store_ps(c1, vg);
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
LayoutInflaterFactoryTestCase.java 223 ViewGroup vg = (ViewGroup) view; local
224 for (int i = 0; i < vg.getChildCount(); i++) {
225 final View child = vg.getChildAt(i);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutParamsParser.java 186 ExtViewClassInfo vg = mGroupMap.get(groupClassName); local
187 if (vg != null) {
188 vg.setSuperClass(mViewMap.get(rootClassName));
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
ViewInflater.java 310 ViewGroup vg = (ViewGroup) v; local
311 for (int i = 0; i < vg.getChildCount(); i++) {
312 setClickListener(vg.getChildAt(i), listener, itemListener);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
AlertDialogLayout.java 262 final ViewGroup vg = (ViewGroup) v; local
263 if (vg.getChildCount() == 1) {
264 return resolveMinimumHeight(vg.getChildAt(0));
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
Utilities.java 279 ViewGroup vg = (ViewGroup) v; local
280 int childCount = vg.getChildCount();
282 if (isDescendentAccessibilityFocused(vg.getChildAt(i))) {
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AlertDialogLayout.java 254 final ViewGroup vg = (ViewGroup) v; local
255 if (vg.getChildCount() == 1) {
256 return resolveMinimumHeight(vg.getChildAt(0));

Completed in 595 milliseconds

1 2 3