OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requestLayout
(Results
1 - 25
of
281
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidgetImageView.java
31
public void
requestLayout
() {
33
super.
requestLayout
();
/packages/apps/Launcher3/src/com/android/launcher3/
PagedViewWidgetImageView.java
31
public void
requestLayout
() {
33
super.
requestLayout
();
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
LayoutSuppressingImageView.java
26
* This improves the performance by not passing
requestLayout
() to its parent, taking advantage
36
public void
requestLayout
() {
LayoutSuppressingQuickContactBadge.java
26
* This improves the performance by not passing
requestLayout
() to its parent, taking advantage
36
public void
requestLayout
() {
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemView.java
40
public void
requestLayout
() {
/development/samples/devbytes/ui/RequestDuringLayout/src/com/example/android/requestduringlayout/
RequestDuringLayout.java
30
* This example shows what horrible things can result from calling
requestLayout
() during
52
myLayout.
requestLayout
();
60
myLayout.
requestLayout
();
67
myLayout.
requestLayout
();
/packages/apps/LegacyCamera/src/com/android/camera/ui/
OneRowGridView.java
34
requestLayout
();
ZoomControlBar.java
112
requestLayout
();
120
if ((orientation == 90) || (mOrientation == 90))
requestLayout
();
157
requestLayout
();
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
RequestLayoutAction.java
27
public static final String ACTION_NAME = "
requestLayout
";
40
executeBackgroundTask(mWorkspace.
requestLayout
());
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
TimelineRelativeLayout.java
38
* to
requestLayout
(LayoutCallback)
62
public void
requestLayout
(LayoutCallback callback) {
65
requestLayout
();
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
YearPickerView.java
90
mSelectedView.
requestLayout
();
93
clickedView.
requestLayout
();
115
v.
requestLayout
();
136
requestLayout
();
/development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java
47
requestLayout
();
52
requestLayout
();
/frameworks/base/core/tests/coretests/src/android/widget/
LabelView.java
92
requestLayout
();
102
requestLayout
();
/packages/apps/Browser/src/com/android/browser/view/
BookmarkContainer.java
99
public void
requestLayout
() {
101
super.
requestLayout
();
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwLayoutSizer.java
55
void
requestLayout
();
92
mDelegate.
requestLayout
();
137
mDelegate.
requestLayout
();
202
* Notify the AwLayoutSizer that the layout pass requested via Delegate.
requestLayout
has
/development/samples/ApiDemos/src/com/example/android/apis/view/
LabelView.java
99
requestLayout
();
110
requestLayout
();
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java
60
requestLayout
();
65
requestLayout
();
/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
LabelView.java
98
requestLayout
();
109
requestLayout
();
/cts/tests/src/android/view/animation/cts/
AnimationTestUtils.java
103
view.
requestLayout
();
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java
226
requestLayout
();
232
requestLayout
();
251
requestLayout
();
296
requestLayout
();
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlip.java
187
mLayout.
requestLayout
();
203
mLayout.
requestLayout
();
257
mLayout.
requestLayout
();
284
mLayout.
requestLayout
();
/frameworks/base/core/java/android/view/
ViewParent.java
33
public void
requestLayout
();
153
* method should be followed by calls to {@link #
requestLayout
()} and
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
AddColumn.java
50
newRow.
requestLayout
();
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListRetainsFocusAcrossLayoutsTest.java
34
getActivity().getListView().
requestLayout
();
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
AutoScrollListView.java
60
requestLayout
();
84
// Calling "
requestLayout
" in the middle of a layout pass has no effect,
Completed in 452 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>