Searched defs:onLayout_impl (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/media/java/android/media/update/ |
D | ViewGroupProvider.java | 49 void onLayout_impl(boolean changed, int left, int top, int right, int bottom); in onLayout_impl() method
|
D | ViewGroupHelper.java | 194 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/ |
D | ViewGroupImpl.java | 74 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) { in onLayout_impl() method in ViewGroupImpl
|
D | BaseLayout.java | 160 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) { in onLayout_impl() method in BaseLayout
|