HomeSort by relevance Sort by last modified time
    Searched defs:onLayout_impl (Results 1 - 6 of 6) sorted by null

  /frameworks/av/packages/MediaComponents/src/com/android/widget/
ViewGroupImpl.java 74 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) {
75 mSuperProvider.onLayout_impl(changed, left, top, right, bottom);
BaseLayout.java 160 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) {
  /frameworks/base/media/java/android/media/update/
ViewGroupProvider.java 49 void onLayout_impl(boolean changed, int left, int top, int right, int bottom);
ViewGroupHelper.java 94 mProvider.onLayout_impl(changed, left, top, right, bottom);
194 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) {
300 public void onLayout_impl(boolean changed, int left, int top, int right, int bottom) {
  /frameworks/base/core/java/android/widget/
MediaControlView2.java 216 mProvider.onLayout_impl(changed, l, t, r, b);
VideoView2.java 445 mProvider.onLayout_impl(changed, l, t, r, b);

Completed in 181 milliseconds