OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFixedWidth
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
FixedWidthTest.java
31
private View
mFixedWidth
;
44
mFixedWidth
= activity.findViewById(R.id.fixed_width);
51
assertNotNull(
mFixedWidth
);
59
assertEquals(150,
mFixedWidth
.getWidth());
60
assertEquals(
mFixedWidth
.getWidth(), mNonFixedWidth.getWidth());
/cts/tests/tests/view/src/android/view/cts/
GLSurfaceViewCtsActivity.java
87
private static int
mFixedWidth
, mFixedHeight;
90
mFixedWidth
= width;
116
mView.getHolder().setFixedSize(
mFixedWidth
, mFixedHeight);
/packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java
110
private int
mFixedWidth
= -1;
830
mFixedWidth
= width;
855
if (
mFixedWidth
> 0 && mFixedHeight > 0) {
856
newWidth =
mFixedWidth
;
[
all
...]
Completed in 569 milliseconds