OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smallestItemsAt
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/widget/
ActionMenuView.java
205
long
smallestItemsAt
= 0;
242
if (cellsUsed == 1)
smallestItemsAt
|= (1 << i);
276
smallestItemsAt
|= minCellsAt;
288
if (lp.cellsUsed == minCells)
smallestItemsAt
|= 1 << i;
308
if (cellsRemaining > 0 &&
smallestItemsAt
!= 0 &&
310
float expandCount = Long.bitCount(
smallestItemsAt
);
314
if ((
smallestItemsAt
& 1) != 0) {
318
if ((
smallestItemsAt
& (1 << (childCount - 1))) != 0) {
328
if ((
smallestItemsAt
& (1 << i)) == 0) continue;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java
206
long
smallestItemsAt
= 0;
243
if (cellsUsed == 1)
smallestItemsAt
|= (1 << i);
277
smallestItemsAt
|= minCellsAt;
289
if (lp.cellsUsed == minCells)
smallestItemsAt
|= 1 << i;
309
if (cellsRemaining > 0 &&
smallestItemsAt
!= 0 &&
311
float expandCount = Long.bitCount(
smallestItemsAt
);
315
if ((
smallestItemsAt
& 1) != 0) {
319
if ((
smallestItemsAt
& (1 << (childCount - 1))) != 0) {
329
if ((
smallestItemsAt
& (1 << i)) == 0) continue;
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 36 milliseconds