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

1 2

  /cts/tests/tests/widget/src/android/widget/cts/
Gallery_LayoutParamsTest.java 36 XmlResourceParser p = mContext.getResources().getLayout(R.layout.gallery_test);
AbsoluteLayout_LayoutParamsTest.java 38 XmlPullParser parser = mContext.getResources().getLayout(R.layout.absolute_layout);
FrameLayout_LayoutParamsTest.java 39 XmlPullParser parser = mContext.getResources().getLayout(R.layout.framelayout_layout);
LinearLayout_LayoutParamsTest.java 35 XmlResourceParser p = mContext.getResources().getLayout(R.layout.linearlayout_layout);
RadioButtonTest.java 41 AttributeSet attrs = mContext.getResources().getLayout(R.layout.radiogroup_1);
TwoLineListItemTest.java 49 AttributeSet attrs = mActivity.getResources().getLayout(R.layout.twolinelistitem);
TextViewTest.java 167 assertNotNull(mTextView.getLayout());
178 assertNull(runnable.getLayout());
179 assertNotNull(mTextView.getLayout());
    [all...]
AbsoluteLayoutTest.java 62 XmlPullParser parser = mActivity.getResources().getLayout(R.layout.absolute_layout);
RadioGroup_LayoutParamsTest.java 157 XmlPullParser parser = mContext.getResources().getLayout(resId);
TimePickerTest.java 55 mContext.getResources().getLayout(com.android.cts.widget.R.layout.timepicker);
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
TranslateUtil.java 48 float nChars = text.getLayout().getLineVisibleEnd(0);
51 float sizePerChar = text.getLayout().getLineWidth(0) / nChars;
  /external/chromium_org/third_party/skia/src/views/animated/
SkBorderView.cpp 82 if (this->getLayout())
84 layout = (SkStackViewLayout*)this->getLayout();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridLayoutFactory.java 40 Layout layout = composite.getLayout();
  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 102 assertNotNull(mTextView.getLayout());
104 float rightMost = mTextView.getLayout().getLineRight(0) - mTextView.getWidth()
205 assertNotNull(mTextView.getLayout());
207 float bottom = mTextView.getLayout().getHeight() - mTextView.getHeight()
307 assertNotNull(mTextView.getLayout());
383 assertNotNull(mTextView.getLayout());
422 assertNotNull(mTextView.getLayout());
471 assertNotNull(mTextView.getLayout());
516 assertNotNull(mTextView.getLayout());
590 assertNull(mTextView.getLayout());
    [all...]
LinkMovementMethodTest.java 273 int y = (mView.getLayout().getLineTop(1) + mView.getLayout().getLineBottom(1)) / 2;
470 int x = (mView.getLayout().getLineStart(line) + mView.getLayout().getLineEnd(line)) / 2;
471 int y = (mView.getLayout().getLineTop(line) + mView.getLayout().getLineBottom(line)) / 2;
ArrowKeyMovementMethodTest.java 81 assertNotNull(mTextView.getLayout());
138 assertNotNull(mTextView.getLayout());
139 assertEquals(1, mTextView.getLayout().getLineCount());
    [all...]
TouchTest.java 66 final Layout layout = tv.getLayout();
  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_LayoutParamsTest.java 40 XmlResourceParser parser = mContext.getResources().getLayout(
LayoutInflaterTest.java 268 XmlResourceParser parser = getContext().getResources().getLayout(
292 parser = getContext().getResources().getLayout(
297 parser = getContext().getResources().getLayout(
313 XmlResourceParser parser = getContext().getResources().getLayout(
337 parser = getContext().getResources().getLayout(
343 parser = getContext().getResources().getLayout(
ViewGroup_MarginLayoutParamsTest.java 46 XmlResourceParser p = mContext.getResources().getLayout(
  /external/chromium_org/third_party/skia/src/views/
SkViewPriv.cpp 75 SkView::Layout* SkView::getLayout() const
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 382 int layout = getLayout(position);
424 private int getLayout(int position) {
  /external/chromium_org/third_party/skia/include/views/
SkView.h 303 Layout* getLayout() const;
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 340 mResources.getLayout(-1);
346 final XmlResourceParser layout = mResources.getLayout(R.layout.abslistview_layout);
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 123 function getLayout() {
405 var layout = getLayout();
498 var layout = getLayout();
616 var layout = getLayout();

Completed in 511 milliseconds

1 2