Searched defs:getLayout (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
H A DMerge.java44 public ViewGroup getLayout() { method in class:Merge
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DViewStubBindingObject.java25 public int getLayout() { method in class:ViewStubBindingObject
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DAdjacentVerticalRectLists.java46 public LinearLayout getLayout() { method in class:AdjacentVerticalRectLists
H A DGoneParentFocusedChild.java43 public LinearLayout getLayout() { method in class:GoneParentFocusedChild
H A DHorizontalFocusSearch.java37 public LinearLayout getLayout() { method in class:HorizontalFocusSearch
H A DVerticalFocusSearch.java43 public LinearLayout getLayout() { method in class:VerticalFocusSearch
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DLLEditTextThenButton.java44 public LinearLayout getLayout() { method in class:LLEditTextThenButton
H A DLLOfButtons1.java50 public LinearLayout getLayout() { method in class:LLOfButtons1
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java152 public XmlResourceParser getLayout(int id) throws NotFoundException { method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java399 static XmlResourceParser getLayout(Resources resources, int id) throws NotFoundException { method in class:Resources_Delegate
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DResourcesWrapper.java172 public XmlResourceParser getLayout(int id) throws NotFoundException { method in class:ResourcesWrapper
173 return mResources.getLayout(id);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java518 public int[] getLayout() { method in class:IconMenuView
/frameworks/base/core/java/android/content/res/
H A DResources.java1110 public XmlResourceParser getLayout(@LayoutRes int id) throws NotFoundException { method in class:Resources
/frameworks/base/core/java/android/widget/
H A DTextView.java1718 public final Layout getLayout() { method in class:TextView
8607 final float lineLeft = getLayout().getLineLeft(0);
8622 final float lineRight = getLayout().getLineRight(0);
9701 if (getLayout() == null) return -1;
9722 return getLayout().getLineForVertical((int) y);
9728 return getLayout().getLineForVertical((int) y);
9733 return getLayout().getOffsetForHorizontal(line, x);
9946 if (!TextUtils.isEmpty(text) && getLayout() != null) {
9949 iterator.initialize(text, getLayout());
9955 if (!TextUtils.isEmpty(text) && getLayout() !
[all...]

Completed in 2142 milliseconds