Searched defs:use (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DTitleBar.java5 * you may not use this file except in compliance with the License.
137 public void setUseQuickControls(boolean use) { argument
138 mUseQuickControls = use;
140 if (use) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java5 * you may not use this file except in compliance with the License.
78 // return an (x, y) value from helper functions. Do NOT use them to maintain other state.
373 void setUseActiveGlowBackground(boolean use) { argument
374 mUseActiveGlowBackground = use;
2356 those cells. Instead we use some heuristics to often lock the vector to up, down, left
3129 * Indicates that this item should use the full extents of its parent.

Completed in 166 milliseconds