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

  /cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java 55 private FrameLayout mFrameLayout;
67 mFrameLayout = (FrameLayout) mActivity.findViewById(R.id.framelayout);
70 assertNotNull(mFrameLayout);
86 assertTrue(mFrameLayout.getHeight() > foreground.getIntrinsicHeight());
87 assertTrue(mFrameLayout.getWidth() > foreground.getIntrinsicWidth());
88 assertNull(mFrameLayout.getForeground());
90 ViewTestUtils.runOnMainAndDrawSync(mInstrumentation, mFrameLayout,
91 () -> mFrameLayout.setForeground(foreground));
92 assertSame(foreground, mFrameLayout.getForeground());
100 return mFrameLayout.getHeight() == rect.bottom - rect.top
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
DrawableBgMinSize.java 49 private FrameLayout mFrameLayout;
67 mFrameLayout = (FrameLayout) findViewById(R.id.frame_layout);
77 mFrameLayout.setBackgroundDrawable(newBg);
DrawableBgMinSizeTest.java 48 private FrameLayout mFrameLayout;
67 mFrameLayout = (FrameLayout) a.findViewById(R.id.frame_layout);
79 assertNotNull(mFrameLayout);
112 doMinimumSizeTest(mFrameLayout);
149 doDiffBgMinimumSizeTest(mFrameLayout);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java 52 protected FrameLayout mFrameLayout;
145 mFrameLayout = frameLayout;
152 mView = mFrameLayout.findViewById(viewid);
156 mView = inflater.inflate(layoutid, mFrameLayout, false);
157 mFrameLayout.addView(mView, mView.getLayoutParams());
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapabilities.cpp 202 const userToOMX_LUT OMXCameraAdapter::mFrameLayout [] = {
211 ARRAY_SIZE(mFrameLayout),
212 mFrameLayout
    [all...]
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h     [all...]

Completed in 6750 milliseconds