Home | History | Annotate | Download | only in widget

Lines Matching refs:total

82         int total = mGridView.getWidth();
85 assertTrue("test sanity", total > 0);
95 int total = mGridView.getWidth();
98 assertTrue("test sanity", total > 0);
108 int total = mGridView.getWidth();
111 assertTrue("test sanity", total > 0);
125 assertEquals(total, left);
133 int total = mGridView.getHeight();
136 assertTrue("test sanity", total > 0);
138 assertTrue("total height should be smaller than what it could be",
139 total < ((ViewGroup) mGridView.getParent()).getHeight());