OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPaddings
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
MeasureHelper.java
46
Rect p = mComponent.
getPaddings
();
SelectionDrawer.java
64
Rect p = frame.
getPaddings
();
StripDrawer.java
34
mFocusBoxPadding = mFocusBox.
getPaddings
();
GLView.java
302
public Rect
getPaddings
() {
NinePatchTexture.java
35
//
getPaddings
() returns paddings specified in the NinePatch.
69
public Rect
getPaddings
() {
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLViewTest.java
108
Rect p = view.
getPaddings
();
115
p = view.
getPaddings
();
123
p = view.
getPaddings
();
Completed in 61 milliseconds