OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Density
(Results
1 - 11
of
11
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
LVREV.h
113
LVM_UINT16
Density
; /* Echo
density
, 0 to 100 for minimum to maximum
density
*/
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
mosaic_mode.js
713
* @param {Mosaic.
Density
=} opt_maxDensity Layout
density
.
718
this.maxDensity_ = opt_maxDensity || Mosaic.
Density
.createHighest();
769
this.density_ = Mosaic.
Density
.createLowest();
844
// It starts with the lowest
density
and increases it until the layout
845
// fits into the viewport. If it does not fit even at the highest
density
,
846
// the layout continues with the highest
density
.
850
// It starts with the current global
density
and decreases it until the column
889
// Max
density
reached, commit if tentative, just continue if dry run.
895
// Rollback the entire layout, retry with higher
density
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java
39
import com.android.resources.
Density
;
499
// lets look for a high
density
device
771
// put the sort order for the
density
.
772
mDensitySort.put(
Density
.HIGH.getDpiValue(), 1);
773
mDensitySort.put(
Density
.MEDIUM.getDpiValue(), 2)
[
all
...]
/frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp
675
// TODO: Not sure if display
density
should handled by SF any longer
676
class
Density
{
679
int
density
= 0;
local
681
density
= atoi(property);
683
return
density
;
693
// The
density
of the device is provided by a build property
694
float
density
=
Density
::getBuildDensity() / 160.0f;
local
695
if (
density
== 0) {
696
// the build doesn't provide a
density
-- this is wrong
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java
45
import com.android.resources.
Density
;
193
* Implementation of {@link VerifyListener} for the
Density
qualifier.
220
* For instance {@link
Density
#NODPI} is a valid qualifier for a resource configuration but
[
all
...]
/prebuilts/sdk/tools/lib/
common.jar
/prebuilts/devtools/tools/lib/
layoutlib-api.jar
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar
/prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar
/external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h
896
GLfloat
Density
; /**<
Density
>= 0.0 */
[
all
...]
/external/mesa3d/src/mesa/main/
mtypes.h
896
GLfloat
Density
; /**<
Density
>= 0.0 */
[
all
...]
Completed in 314 milliseconds