OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:density
(Results
401 - 425
of
866
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java
85
mScreenDensity = sContext.getResources().getDisplayMetrics().
density
;
WeightWatcher.java
146
final float dp = getResources().getDisplayMetrics().
density
;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ButteryProgressBar.java
69
mDensity = c.getResources().getDisplayMetrics().
density
;
SecureConversationViewController.java
139
R.dimen.conversation_message_content_margin_side) / r.getDisplayMetrics().
density
);
/packages/services/Telephony/src/com/android/phone/
SmallerHitTargetTouchListener.java
70
final float pixelDensity = v.getResources().getDisplayMetrics().
density
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
EditorsPage.java
66
"Monitor
Density
", parent));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java
58
import com.android.resources.
Density
;
884
Density
density
= mConfiguration.getDensity();
local
885
if (
density
==
Density
.TV ||
density
==
Density
.LOW) {
[
all
...]
/frameworks/base/core/java/android/app/
ActivityManager.java
1993
final int
density
= res.getDisplayMetrics().
density
Dpi;
local
2037
final int
density
= res.getDisplayMetrics().
density
Dpi;
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_statevars.c
255
value[0] = ctx->Fog.
Density
;
457
* exp: 2^-(
density
/ln(2) * fogcoord)
458
* exp2: 2^-((
density
/(ln(2)^2) * fogcoord)^2)
463
value[2] = (GLfloat)(ctx->Fog.
Density
* M_LOG2E); /* M_LOG2E == 1/ln(2) */
464
value[3] = (GLfloat)(ctx->Fog.
Density
* ONE_DIV_SQRT_LN2);
[
all
...]
/external/mesa3d/src/mesa/program/
prog_statevars.c
255
value[0] = ctx->Fog.
Density
;
457
* exp: 2^-(
density
/ln(2) * fogcoord)
458
* exp2: 2^-((
density
/(ln(2)^2) * fogcoord)^2)
463
value[2] = (GLfloat)(ctx->Fog.
Density
* M_LOG2E); /* M_LOG2E == 1/ln(2) */
464
value[3] = (GLfloat)(ctx->Fog.
Density
* ONE_DIV_SQRT_LN2);
[
all
...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp
833
params.
Density
= 100;
849
pContext->SavedDiffusion = params.
Density
*10;
[
all
...]
/frameworks/base/core/res/res/values/
attrs_manifest.xml
[
all
...]
/frameworks/base/core/java/android/content/res/
Configuration.java
43
* to the base
density
scaling.
201
// This is shorter than an HVGA normal
density
screen (which
209
// 1.5xVGA or larger screens at medium
density
are the point
213
// VGA or larger screens at medium
density
are the point
528
* The target screen
density
being rendered to,
530
* <a href="{@docRoot}guide/topics/resources/providing-resources.html#DensityQualifier">
density
</a>
532
* {@link #DENSITY_DPI_UNDEFINED} if no
density
is specified.
565
/** @hide Native-specific bit mask for
DENSITY
config; DO NOT USE UNLESS YOU ARE SURE. */
672
sb.append(" ?
density
");
[
all
...]
/external/qemu/
vl-android.c
386
/* -lcd-
density
option value. */
3710
long
density
= android_hw->hw_lcd_
density
;
local
3789
int
density
;
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
ff_fragment_shader.cpp
[
all
...]
/external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp
[
all
...]
/external/webrtc/src/modules/audio_processing/ns/
ns_core.c
126
inst->
density
[i] = (float)0.3;
259
if (inst->
density
[offset + i] > 1.0) {
260
delta = FACTOR * (float)1.0 / inst->
density
[offset + i];
274
// update
density
estimate
276
inst->
density
[offset + i] = ((float)inst->counter[s] * inst->
density
[offset
[
all
...]
/frameworks/base/core/java/android/widget/
StackView.java
217
// Adjust the frame padding based on the
density
, since the highlight changes based
218
// on the
density
219
final float
density
= mContext.getResources().getDisplayMetrics().
density
;
local
220
mFramePadding = (int) Math.ceil(
density
* FRAME_PADDING);
[
all
...]
/frameworks/base/docs/html/guide/practices/
optimizing-for-3.0.jd
482
configurations of screen size and
density
, you can instead choose to limit the distribution of your
544
combination of screen size and
density
. External services such as
558
of screen
density
, then you must specify eight different {@code <screen>} elements,
559
because each screen size has four
density
configurations. You must declare each one of
560
these; any combination of size and
density
that you do <em>not</em> specify is considered a screen
591
to specify each screen
density
your application supports.</p>
[
all
...]
/frameworks/base/docs/html/tools/help/
MonkeyDevice.jd
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java
336
// Verify that inSampleSize and
density
scaling both work with reuse concurrently
362
// verify that
density
isn't incorrectly carried over during bitmap reuse
/cts/tests/tests/media/src/android/media/cts/
EnvReverbTest.java
214
//Test case 1.4: test diffusion and
density
230
assertTrue("got incorrect
density
",
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c
116
k[1] = -0.09 * f->
Density
;
121
k[1] = -0.21 * f->
Density
;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c
116
k[1] = -0.09 * f->
Density
;
121
k[1] = -0.21 * f->
Density
;
/external/zlib/src/contrib/ada/
test.adb
213
Density
: constant Count := 30; -- from 0 to Buffer'Length - 2;
242
Fill_Buffer (J,
Density
);
Completed in 1513 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>