Searched defs:requestLayout (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallLogListItemView.java40 public void requestLayout() { method in class:CallLogListItemView
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DLayoutSuppressingImageView.java26 * This improves the performance by not passing requestLayout() to its parent, taking advantage
36 public void requestLayout() { method in class:LayoutSuppressingImageView
H A DLayoutSuppressingQuickContactBadge.java26 * This improves the performance by not passing requestLayout() to its parent, taking advantage
36 public void requestLayout() { method in class:LayoutSuppressingQuickContactBadge
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewWidgetImageView.java31 public void requestLayout() { method in class:PagedViewWidgetImageView
33 super.requestLayout();
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkContainer.java99 public void requestLayout() { method in class:BookmarkContainer
101 super.requestLayout();
H A DScrollerView.java192 requestLayout();
326 requestLayout();
1716 public void requestLayout() { method in class:ScrollerView
1718 super.requestLayout();
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DTimelineRelativeLayout.java38 * to requestLayout(LayoutCallback)
62 public void requestLayout(LayoutCallback callback) { method in class:TimelineRelativeLayout
65 requestLayout();
H A DHorizontalScrollView.java274 requestLayout();
1429 public void requestLayout() { method in class:HorizontalScrollView
1431 super.requestLayout();
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListPinnedHeaderView.java152 public void requestLayout() { method in class:ContactListPinnedHeaderView
H A DContactListItemView.java1192 public void requestLayout() { method in class:ContactListItemView
/packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
H A DSwipeableListView.java80 public void requestLayout() { method in class:SwipeableListView
82 super.requestLayout();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLView.java210 public void requestLayout() { method in class:GLView
215 mParent.requestLayout();

Completed in 341 milliseconds