HomeSort by relevance Sort by last modified time
    Searched full:propertyname (Results 401 - 425 of 1260) sorted by null

<<11121314151617181920>>

  /frameworks/opt/setupwizard/library/main/res/animator-v11/
suw_slide_next_out.xml 24 android:propertyName="xFraction"
  /frameworks/support/samples/Support7Demos/res/anim/
animation_grouping_1_01.xml 22 android:propertyName="rotation"
  /packages/apps/TV/res/animator/
pin_focused_number_enter.xml 19 android:propertyName="alpha"
pin_focused_number_exit.xml 19 android:propertyName="alpha"
program_guide_side_panel_enter_full.xml 20 android:propertyName="translationX"
program_guide_side_panel_enter_partial.xml 20 android:propertyName="translationX"
program_guide_side_panel_hide.xml 20 android:propertyName="translationX"
program_guide_side_panel_reveal.xml 20 android:propertyName="translationX"
program_guide_table_full_to_partial.xml 20 android:propertyName="translationX"
program_guide_table_partial_to_full.xml 20 android:propertyName="translationX"
  /packages/apps/TvSettings/Settings/res/anim/
setup_scroll_adapter.xml 19 android:propertyName="alpha"
  /packages/apps/TvSettings/Settings/res/animator/
pin_adjacent_number_enter.xml 18 android:propertyName="alpha"
pin_adjacent_number_exit.xml 18 android:propertyName="alpha"
pin_focused_number_enter.xml 18 android:propertyName="alpha"
pin_focused_number_exit.xml 18 android:propertyName="alpha"
  /packages/apps/UnifiedEmail/res/anim/
fade_in.xml 23 android:propertyName="alpha"
fade_out.xml 23 android:propertyName="alpha"
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java 164 public void addProperty(int propertyName, Object value) {
169 mProperties.put(propertyName, value);
176 public Object getProperty(int propertyName) {
181 return mProperties.get(propertyName);
  /cts/tests/tests/animation/src/android/animation/cts/
ObjectAnimatorTest.java 140 String propertyName = "backgroundColor";
145 PropertyValuesHolder propertyValuesHolder = PropertyValuesHolder.ofInt(propertyName, values);
167 String propertyName = "backgroundColor";
172 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName,
175 assertEquals(propertyName, actualPropertyName);
201 String propertyName = "backgroundColor";
206 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName,
  /frameworks/av/media/ndk/
NdkMediaDrm.cpp 516 media_status_t AMediaDrm_getPropertyString(AMediaDrm *mObj, const char *propertyName,
522 if (!propertyName || !propertyValue) {
526 status_t status = mObj->mDrm->getPropertyString(String8(propertyName),
539 const char *propertyName, AMediaDrmByteArray *propertyValue) {
543 if (!propertyName || !propertyValue) {
547 status_t status = mObj->mDrm->getPropertyByteArray(String8(propertyName),
562 const char *propertyName, const char *value) {
567 return translateStatus(mObj->mDrm->setPropertyString(String8(propertyName),
573 const char *propertyName, const uint8_t *value, size_t valueSize) {
578 return translateStatus(mObj->mDrm->getPropertyByteArray(String8(propertyName),
    [all...]
  /frameworks/base/docs/html/training/animation/
cardflip.jd 110 android:propertyName="alpha"
117 android:propertyName="rotationY"
125 android:propertyName="alpha"
141 android:propertyName="rotationY"
149 android:propertyName="alpha"
165 android:propertyName="alpha"
172 android:propertyName="rotationY"
180 android:propertyName="alpha"
196 android:propertyName="rotationY"
204 android:propertyName="alpha
    [all...]
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
AbstractAgentMojo.java 53 * @parameter property="jacoco.propertyName"
55 String propertyName;
219 return propertyName;
228 return propertyName != null && !"".equals(propertyName);
  /prebuilts/tools/common/m2/repository/org/easymock/easymock-parent/3.1/
easymock-parent-3.1.pom 211 <propertyName>date</propertyName>
221 <propertyName>year</propertyName>
232 <propertyName>year</propertyName>
  /prebuilts/tools/common/m2/repository/org/easymock/easymock-parent/3.3/
easymock-parent-3.3.pom 300 <propertyName>date</propertyName>
310 <propertyName>year</propertyName>
321 <propertyName>year</propertyName>
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 273 int valueFromId, int valueToId, String propertyName) {
311 returnValue = PropertyValuesHolder.ofObject(propertyName, evaluator,
314 returnValue = PropertyValuesHolder.ofObject(propertyName, evaluator,
319 returnValue = PropertyValuesHolder.ofObject(propertyName, evaluator,
345 returnValue = PropertyValuesHolder.ofFloat(propertyName,
348 returnValue = PropertyValuesHolder.ofFloat(propertyName, valueFrom);
356 returnValue = PropertyValuesHolder.ofFloat(propertyName, valueTo);
377 returnValue = PropertyValuesHolder.ofInt(propertyName, valueFrom, valueTo);
379 returnValue = PropertyValuesHolder.ofInt(propertyName, valueFrom);
390 returnValue = PropertyValuesHolder.ofInt(propertyName, valueTo)
    [all...]

Completed in 370 milliseconds

<<11121314151617181920>>