OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boundHeight
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java
[
all
...]
/packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java
726
private void measureViewItem(ViewItem item, int boundWidth, int
boundHeight
) {
735
imageData.getRotation(), boundWidth,
boundHeight
);
746
int
boundHeight
= MeasureSpec.getSize(heightMeasureSpec);
747
if (boundWidth == 0 ||
boundHeight
== 0) {
754
measureViewItem(item, boundWidth,
boundHeight
);
[
all
...]
Completed in 199 milliseconds