Searched defs:Insets (Results 1 - 5 of 5) sorted by relevance
/external/chromium_org/ui/gfx/geometry/ |
H A D | insets.cc | 11 template class InsetsBase<Insets, int>; 13 Insets::Insets() : InsetsBase<Insets, int>(0, 0, 0, 0) {} function in class:gfx::Insets 15 Insets::Insets(int top, int left, int bottom, int right) function in class:gfx::Insets 16 : InsetsBase<Insets, int>(top, left, bottom, right) {} 18 Insets::~Insets() {} 20 std::string Insets [all...] |
H A D | insets.h | 17 // An integer version of gfx::Insets. 18 class GFX_EXPORT Insets : public InsetsBase<Insets, int> { class in namespace:gfx 20 Insets(); 21 Insets(int top, int left, int bottom, int right); 23 ~Insets(); 25 Insets Scale(float scale) const { 29 Insets Scale(float x_scale, float y_scale) const { 30 return Insets(static_cast<int>(top() * y_scale), 45 extern template class InsetsBase<Insets, in [all...] |
/external/chromium_org/third_party/libaddressinput/src/java/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ... |
/external/chromium_org/third_party/android_platform/webview/ |
H A D | frameworks.jar | META-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ... |
/external/robolectric/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |
Completed in 103 milliseconds