OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:widthDp
(Results
1 - 8
of
8
) sorted by null
/frameworks/support/v7/appcompat/src/android/support/v7/view/
ActionBarPolicy.java
55
final int
widthDp
= ConfigurationHelper.getScreenWidthDp(res);
59
if (smallest > 600 ||
widthDp
> 600 || (
widthDp
> 960 && heightDp > 720)
60
|| (
widthDp
> 720 && heightDp > 960)) {
63
} else if (
widthDp
>= 500 || (
widthDp
> 640 && heightDp > 480)
64
|| (
widthDp
> 480 && heightDp > 640)) {
67
} else if (
widthDp
>= 360) {
/cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerAppConfigurationTests.java
206
final boolean beforeConfigPortrait = rotationA.
widthDp
< rotationA.heightDp;
207
final boolean afterConfigPortrait = rotationB.
widthDp
< rotationB.heightDp;
225
assertTrue(dockedSizes.
widthDp
< fullscreenSizes.
widthDp
);
235
assertEquals(firstSize.
widthDp
, secondSize.
widthDp
);
ActivityManagerTestBase.java
469
int
widthDp
;
485
details.
widthDp
= Integer.parseInt(matcher.group(2));
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ActionMenuItemView.java
108
final int
widthDp
= ConfigurationHelper.getScreenWidthDp(getResources());
111
return
widthDp
>= 480 || (
widthDp
>= 640 && heightDp >= 480)
/external/deqp/framework/platform/android/
tcuAndroidUtil.cpp
510
const int
widthDp
= deFloorFloatToInt32(float(widthP) / dpScale);
515
if ((s_screenClasses[ndx].minWidthDp <=
widthDp
) &&
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java
[
all
...]
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 608 milliseconds