/frameworks/base/core/java/android/widget/ |
ActionMenuView.java | 185 // Divide the view into cells. 249 // Divide space for remaining cells if we have items that can expand. 250 // Try distributing whole leftover cells to smaller items first. 280 // We have enough cells, all minimum size items will be incremented. 392 * @param cellsRemaining Number of cells remaining that this view can expand to fill 395 * @return Number of cells this child was measured to occupy
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
ActionMenuView.java | 186 // Divide the view into cells. 250 // Divide space for remaining cells if we have items that can expand. 251 // Try distributing whole leftover cells to smaller items first. 281 // We have enough cells, all minimum size items will be incremented. 393 * @param cellsRemaining Number of cells remaining that this view can expand to fill 396 * @return Number of cells this child was measured to occupy
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
ProximityInfo.java | 268 /* HOW WE PRE-SELECT THE CELLS (iterate over only the relevant cells, instead of all of them) 270 We want to compute the distance for keys that are in the cells that are close enough to the 274 We want to select the cells which center falls between the top of the key minus the threshold, 306 | | | | | | | | | | | | | to compute for these cells where
|
/prebuilts/gdb/darwin-x86/lib/python2.7/compiler/ |
pyassem.py | 422 cells = {} 424 cells[name] = 1 426 if name in cells] 428 del cells[name] 429 self.cellvars = self.cellvars + cells.keys()
|
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/ |
pyassem.py | 422 cells = {} 424 cells[name] = 1 426 if name in cells] 428 del cells[name] 429 self.cellvars = self.cellvars + cells.keys()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 422 cells = {} 424 cells[name] = 1 426 if name in cells] 428 del cells[name] 429 self.cellvars = self.cellvars + cells.keys()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 422 cells = {} 424 cells[name] = 1 426 if name in cells] 428 del cells[name] 429 self.cellvars = self.cellvars + cells.keys()
|
/frameworks/rs/api/ |
rs_object_info.spec | 28 They are a structured collection of cells that can be used to store bitmaps, textures, 31 This collection of cells may have many dimensions (X, Y, Z, Array0, Array1, Array2, Array3), 39 for the cells of an Allocation and the instantiation of that type. For example:<ul>
|
/frameworks/rs/scriptc/ |
rs_object_info.rsh | 30 * They are a structured collection of cells that can be used to store bitmaps, textures, 33 * This collection of cells may have many dimensions (X, Y, Z, Array0, Array1, Array2, Array3), 41 * for the cells of an Allocation and the instantiation of that type. For example:
|
/prebuilts/sdk/renderscript/include/ |
rs_object_info.rsh | 30 * They are a structured collection of cells that can be used to store bitmaps, textures, 33 * This collection of cells may have many dimensions (X, Y, Z, Array0, Array1, Array2, Array3), 41 * for the cells of an Allocation and the instantiation of that type. For example:
|
/build/tools/droiddoc/templates-sdk/ |
class.cs | 12 # Prints the table cells for the summary of methods. 44 # Print the table cells for the summary of fields. 65 # Print the table cells for the summary of constants 82 # Print the table cells for the summary of attributes 99 # Print the table cells for the inner classes 126 # Print the table cells for the summary of constants
|
/build/tools/droiddoc/templates-sdk-dev/ |
class.cs | 12 # Prints the table cells for the summary of methods. 44 # Print the table cells for the summary of fields. 65 # Print the table cells for the summary of constants 82 # Print the table cells for the summary of attributes 99 # Print the table cells for the inner classes 126 # Print the table cells for the summary of constants
|
/external/autotest/server/cros/network/ |
wifi_test_context_manager.py | 113 @param ap_num int number of AP. Only used in stumpy cells. 123 @param ap_num int number of AP. Only used in stumpy cells.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/ |
ref.css | 133 empty-cells: show; } 167 empty-cells: show;
|
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/ |
memory_dump_vm_regions_details_pane.html | 318 * Create cells for VM region properties which DON'T change over time. 332 * Create cells for VM region (classification node) properties which DO
|
/external/guava/guava/src/com/google/common/collect/ |
Table.java | 199 * @return set of table cells consisting of row key / column key / value 281 * Compares the specified object with this cell for equality. Two cells are
|
/external/libpcap/ |
gencode.h | 152 #define A_OAM 28 /* OAM cells : F4 only */ 153 #define A_OAMF4 29 /* OAM F4 cells: Segment + End-to-end */
|
/external/libvterm/include/ |
vterm.h | 244 int (*sb_pushline)(int cols, const VTermScreenCell *cells, void *user); 245 int (*sb_popline)(int cols, VTermScreenCell *cells, void *user);
|
/external/opencv3/modules/viz/src/ |
shapes.cpp | 435 cv::viz::WGrid::WGrid(const Vec2i &cells, const Vec2d &cells_spacing, const Color &color) 440 // - however here it means number of cells 441 grid_data->SetDimensions(cells[0]+1, cells[1]+1, 1); 445 grid_data->SetOrigin(cells[0] * cells_spacing[0] * (-0.5), cells[1] * cells_spacing[1] * (-0.5), 0); 464 cv::viz::WGrid::WGrid(const Point3d& center, const Vec3d& normal, const Vec3d& new_yaxis, const Vec2i &cells, const Vec2d &cells_spacing, const Color &color) 470 WGrid grid(cells, cells_spacing, color); [all...] |
/external/v8/src/ |
property-details.h | 211 kUndefined, // The PREMONOMORPHIC of property cells. 220 // For dictionaries not holding cells.
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_reduce_backward.java | 159 // guaranteed to find the same cells -- but they should 160 // find cells of the same value.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/ |
ftgrays.c | 449 PCell cells; member in struct:gray_TWorker_ 502 /* Initialize the cells table. */ 512 ras.cells = NULL; 595 cell = ras.cells + ras.num_cells++; 640 /* All cells that are on the left of the clipping region go to the */ 696 /* Render a scanline as one or more cells. */ 734 /* ok, we'll have to render a run of adjacent cells on the same */ 929 /* Render a straight line across multiple cells in any direction. */ [all...] |
/art/runtime/ |
type_lookup_table.cc | 96 // into the nearest free cells and link them together by updating next_pos_delta.
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
CellInfoTest.java | 93 assertTrue("None or too many registered cells : " + numRegisteredCells,
|
/docs/source.android.com/src/source/assets/ |
main.css | 44 empty-cells: show;
|