OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOldValue
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
PropertyChangeTransform.java
30
private Object
mOldValue
;
50
mOldValue
= null;
58
assert
mOldValue
== null : "Transform cannot be applied multiple times";
68
mOldValue
= property.getValue();
82
if (
mOldValue
!= null) {
84
property.setValue(
mOldValue
);
85
mOldValue
= null;
93
Object value =
mOldValue
== null ? mNewValue :
mOldValue
;
SparseArrayElementAddTransform.java
29
private IGLProperty
mOldValue
;
40
mOldValue
= propertyArray.getProperty(mKey);
41
if (
mOldValue
== null) {
52
if (
mOldValue
== null) {
TexImageTransform.java
51
private String
mOldValue
;
81
assert
mOldValue
== null : "Transform cannot be applied multiple times"; //$NON-NLS-1$
89
mOldValue
= prop.getStringValue();
96
if (
mOldValue
== null) {
99
mNewValue = updateTextureData(
mOldValue
, mTextureDataFile, mxOffset, myOffset,
114
if (
mOldValue
!= null) {
116
property.setValue(
mOldValue
);
117
mOldValue
= null;
/frameworks/base/libs/hwui/tests/common/
TestUtils.h
130
,
mOldValue
(property) {
134
*mPropertyPtr =
mOldValue
;
138
T
mOldValue
;
Completed in 422 milliseconds