OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layoutSize
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Camera2/src/com/android/camera/captureintent/event/
EventOnTextureViewLayoutChanged.java
25
public EventOnTextureViewLayoutChanged(Size
layoutSize
) {
26
mLayoutSize =
layoutSize
;
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
SurfaceViewRenderer.java
90
// |
layoutSize
|/|surfaceSize| is the actual current layout/surface size. They are updated in
92
private final Point
layoutSize
= new Point();
364
layoutSize
.x = right - left;
365
layoutSize
.y = bottom - top;
446
return
layoutSize
.equals(desiredLayoutSize) && surfaceSize.equals(
layoutSize
);
492
mirror, frameAspectRatio(), (float)
layoutSize
.x /
layoutSize
.y);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java
248
LayoutPoint
layoutSize
= imageSize.toLayout();
251
return new ViewInfo(VIEW_MERGE, children.get(0), 0, 0,
layoutSize
.x,
layoutSize
.y);
/cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java
819
int
layoutSize
= (int)(50 * mContext.getResources().getDisplayMetrics().density);
820
imageView.setLayoutParams(new GridView.LayoutParams(
layoutSize
,
layoutSize
));
[
all
...]
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar
Completed in 110 milliseconds