OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIconRect
(Results
1 - 5
of
5
) sorted by null
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYLegendWidget.java
83
private RectF
getIconRect
(RectF cellRect) {
122
RectF iconRect =
getIconRect
(cellRect);
134
RectF iconRect =
getIconRect
(cellRect);
/packages/apps/Launcher3/src/com/android/launcher3/
DeleteDropTarget.java
87
getIconRect
(d.dragView.getMeasuredWidth(), d.dragView.getMeasuredHeight(),
ButtonDropTarget.java
232
final Rect to =
getIconRect
(d.dragView.getMeasuredWidth(), d.dragView.getMeasuredHeight(),
266
protected Rect
getIconRect
(int viewWidth, int viewHeight, int drawableWidth, int drawableHeight) {
/packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java
124
Rect
getIconRect
(int viewWidth, int viewHeight, int drawableWidth, int drawableHeight) {
DeleteDropTarget.java
208
Rect to =
getIconRect
(d.dragView.getMeasuredWidth(), d.dragView.getMeasuredHeight(),
268
final Rect to =
getIconRect
(d.dragView.getMeasuredWidth(), d.dragView.getMeasuredHeight(),
Completed in 321 milliseconds