OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screenWidthDp
(Results
1 - 18
of
18
) sorted by null
/frameworks/base/core/jni/
android_content_res_Configuration.cpp
41
jfieldID
screenWidthDp
;
67
out->
screenWidthDp
= env->GetIntField(clazz, gConfigurationClassInfo.
screenWidthDp
);
119
GET_FIELD_ID(gConfigurationClassInfo.
screenWidthDp
, clazz,
120
"
screenWidthDp
", "I");
android_util_AssetManager.cpp
514
jint
screenWidthDp
, jint screenHeightDp,
539
config.
screenWidthDp
= (uint16_t)
screenWidthDp
;
[
all
...]
/frameworks/base/core/java/android/content/res/
Configuration.java
255
public int
screenWidthDp
;
268
* This is the smallest value of both
screenWidthDp
and screenHeightDp
323
screenWidthDp
= o.
screenWidthDp
;
356
if (
screenWidthDp
!= SCREEN_WIDTH_DP_UNDEFINED) {
357
sb.append(" w"); sb.append(
screenWidthDp
); sb.append("dp");
468
screenWidthDp
= compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED;
566
if (delta.
screenWidthDp
!= SCREEN_WIDTH_DP_UNDEFINED
567
&&
screenWidthDp
!= delta.
screenWidthDp
) {
[
all
...]
AssetManager.java
655
int smallestScreenWidthDp, int
screenWidthDp
, int screenHeightDp,
CompatibilityInfo.java
459
inoutConfig.
screenWidthDp
= inoutConfig.compatScreenWidthDp;
Resources.java
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java
331
config.
screenWidthDp
= mParams.getScreenWidth() / density.getDpiValue();
333
if (config.screenHeightDp < config.
screenWidthDp
) {
336
config.smallestScreenWidthDp = config.
screenWidthDp
;
340
config.compatScreenWidthDp = config.
screenWidthDp
;
/frameworks/base/include/utils/
ResourceTypes.h
978
uint16_t
screenWidthDp
;
1005
screenWidthDp
= dtohs(
screenWidthDp
);
[
all
...]
/frameworks/base/native/android/
configuration.cpp
115
return config->
screenWidthDp
;
202
config->
screenWidthDp
= value;
/frameworks/base/tools/aapt/
AaptAssets.cpp
158
*value = config.
screenWidthDp
;
297
return config.
screenWidthDp
;
627
this->
screenWidthDp
= widthdp;
658
s +=
screenWidthDp
;
718
if (this->
screenWidthDp
!= "") {
722
s +=
screenWidthDp
;
[
all
...]
AaptAssets.h
129
String8
screenWidthDp
;
Command.cpp
466
config.
screenWidthDp
= 320;
[
all
...]
ResourceTable.cpp
[
all
...]
/packages/apps/Camera/src/com/android/camera/
Util.java
93
sIsTabletUI = (context.getResources().getConfiguration().
screenWidthDp
>= 1024);
/cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java
134
mConfig.
screenWidthDp
= value;
183
config.mConfig.
screenWidthDp
= 320;
[
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 431 milliseconds