Searched defs:getLayout (Results 1 - 20 of 20) 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/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DNavigationViewWithoutDrawer.java30 protected int getLayout() { method in class:NavigationViewWithoutDrawer
H A DNavigationViewUsage.java63 protected int getLayout() { method in class:NavigationViewUsage
H A DNavigationViewUsageBase.java36 setContentView(getLayout());
47 protected abstract int getLayout(); method in class:NavigationViewUsageBase
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DNavigationViewWithoutDrawer.java30 protected int getLayout() { method in class:NavigationViewWithoutDrawer
H A DNavigationViewUsage.java63 protected int getLayout() { method in class:NavigationViewUsage
H A DNavigationViewUsageBase.java36 setContentView(getLayout());
47 protected abstract int getLayout(); method in class:NavigationViewUsageBase
/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.java427 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.java176 public XmlResourceParser getLayout(int id) throws NotFoundException { method in class:ResourcesWrapper
177 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.java1141 public XmlResourceParser getLayout(@LayoutRes int id) throws NotFoundException { method in class:Resources
/frameworks/base/core/java/android/widget/
H A DTextView.java2295 public final Layout getLayout() { method in class:TextView
9817 final float lineLeft = getLayout().getLineLeft(0);
9832 final float lineRight = getLayout().getLineRight(0);
11212 if (getLayout() == null) return -1;
11233 return getLayout().getLineForVertical((int) y);
11239 return getLayout().getLineForVertical((int) y);
11244 return getLayout().getOffsetForHorizontal(line, x);
11479 if (!TextUtils.isEmpty(text) && getLayout() != null) {
11482 iterator.initialize(text, getLayout());
11488 if (!TextUtils.isEmpty(text) && getLayout() !
[all...]

Completed in 305 milliseconds