OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:heightpx
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/resources/net_internals/
util.js
17
* @param {number}
heightPx
The height in pixels.
19
function setNodeHeight(node,
heightPx
) {
20
node.style.height =
heightPx
.toFixed(0) + 'px';
29
* @param {number}
heightPx
The height in pixels.
31
function setNodePosition(node, leftPx, topPx, widthPx,
heightPx
) {
35
setNodeHeight(node,
heightPx
);
/packages/apps/Launcher3/src/com/android/launcher3/
DynamicGrid.java
54
int widthPx, int
heightPx
,
97
widthPx,
heightPx
,
109
", W: " + mProfile.widthPx + ", H: " + mProfile.
heightPx
+
DeviceProfile.java
86
int
heightPx
;
380
heightPx
= hPx;
468
? Math.max(widthPx,
heightPx
)
469
: Math.min(widthPx,
heightPx
);
494
heightPx
- workspacePadding.bottom - insets.bottom);
499
heightPx
- workspacePadding.bottom - insets.bottom);
502
int pageIndicatorTop =
heightPx
- insets.bottom - workspacePadding.bottom;
531
? Math.max(widthPx,
heightPx
)
532
: Math.min(widthPx,
heightPx
);
534
? Math.max(widthPx,
heightPx
)
[
all
...]
Cling.java
208
lp.bottomMargin = grid.
heightPx
- pageIndicatorBounds.top;
214
lp.bottomMargin = grid.
heightPx
- pageIndicatorBounds.top;
242
lp.bottomMargin = grid.
heightPx
- cutOutBounds.top - mInsets.bottom;
CellLayout.java
[
all
...]
/external/chromium/chrome/browser/resources/net_internals/
util.js
26
function setNodeHeight(node,
heightPx
) {
27
node.style.height =
heightPx
.toFixed(0) + 'px';
33
function setNodePosition(node, leftPx, topPx, widthPx,
heightPx
) {
37
setNodeHeight(node,
heightPx
);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js
[
all
...]
Completed in 360 milliseconds