Home
last modified time | relevance | path

Searched defs:onLayout_impl (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/update/
DViewGroupProvider.java49 void onLayout_impl(boolean changed, int left, int top, int right, int bottom); in onLayout_impl() method
DViewGroupHelper.java194 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) { in onLayout_impl() method in ViewGroupHelper.SuperProvider
300 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) { in onLayout_impl() method in ViewGroupHelper.PrivateProvider
/frameworks/av/packages/MediaComponents/src/com/android/widget/
DViewGroupImpl.java74 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) { in onLayout_impl() method in ViewGroupImpl
DBaseLayout.java160 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) { in onLayout_impl() method in BaseLayout