OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screenHeightDp
(Results
1 - 17
of
17
) sorted by null
/frameworks/base/core/jni/
android_content_res_Configuration.cpp
42
jfieldID
screenHeightDp
;
68
out->
screenHeightDp
= env->GetIntField(clazz, gConfigurationClassInfo.
screenHeightDp
);
121
GET_FIELD_ID(gConfigurationClassInfo.
screenHeightDp
, clazz,
122
"
screenHeightDp
", "I");
android_util_AssetManager.cpp
514
jint screenWidthDp, jint
screenHeightDp
,
540
config.
screenHeightDp
= (uint16_t)
screenHeightDp
;
[
all
...]
/frameworks/base/core/java/android/content/res/
Configuration.java
262
public int
screenHeightDp
;
268
* This is the smallest value of both screenWidthDp and
screenHeightDp
324
screenHeightDp
= o.
screenHeightDp
;
361
if (
screenHeightDp
!= SCREEN_HEIGHT_DP_UNDEFINED) {
362
sb.append(" h"); sb.append(
screenHeightDp
); sb.append("dp");
469
screenHeightDp
= compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED;
571
if (delta.
screenHeightDp
!= SCREEN_HEIGHT_DP_UNDEFINED
572
&&
screenHeightDp
!= delta.
screenHeightDp
) {
[
all
...]
AssetManager.java
655
int smallestScreenWidthDp, int screenWidthDp, int
screenHeightDp
,
CompatibilityInfo.java
460
inoutConfig.
screenHeightDp
= inoutConfig.compatScreenHeightDp;
Resources.java
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java
332
config.
screenHeightDp
= mParams.getScreenHeight() / density.getDpiValue();
333
if (config.
screenHeightDp
< config.screenWidthDp) {
334
config.smallestScreenWidthDp = config.
screenHeightDp
;
341
config.compatScreenHeightDp = config.
screenHeightDp
;
/frameworks/base/include/utils/
ResourceTypes.h
979
uint16_t
screenHeightDp
;
1006
screenHeightDp
= dtohs(
screenHeightDp
);
[
all
...]
/frameworks/base/native/android/
configuration.cpp
119
return config->
screenHeightDp
;
206
config->
screenHeightDp
= value;
/frameworks/base/tools/aapt/
AaptAssets.cpp
165
*value = config.
screenHeightDp
;
299
return config.
screenHeightDp
;
628
this->
screenHeightDp
= heightdp;
660
s +=
screenHeightDp
;
724
if (this->
screenHeightDp
!= "") {
728
s +=
screenHeightDp
;
[
all
...]
AaptAssets.h
130
String8
screenHeightDp
;
Command.cpp
467
config.
screenHeightDp
= 480;
[
all
...]
ResourceTable.cpp
[
all
...]
/cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java
137
mConfig.
screenHeightDp
= value;
184
config.mConfig.
screenHeightDp
= 480;
[
all
...]
/frameworks/base/libs/utils/
ResourceTypes.cpp
[
all
...]
/frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java
[
all
...]
/prebuilt/sdk/14/
android.jar
Completed in 368 milliseconds