OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setMeasuredSize
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
MeasureHelper.java
47
setMeasuredSize
(
61
protected void
setMeasuredSize
(int width, int height) {
62
mComponent.
setMeasuredSize
(width, height);
UndoBarView.java
92
setMeasuredSize
(0 /* unused */, mBarHeight);
GLView.java
378
+ " should call
setMeasuredSize
() in onMeasure()");
385
protected void
setMeasuredSize
(int width, int height) {
Completed in 49 milliseconds