HomeSort by relevance Sort by last modified time
    Searched defs:styled (Results 1 - 7 of 7) sorted by null

  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 17 package com.example.android.actionbarcompat.styled;
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/tests/src/com/example/android/actionbarcompat/styled/tests/
SampleTests.java 34 package com.example.android.actionbarcompat.styled.tests;
36 import com.example.android.actionbarcompat.styled.*;
41 * Tests for Styled sample.
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 17 package com.example.android.actionbarcompat.styled;
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/tests/src/com/example/android/actionbarcompat/styled/tests/
SampleTests.java 34 package com.example.android.actionbarcompat.styled.tests;
36 import com.example.android.actionbarcompat.styled.*;
41 * Tests for Styled sample.
  /development/samples/browseable/ActionBarCompat-Styled/src/com.example.android.actionbarcompat.styled/
MainActivity.java 17 package com.example.android.actionbarcompat.styled;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.cpp 103 SVGGraphicsElement* styled = toSVGGraphicsElement(childElement); local
114 styled->toClipPath(clipPath);
123 styled->toClipPath(subPath);
  /external/chromium_org/ui/views/controls/
styled_label_unittest.cc 34 StyledLabel* styled() { return styled_.get(); } function in class:views::StyledLabelTest
64 styled()->SetBounds(0, 0, 1000, 1000);
65 styled()->Layout();
67 ASSERT_EQ(1, styled()->child_count());
69 styled()->child_at(0)->GetClassName());
71 static_cast<Label*>(styled()->child_at(0))->text());
78 styled()->SetBounds(0, 0, 1000, 1000);
79 styled()->Layout();
81 ASSERT_EQ(1, styled()->child_count());
83 styled()->child_at(0)->GetClassName())
    [all...]

Completed in 478 milliseconds