Searched refs:changing (Results 1 – 25 of 36) sorted by relevance
12
4 # You can edit the include path and order by changing the proguardFiles
7 # You can edit the include path and order by changing the ProGuard
42 println "changing ${deployer.url} to ${rootProject.ext.supportRepoOut}"
39 to be captured by changing the number on the spinner (between 1-10).
47 for example by changing the code to use glDrawElements
41 Original Version, by changing formats or by porting the Font Software to a
112 # Report changing memory conditions (Values are ProcessStats.ADJ_MEM_FACTOR* constants)
116 The next step of the transformation is changing the name of the class in case we requested the class136 changes the calls to a method in each class instead of changing the implementation of the method.
183 …to Provided in the project structure (you may need to build once before changing to provided). Th…
335 public void setGroupExpansionChanging(boolean changing) { in setGroupExpansionChanging() argument336 mGroupExpansionChanging = changing; in setGroupExpansionChanging()
1369 void setOrientationChanging(boolean changing) { in setOrientationChanging() argument1370 mOrientationChanging = changing; in setOrientationChanging()
2623 final boolean changing = ((mInteractingWindows & barWindow) != 0) != interacting; in setInteracting()2633 if (changing && interacting && barWindow == StatusBarManager.WINDOW_NAVIGATION_BAR) { in setInteracting()