Searched refs:Properties (Results 1 - 25 of 35) sorted by relevance

12

/frameworks/data-binding/samples/BindingDemo/
H A Dbuild.gradle19 def Properties dataBindingProperties = new Properties()
/frameworks/base/libs/hwui/
H A DProperties.cpp16 #include "Properties.h"
26 bool Properties::drawDeferDisabled = false;
27 bool Properties::drawReorderDisabled = false;
28 bool Properties::debugLayersUpdates = false;
29 bool Properties::debugOverdraw = false;
30 bool Properties::showDirtyRegions = false;
31 bool Properties::skipEmptyFrames = true;
32 bool Properties::swapBuffersWithDamage = true;
34 DebugLevel Properties::debugLevel = kDebugDisabled;
35 OverdrawColorSet Properties
[all...]
H A DShadowTessellator.cpp27 #include "Properties.h"
46 if (CC_UNLIKELY(Properties::overrideAmbientRatio > 0.0f)) {
47 heightFactor *= Properties::overrideAmbientRatio;
72 if (CC_UNLIKELY(Properties::overrideLightPosY > 0)) {
73 adjustedLightCenter.y = - Properties::overrideLightPosY; // negated since this shifts up
75 if (CC_UNLIKELY(Properties::overrideLightPosZ > 0)) {
76 adjustedLightCenter.z = Properties::overrideLightPosZ;
90 if (CC_UNLIKELY(Properties::overrideLightRadius > 0)) {
91 lightRadius = Properties::overrideLightRadius;
H A DProperties.h283 class Properties { class in namespace:android::uirenderer
H A DCaches.cpp23 #include "Properties.h"
166 int overdrawColorIndex = static_cast<int>(Properties::overdrawColorSet);
285 if (mExtensions.hasTiledRendering() && !Properties::debugOverdraw) {
291 if (mExtensions.hasTiledRendering() && !Properties::debugOverdraw) {
326 // Temporary Properties
H A DFrameInfoVisualizer.cpp221 ProfileType newType = Properties::getProfileType();
232 bool showDirty = Properties::showDirtyRegions;
H A DAndroid.common.mk68 Properties.cpp \
H A DTextDropShadowCache.cpp25 #include "Properties.h"
126 mDebugEnabled = Properties::debugLevel & kDebugMoreCaches;
H A DOpenGLRenderer.cpp25 #include "Properties.h"
252 if (Properties::debugLevel & kDebugMemory) {
346 if (Properties::debugOverdraw && getTargetFbo() == 0) {
388 if (CC_UNLIKELY(inFrame || Properties::drawDeferDisabled)) {
399 layer->debugDrawUpdate = Properties::debugLayersUpdates;
414 if (CC_UNLIKELY(Properties::drawDeferDisabled)) {
426 if (CC_UNLIKELY(Properties::drawDeferDisabled)) {
901 if (CC_UNLIKELY(Properties::debugOverdraw && getTargetFbo() == 0 && COND)) { \
1343 if (!Properties::debugOverdraw) {
1402 if (Properties
[all...]
H A DTextureCache.cpp31 #include "Properties.h"
69 mDebugEnabled = Properties::debugLevel & kDebugCaches;
H A DGlopBuilder.cpp601 mDescription.hasDebugHighlight = !Properties::debugOverdraw
602 && Properties::debugStencilClip == StencilClipDebug::ShowHighlight
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DVolumeLoader.java29 import java.util.Properties;
33 HashMap<String, Properties> map = new HashMap<String, Properties>();
45 Properties[] prop = getPropertyFiles(baseDir);
65 Properties p = map.get(name);
98 static Properties[] getPropertyFiles(File dir) {
108 Properties[]ret = new Properties[f.length];
110 Properties prop = new Properties();
[all...]
H A DLoaderRaw.java34 import java.util.Properties;
51 public static Volume buildRSVolume(final RenderScript rs, File dir, Properties prop,
/frameworks/data-binding/
H A DpropLoader.gradle5 Properties databindingProperties = new Properties()
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsXtraDownloader.java27 import java.util.Properties;
46 GpsXtraDownloader(Properties properties) {
47 // read XTRA servers from the Properties object
H A DGpsLocationProvider.java92 import java.util.Properties;
352 * Properties loaded from PROPERTIES_FILE.
355 private Properties mProperties;
532 private void reloadGpsProperties(Context context, Properties properties) {
588 Properties properties) {
604 Properties properties) {
657 mProperties = new Properties();
954 private int getSuplMode(Properties properties, boolean agpsEnabled, boolean singleShot) {
1843 Properties extraProp = new Properties();
[all...]
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java29 import java.util.Properties;
111 Properties prop = new Properties();
H A DVideoDumpView.java35 import java.util.Properties;
495 Properties prop = new Properties();
/frameworks/base/test-runner/src/junit/runner/
H A DTestCaseClassLoader.java201 Properties p= new Properties();
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DConfigGenerator.java56 import java.util.Properties;
188 Properties p = new Properties();
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp20 #include "Properties.h"
265 if (CC_LIKELY(Properties::swapBuffersWithDamage)) {
H A DRenderProxy.cpp116 needsRedraw = Properties::load();
362 Properties::overrideProperty(args->name, args->value);
H A DRenderThread.cpp147 Properties::load();
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp175 TEST_F(KeyEventTest, Properties) {
426 TEST_F(MotionEventTest, Properties) {
/frameworks/base/libs/hwui/renderstate/
H A DRenderState.cpp163 if (Properties::debugOverdraw && mFramebuffer == 0) {

Completed in 339 milliseconds

12