OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:normal_height
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Music/res/values/
dimens.xml
19
<dimen name="
normal_height
">66dip</dimen>
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_unittest.cc
218
int
normal_height
= Tab::GetMinimumUnselectedSize().height();
local
219
EXPECT_EQ(
normal_height
, tab_strip_->GetPreferredSize().height());
230
EXPECT_LT(immersive_height,
normal_height
);
/packages/apps/Music/src/com/android/music/
TouchInterceptor.java
84
mItemHeightNormal = res.getDimensionPixelSize(R.dimen.
normal_height
);
Completed in 69 milliseconds